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> |
payTermAndCreditCard |
comment, descriptiveName, generalID| Constructor and Description |
|---|
Payment() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getPayTermAndCreditCard()
Gets the value of the payTermAndCreditCard property.
|
getComment, getDescriptiveName, getGeneralID, setDescriptiveNameprotected List<Serializable> payTermAndCreditCard
public List<Serializable> getPayTermAndCreditCard()
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 payTermAndCreditCard property.
For example, to add a new item, do as follows:
getPayTermAndCreditCard().add(newItem);
Objects of the following type(s) are allowed in the list
Telem
CreditCard
Copyright © 2013. All Rights Reserved.