public class Payment extends AbstractPrintTalk
Modifier and Type | Class and Description |
---|---|
static class |
Payment.EnumPaymentType |
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_AUTHORIZATION |
static String |
ATTR_AUTHORIZATIONEXPIRES |
static String |
ATTR_NUMBER |
static String |
ATTR_PAYMENT_TYPE |
static String |
ATTR_PAYMENT_TYPE_DETAILS |
static String |
ATTR_TYPE |
static String |
ELEMENT_CREDITCARD |
static String |
ELEMENT_PAYMENT |
static String |
ELEMENT_PAYTERM
Deprecated.
|
static String |
FORMAT_YEARMONTH |
ATTR_JOBIDREF, log, theElement
Constructor and Description |
---|
Payment(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.resource.process.JDFContact |
getContact() |
org.cip4.jdflib.resource.process.JDFContact |
getCreateContact() |
CreditCard |
getCreateCreditCard()
Deprecated.
|
CreditCard |
getCreditCard()
Deprecated.
|
org.cip4.jdflib.util.JDFDate |
getExpires()
get expires value
|
String |
getNumber()
get number value
|
Payment.EnumPaymentType |
getPaymentType() |
String |
getPayTerm()
get pay term 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 |
setPaymentType(Payment.EnumPaymentType payType) |
void |
setPayTerm(String s)
set pay term 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_PAYMENT
@Deprecated public static final String ELEMENT_PAYTERM
public static final String ATTR_PAYMENT_TYPE
public static final String ATTR_PAYMENT_TYPE_DETAILS
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 Payment(org.cip4.jdflib.core.KElement theElement)
theElement
- public String getPayTerm()
public void setPayTerm(String s)
s
- @Deprecated public CreditCard getCreateCreditCard()
public org.cip4.jdflib.resource.process.JDFContact getCreateContact()
public org.cip4.jdflib.resource.process.JDFContact getContact()
@Deprecated public CreditCard getCreditCard()
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 void setPaymentType(Payment.EnumPaymentType payType)
priceType
- public Payment.EnumPaymentType getPaymentType()
Copyright © 2019. All rights reserved.