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