Package org.cxml
Class QuoteMessageHeader
- java.lang.Object
-
- org.cxml.QuoteMessageHeader
-
public class QuoteMessageHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Commentscommentsprotected java.util.List<Contact>contactprotected java.lang.Stringcurrencyprotected java.util.List<Extrinsic>extrinsicprotected OrganizationIDorganizationIDprotected java.lang.StringquoteDateprotected java.lang.StringquoteIDprotected QuoteRequestReferencequoteRequestReferenceprotected ShipToshipToprotected Totaltotalprotected java.lang.Stringtypeprotected java.lang.StringxmlLang
-
Constructor Summary
Constructors Constructor Description QuoteMessageHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentsgetComments()Gets the value of the comments property.java.util.List<Contact>getContact()Gets the value of the contact property.java.lang.StringgetCurrency()Gets the value of the currency property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.OrganizationIDgetOrganizationID()Gets the value of the organizationID property.java.lang.StringgetQuoteDate()Gets the value of the quoteDate property.java.lang.StringgetQuoteID()Gets the value of the quoteID property.QuoteRequestReferencegetQuoteRequestReference()Gets the value of the quoteRequestReference property.ShipTogetShipTo()Gets the value of the shipTo property.TotalgetTotal()Gets the value of the total property.java.lang.StringgetType()Gets the value of the type property.java.lang.StringgetXmlLang()Gets the value of the xmlLang property.voidsetComments(Comments value)Sets the value of the comments property.voidsetCurrency(java.lang.String value)Sets the value of the currency property.voidsetOrganizationID(OrganizationID value)Sets the value of the organizationID property.voidsetQuoteDate(java.lang.String value)Sets the value of the quoteDate property.voidsetQuoteID(java.lang.String value)Sets the value of the quoteID property.voidsetQuoteRequestReference(QuoteRequestReference value)Sets the value of the quoteRequestReference property.voidsetShipTo(ShipTo value)Sets the value of the shipTo property.voidsetTotal(Total value)Sets the value of the total property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetXmlLang(java.lang.String value)Sets the value of the xmlLang property.
-
-
-
Field Detail
-
type
protected java.lang.String type
-
quoteID
protected java.lang.String quoteID
-
quoteDate
protected java.lang.String quoteDate
-
currency
protected java.lang.String currency
-
xmlLang
protected java.lang.String xmlLang
-
organizationID
protected OrganizationID organizationID
-
total
protected Total total
-
shipTo
protected ShipTo shipTo
-
contact
protected java.util.List<Contact> contact
-
quoteRequestReference
protected QuoteRequestReference quoteRequestReference
-
comments
protected Comments comments
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getQuoteID
public java.lang.String getQuoteID()
Gets the value of the quoteID property.- Returns:
- possible object is
String
-
setQuoteID
public void setQuoteID(java.lang.String value)
Sets the value of the quoteID property.- Parameters:
value- allowed object isString
-
getQuoteDate
public java.lang.String getQuoteDate()
Gets the value of the quoteDate property.- Returns:
- possible object is
String
-
setQuoteDate
public void setQuoteDate(java.lang.String value)
Sets the value of the quoteDate property.- Parameters:
value- allowed object isString
-
getCurrency
public java.lang.String getCurrency()
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
public void setCurrency(java.lang.String value)
Sets the value of the currency property.- Parameters:
value- allowed object isString
-
getXmlLang
public java.lang.String getXmlLang()
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
public void setXmlLang(java.lang.String value)
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getOrganizationID
public OrganizationID getOrganizationID()
Gets the value of the organizationID property.- Returns:
- possible object is
OrganizationID
-
setOrganizationID
public void setOrganizationID(OrganizationID value)
Sets the value of the organizationID property.- Parameters:
value- allowed object isOrganizationID
-
getTotal
public Total getTotal()
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
public void setTotal(Total value)
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
getShipTo
public ShipTo getShipTo()
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
public void setShipTo(ShipTo value)
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-
getContact
public java.util.List<Contact> getContact()
Gets the value of the contact property.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
setmethod for the contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
Contact
-
getQuoteRequestReference
public QuoteRequestReference getQuoteRequestReference()
Gets the value of the quoteRequestReference property.- Returns:
- possible object is
QuoteRequestReference
-
setQuoteRequestReference
public void setQuoteRequestReference(QuoteRequestReference value)
Sets the value of the quoteRequestReference property.- Parameters:
value- allowed object isQuoteRequestReference
-
getComments
public Comments getComments()
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
public void setComments(Comments value)
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getExtrinsic
public java.util.List<Extrinsic> getExtrinsic()
Gets the value of the extrinsic property.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
setmethod for the extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-
-