public class Payment extends AbstractPt implements Serializable
Java class for Payment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="PayTerm" type="{http://www.CIP4.org/JDFSchema_2_0}telem" minOccurs="0"/>
<element name="CreditCard" type="{http://www.printtalk.org/schema_2_0}CreditCard" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
payTermsAndCreditCards |
comments, descriptiveName, generalIDs| Constructor and Description |
|---|
Payment() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getPayTermsAndCreditCards()
Gets the value of the payTermsAndCreditCards property.
|
getComments, getDescriptiveName, getGeneralIDs, setDescriptiveNameprotected List<Serializable> payTermsAndCreditCards
public List<Serializable> getPayTermsAndCreditCards()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the payTermsAndCreditCards property.
For example, to add a new item, do as follows:
getPayTermsAndCreditCards().add(newItem);
Objects of the following type(s) are allowed in the list
Telem
CreditCard
Copyright © 2012. All Rights Reserved.