@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public class Payment extends AbstractPt implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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<Object> |
payTermAndCreditCard |
comment, descriptiveName, generalID| Constructor and Description |
|---|
Payment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<Object> |
getPayTermAndCreditCard()
Gets the value of the payTermAndCreditCard property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Payment |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Payment |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Payment |
withDescriptiveName(String value) |
Payment |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Payment |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Payment |
withPayTermAndCreditCard(Collection<Object> values) |
Payment |
withPayTermAndCreditCard(Object... values) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public List<Object> 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Payment withPayTermAndCreditCard(Object... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Payment withPayTermAndCreditCard(Collection<Object> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Payment withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Payment withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Payment withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Payment withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public Payment withDescriptiveName(String value)
withDescriptiveName in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T09:33:36+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class AbstractPtCopyright © 2016. All rights reserved.