@Deprecated public class CreditCard extends AbstractPrintTalk
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_AUTHORIZATION
Deprecated.
|
static String |
ATTR_AUTHORIZATIONEXPIRES
Deprecated.
|
static String |
ATTR_NUMBER
Deprecated.
|
static String |
ATTR_TYPE
Deprecated.
|
static String |
ELEMENT_CREDITCARD
Deprecated.
|
static String |
FORMAT_YEARMONTH
Deprecated.
|
ATTR_JOBIDREF, log, theElement
Constructor and Description |
---|
CreditCard(org.cip4.jdflib.core.KElement theElement)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthorization()
Deprecated.
get authorization value
|
org.cip4.jdflib.util.JDFDate |
getAuthorizationExpires()
Deprecated.
get authorization expires value
|
org.cip4.jdflib.util.JDFDate |
getExpires()
Deprecated.
get expires value
|
String |
getNumber()
Deprecated.
get number value
|
String |
getType()
Deprecated.
get type value
|
void |
setAuthorization(String s)
Deprecated.
set authorization value
|
void |
setAuthorizationExpires(org.cip4.jdflib.util.JDFDate expires)
Deprecated.
set authorization expires value
|
void |
setExpires(org.cip4.jdflib.util.JDFDate expires)
Deprecated.
set expires value
|
void |
setNumber(String s)
Deprecated.
set number value
|
void |
setType(String s)
Deprecated.
set type value
|
appendElement, appendXJDFElement, cleanUp, equals, getAttribute, getAttribute, getAttributeMap, getBoolAttribute, getComment, getCreateElement, getCreateElement, getCreateXJDFElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getLocalName, getNodeName, getPrintTalk, getRealAttribute, getRoot, getTElem, getXJDFElement, getXPathAttribute, getXPathElement, hashCode, init, numElements, setAttribute, setAttribute, setAttribute, setAttribute, setComment, setDescriptiveName, setRoot, setTElem, setVAttribute, setXPathAttribute, setXPathValue, toString, toXML
public static final String ELEMENT_CREDITCARD
public static final String ATTR_AUTHORIZATION
public static final String ATTR_AUTHORIZATIONEXPIRES
public static final String ATTR_NUMBER
public static final String ATTR_TYPE
public static final String FORMAT_YEARMONTH
public CreditCard(org.cip4.jdflib.core.KElement theElement)
theElement
- public String getAuthorization()
public void setAuthorization(String s)
s
- public org.cip4.jdflib.util.JDFDate getAuthorizationExpires()
public void setAuthorizationExpires(org.cip4.jdflib.util.JDFDate expires)
expires
- public org.cip4.jdflib.util.JDFDate getExpires()
public void setExpires(org.cip4.jdflib.util.JDFDate expires)
expires
- public String getNumber()
public void setNumber(String s)
s
- public String getType()
public void setType(String s)
s
- Copyright © 2019. All rights reserved.