Package org.cxml
Class QuoteRequestHeader
java.lang.Object
org.cxml.QuoteRequestHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Commentsprotected Stringprotected Descriptionprotected Nameprotected Stringprotected Stringprotected QuoteHeaderInfoprotected Stringprotected Stringprotected Stringprotected ShipToprotected SupplierSelectorprotected Stringprotected Totalprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the closeDate property.Gets 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 description property.Gets the value of the extrinsic property.getName()Gets the value of the name property.Gets the value of the openDate property.Gets the value of the previewDate property.Gets the value of the quoteHeaderInfo property.Gets the value of the quoteReceivingPreference property.Gets the value of the requestDate property.Gets the value of the requestID property.Gets the value of the shipTo property.Gets the value of the supplierSelector property.Gets the value of the templateName property.getTotal()Gets the value of the total property.getType()Gets the value of the type property.Gets the value of the xmlLang property.voidsetCloseDate(String value) Sets the value of the closeDate property.voidsetComments(Comments value) Sets the value of the comments property.voidsetCurrency(String value) Sets the value of the currency property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the name property.voidsetOpenDate(String value) Sets the value of the openDate property.voidsetPreviewDate(String value) Sets the value of the previewDate property.voidSets the value of the quoteHeaderInfo property.voidSets the value of the quoteReceivingPreference property.voidsetRequestDate(String value) Sets the value of the requestDate property.voidsetRequestID(String value) Sets the value of the requestID property.voidSets the value of the shipTo property.voidSets the value of the supplierSelector property.voidsetTemplateName(String value) Sets the value of the templateName 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
-
requestID
-
requestDate
-
type
-
openDate
-
closeDate
-
previewDate
-
templateName
-
currency
-
xmlLang
-
quoteReceivingPreference
-
name
-
supplierSelector
-
total
-
description
-
shipTo
-
contact
-
comments
-
quoteHeaderInfo
-
extrinsic
-
-
Constructor Details
-
QuoteRequestHeader
public QuoteRequestHeader()
-
-
Method Details
-
getRequestID
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
Sets the value of the requestID property.- Parameters:
value- allowed object isString
-
getRequestDate
Gets the value of the requestDate property.- Returns:
- possible object is
String
-
setRequestDate
Sets the value of the requestDate property.- Parameters:
value- allowed object isString
-
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
-
getOpenDate
Gets the value of the openDate property.- Returns:
- possible object is
String
-
setOpenDate
Sets the value of the openDate property.- Parameters:
value- allowed object isString
-
getCloseDate
Gets the value of the closeDate property.- Returns:
- possible object is
String
-
setCloseDate
Sets the value of the closeDate property.- Parameters:
value- allowed object isString
-
getPreviewDate
Gets the value of the previewDate property.- Returns:
- possible object is
String
-
setPreviewDate
Sets the value of the previewDate property.- Parameters:
value- allowed object isString
-
getTemplateName
Gets the value of the templateName property.- Returns:
- possible object is
String
-
setTemplateName
Sets the value of the templateName 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
-
getQuoteReceivingPreference
Gets the value of the quoteReceivingPreference property.- Returns:
- possible object is
String
-
setQuoteReceivingPreference
Sets the value of the quoteReceivingPreference property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getSupplierSelector
Gets the value of the supplierSelector property.- Returns:
- possible object is
SupplierSelector
-
setSupplierSelector
Sets the value of the supplierSelector property.- Parameters:
value- allowed object isSupplierSelector
-
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
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
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 -
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
-
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
-