Package org.cxml
Class QuoteMessageHeader
java.lang.Object
org.cxml.QuoteMessageHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Commentsprotected Stringprotected OrganizationIDprotected Stringprotected QuoteHeaderInfoprotected Stringprotected QuoteRequestReferenceprotected ShipToprotected SupplierProductionFacilityRelationsprotected Totalprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the contact property.Gets the value of the currency property.Gets the value of the extrinsic property.Gets the value of the organizationID property.Gets the value of the quoteDate property.Gets the value of the quoteHeaderInfo property.Gets the value of the quoteID property.Gets the value of the quoteRequestReference property.Gets the value of the shipTo property.Gets the value of the supplierProductionFacilityRelations property.getTotal()Gets the value of the total property.getType()Gets the value of the type property.Gets the value of the xmlLang property.voidsetComments(Comments value) Sets the value of the comments property.voidsetCurrency(String value) Sets the value of the currency property.voidsetOrganizationID(OrganizationID value) Sets the value of the organizationID property.voidsetQuoteDate(String value) Sets the value of the quoteDate property.voidSets the value of the quoteHeaderInfo property.voidsetQuoteID(String value) Sets the value of the quoteID property.voidSets the value of the quoteRequestReference property.voidSets the value of the shipTo property.voidSets the value of the supplierProductionFacilityRelations property.voidSets the value of the total property.voidSets the value of the type property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
type
-
quoteID
-
quoteDate
-
currency
-
xmlLang
-
organizationID
-
total
-
shipTo
-
contact
-
quoteRequestReference
-
comments
-
quoteHeaderInfo
-
supplierProductionFacilityRelations
-
extrinsic
-
-
Constructor Details
-
QuoteMessageHeader
public QuoteMessageHeader()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getQuoteID
Gets the value of the quoteID property.- Returns:
- possible object is
String
-
setQuoteID
Sets the value of the quoteID property.- Parameters:
value- allowed object isString
-
getQuoteDate
Gets the value of the quoteDate property.- Returns:
- possible object is
String
-
setQuoteDate
Sets the value of the quoteDate property.- Parameters:
value- allowed object isString
-
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
String
-
setCurrency
Sets the value of the currency property.- Parameters:
value- allowed object isString
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getOrganizationID
Gets the value of the organizationID property.- Returns:
- possible object is
OrganizationID
-
setOrganizationID
Sets the value of the organizationID property.- Parameters:
value- allowed object isOrganizationID
-
getTotal
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
getShipTo
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-
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
Gets the value of the quoteRequestReference property.- Returns:
- possible object is
QuoteRequestReference
-
setQuoteRequestReference
Sets the value of the quoteRequestReference property.- Parameters:
value- allowed object isQuoteRequestReference
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getQuoteHeaderInfo
Gets the value of the quoteHeaderInfo property.- Returns:
- possible object is
QuoteHeaderInfo
-
setQuoteHeaderInfo
Sets the value of the quoteHeaderInfo property.- Parameters:
value- allowed object isQuoteHeaderInfo
-
getSupplierProductionFacilityRelations
Gets the value of the supplierProductionFacilityRelations property.- Returns:
- possible object is
SupplierProductionFacilityRelations
-
setSupplierProductionFacilityRelations
Sets the value of the supplierProductionFacilityRelations property.- Parameters:
value- allowed object isSupplierProductionFacilityRelations
-
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
-