@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public class PurchaseOrder extends BusinessObject implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for PurchaseOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PurchaseOrder">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}BusinessObject">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}XJDF"/>
<element name="Pricing" type="{http://www.printtalk.org/schema_2_0}Pricing" minOccurs="0"/>
</sequence>
<attribute name="Currency" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Expires" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="QuoteID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ReorderID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ReplaceID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ReturnJDF" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected org.cip4.lib.xjdf.type.DateTime |
expires |
protected Pricing |
pricing |
protected String |
quoteID |
protected List<String> |
reorderID |
protected String |
replaceID |
protected Boolean |
returnJDF |
protected org.cip4.lib.xjdf.schema.XJDF |
xjdf |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomment, descriptiveName, generalID| Constructor and Description |
|---|
PurchaseOrder() |
| 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) |
String |
getCurrency()
Gets the value of the currency property.
|
org.cip4.lib.xjdf.type.DateTime |
getExpires()
Gets the value of the expires property.
|
Pricing |
getPricing()
Gets the value of the pricing property.
|
String |
getQuoteID()
Gets the value of the quoteID property.
|
List<String> |
getReorderID()
Gets the value of the reorderID property.
|
String |
getReplaceID()
Gets the value of the replaceID property.
|
org.cip4.lib.xjdf.schema.XJDF |
getXJDF()
Gets the value of the xjdf property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isReturnJDF()
Gets the value of the returnJDF property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setExpires(org.cip4.lib.xjdf.type.DateTime value)
Sets the value of the expires property.
|
void |
setPricing(Pricing value)
Sets the value of the pricing property.
|
void |
setQuoteID(String value)
Sets the value of the quoteID property.
|
void |
setReplaceID(String value)
Sets the value of the replaceID property.
|
void |
setReturnJDF(Boolean value)
Sets the value of the returnJDF property.
|
void |
setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
Sets the value of the xjdf property.
|
PurchaseOrder |
withAgentDisplayName(String value) |
PurchaseOrder |
withAgentID(String value) |
PurchaseOrder |
withAuxID(String value) |
PurchaseOrder |
withBusinessID(String value) |
PurchaseOrder |
withBusinessRefID(String value) |
PurchaseOrder |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
PurchaseOrder |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
PurchaseOrder |
withCurrency(String value) |
PurchaseOrder |
withDescriptiveName(String value) |
PurchaseOrder |
withExpires(org.cip4.lib.xjdf.type.DateTime value) |
PurchaseOrder |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
PurchaseOrder |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
PurchaseOrder |
withPricing(Pricing value) |
PurchaseOrder |
withQuoteID(String value) |
PurchaseOrder |
withReorderID(Collection<String> values) |
PurchaseOrder |
withReorderID(String... values) |
PurchaseOrder |
withReplaceID(String value) |
PurchaseOrder |
withRequestDate(org.cip4.lib.xjdf.type.DateTime value) |
PurchaseOrder |
withReturnJDF(Boolean value) |
PurchaseOrder |
withXJDF(org.cip4.lib.xjdf.schema.XJDF value) |
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.schema.XJDF xjdf
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected Pricing pricing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String currency
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.type.DateTime expires
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String quoteID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected List<String> reorderID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String replaceID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected Boolean returnJDF
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public org.cip4.lib.xjdf.schema.XJDF getXJDF()
XJDF@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
value - allowed object is
XJDF@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Pricing getPricing()
Pricing@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setPricing(Pricing value)
value - allowed object is
Pricing@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getCurrency()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setCurrency(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public org.cip4.lib.xjdf.type.DateTime getExpires()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setExpires(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getQuoteID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setQuoteID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public List<String> getReorderID()
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 reorderID property.
For example, to add a new item, do as follows:
getReorderID().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getReplaceID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setReplaceID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Boolean isReturnJDF()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setReturnJDF(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withXJDF(org.cip4.lib.xjdf.schema.XJDF value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withPricing(Pricing value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withCurrency(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withExpires(org.cip4.lib.xjdf.type.DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withQuoteID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withReorderID(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withReorderID(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withReplaceID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withReturnJDF(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withAgentID(String value)
withAgentID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withAgentDisplayName(String value)
withAgentDisplayName in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withAuxID(String value)
withAuxID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withBusinessID(String value)
withBusinessID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withBusinessRefID(String value)
withBusinessRefID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withRequestDate(org.cip4.lib.xjdf.type.DateTime value)
withRequestDate in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PurchaseOrder withDescriptiveName(String value)
withDescriptiveName in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+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 BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+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 BusinessObject@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class BusinessObjectCopyright © 2016. All rights reserved.