@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class Payment
extends AbstractPt
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.printtalk.org/schema_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 java.util.List<java.io.Serializable> |
payTermAndCreditCard |
comment, descriptiveName, generalID| Constructor and Description |
|---|
Payment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<java.io.Serializable> |
getPayTermAndCreditCard()
Gets the value of the payTermAndCreditCard property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Payment |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Payment |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Payment |
withDescriptiveName(java.lang.String value) |
Payment |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Payment |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Payment |
withPayTermAndCreditCard(java.util.Collection<java.io.Serializable> values) |
Payment |
withPayTermAndCreditCard(java.io.Serializable... values) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.io.Serializable> payTermAndCreditCard
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.io.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
public Payment withPayTermAndCreditCard(java.io.Serializable... values)
public Payment withPayTermAndCreditCard(java.util.Collection<java.io.Serializable> values)
public Payment withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPtpublic Payment withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPtpublic Payment withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPtpublic Payment withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPtpublic Payment withDescriptiveName(java.lang.String value)
withDescriptiveName in class AbstractPtpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractPtpublic boolean equals(java.lang.Object object)
equals in class AbstractPtpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractPtpublic int hashCode()
hashCode in class AbstractPt