Package org.cxml

Class QuoteRequestHeader

java.lang.Object
org.cxml.QuoteRequestHeader

public class QuoteRequestHeader extends Object
  • Field Details

    • requestID

      protected String requestID
    • requestDate

      protected String requestDate
    • type

      protected String type
    • openDate

      protected String openDate
    • closeDate

      protected String closeDate
    • previewDate

      protected String previewDate
    • templateName

      protected String templateName
    • currency

      protected String currency
    • xmlLang

      protected String xmlLang
    • quoteReceivingPreference

      protected String quoteReceivingPreference
    • name

      protected Name name
    • supplierSelector

      protected SupplierSelector supplierSelector
    • total

      protected Total total
    • description

      protected Description description
    • shipTo

      protected ShipTo shipTo
    • contact

      protected List<Contact> contact
    • comments

      protected Comments comments
    • quoteHeaderInfo

      protected QuoteHeaderInfo quoteHeaderInfo
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • QuoteRequestHeader

      public QuoteRequestHeader()
  • Method Details

    • getRequestID

      public String getRequestID()
      Gets the value of the requestID property.
      Returns:
      possible object is String
    • setRequestID

      public void setRequestID(String value)
      Sets the value of the requestID property.
      Parameters:
      value - allowed object is String
    • getRequestDate

      public String getRequestDate()
      Gets the value of the requestDate property.
      Returns:
      possible object is String
    • setRequestDate

      public void setRequestDate(String value)
      Sets the value of the requestDate property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getOpenDate

      public String getOpenDate()
      Gets the value of the openDate property.
      Returns:
      possible object is String
    • setOpenDate

      public void setOpenDate(String value)
      Sets the value of the openDate property.
      Parameters:
      value - allowed object is String
    • getCloseDate

      public String getCloseDate()
      Gets the value of the closeDate property.
      Returns:
      possible object is String
    • setCloseDate

      public void setCloseDate(String value)
      Sets the value of the closeDate property.
      Parameters:
      value - allowed object is String
    • getPreviewDate

      public String getPreviewDate()
      Gets the value of the previewDate property.
      Returns:
      possible object is String
    • setPreviewDate

      public void setPreviewDate(String value)
      Sets the value of the previewDate property.
      Parameters:
      value - allowed object is String
    • getTemplateName

      public String getTemplateName()
      Gets the value of the templateName property.
      Returns:
      possible object is String
    • setTemplateName

      public void setTemplateName(String value)
      Sets the value of the templateName property.
      Parameters:
      value - allowed object is String
    • getCurrency

      public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

      public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • getXmlLang

      public String getXmlLang()
      Gets the value of the xmlLang property.
      Returns:
      possible object is String
    • setXmlLang

      public void setXmlLang(String value)
      Sets the value of the xmlLang property.
      Parameters:
      value - allowed object is String
    • getQuoteReceivingPreference

      public String getQuoteReceivingPreference()
      Gets the value of the quoteReceivingPreference property.
      Returns:
      possible object is String
    • setQuoteReceivingPreference

      public void setQuoteReceivingPreference(String value)
      Sets the value of the quoteReceivingPreference property.
      Parameters:
      value - allowed object is String
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • getSupplierSelector

      public SupplierSelector getSupplierSelector()
      Gets the value of the supplierSelector property.
      Returns:
      possible object is SupplierSelector
    • setSupplierSelector

      public void setSupplierSelector(SupplierSelector value)
      Sets the value of the supplierSelector property.
      Parameters:
      value - allowed object is SupplierSelector
    • 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 is Total
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description
    • 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 is ShipTo
    • getContact

      public 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 set method 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

      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 is Comments
    • getQuoteHeaderInfo

      public QuoteHeaderInfo getQuoteHeaderInfo()
      Gets the value of the quoteHeaderInfo property.
      Returns:
      possible object is QuoteHeaderInfo
    • setQuoteHeaderInfo

      public void setQuoteHeaderInfo(QuoteHeaderInfo value)
      Sets the value of the quoteHeaderInfo property.
      Parameters:
      value - allowed object is QuoteHeaderInfo
    • getExtrinsic

      public 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 set method 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