public class RFQ extends BusinessObject implements Serializable
Java class for RFQ complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RFQ">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}BusinessObject">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}XJDF"/>
</sequence>
<attribute name="Currency" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Estimate" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Expires" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="ReorderID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ReplaceID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected Boolean |
estimate |
protected String |
expires |
protected List<String> |
reorderIDs |
protected String |
replaceID |
protected org.cip4.lib.xjdf.schema.XJDF |
xjdf |
agentDisplayName, agentID, auxID, businessID, businessRefID, requestDatecomments, descriptiveName, generalIDs| Constructor and Description |
|---|
RFQ() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
String |
getExpires()
Gets the value of the expires property.
|
List<String> |
getReorderIDs()
Gets the value of the reorderIDs property.
|
String |
getReplaceID()
Gets the value of the replaceID property.
|
org.cip4.lib.xjdf.schema.XJDF |
getXJDF()
Gets the value of the xjdf property.
|
Boolean |
isEstimate()
Gets the value of the estimate property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setEstimate(Boolean value)
Sets the value of the estimate property.
|
void |
setExpires(String value)
Sets the value of the expires property.
|
void |
setReplaceID(String value)
Sets the value of the replaceID property.
|
void |
setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
Sets the value of the xjdf property.
|
getAgentDisplayName, getAgentID, getAuxID, getBusinessID, getBusinessRefID, getRequestDate, setAgentDisplayName, setAgentID, setAuxID, setBusinessID, setBusinessRefID, setRequestDategetComments, getDescriptiveName, getGeneralIDs, setDescriptiveNameprotected org.cip4.lib.xjdf.schema.XJDF xjdf
protected String currency
protected Boolean estimate
protected String expires
protected String replaceID
public org.cip4.lib.xjdf.schema.XJDF getXJDF()
XJDFpublic void setXJDF(org.cip4.lib.xjdf.schema.XJDF value)
value - allowed object is
XJDFpublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic Boolean isEstimate()
Booleanpublic void setEstimate(Boolean value)
value - allowed object is
Booleanpublic String getExpires()
Stringpublic void setExpires(String value)
value - allowed object is
Stringpublic List<String> getReorderIDs()
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 reorderIDs property.
For example, to add a new item, do as follows:
getReorderIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getReplaceID()
StringCopyright © 2012. All Rights Reserved.