Package org.cxml

Class QuoteMessageHeader

java.lang.Object
org.cxml.QuoteMessageHeader

public class QuoteMessageHeader extends Object
  • Field Details

  • Constructor Details

    • QuoteMessageHeader

      public QuoteMessageHeader()
  • Method Details

    • 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
    • getQuoteID

      public String getQuoteID()
      Gets the value of the quoteID property.
      Returns:
      possible object is String
    • setQuoteID

      public void setQuoteID(String value)
      Sets the value of the quoteID property.
      Parameters:
      value - allowed object is String
    • getQuoteDate

      public String getQuoteDate()
      Gets the value of the quoteDate property.
      Returns:
      possible object is String
    • setQuoteDate

      public void setQuoteDate(String value)
      Sets the value of the quoteDate 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
    • 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 is OrganizationID
    • 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
    • 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

    • 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 is QuoteRequestReference
    • 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
    • getSupplierProductionFacilityRelations

      public SupplierProductionFacilityRelations getSupplierProductionFacilityRelations()
      Gets the value of the supplierProductionFacilityRelations property.
      Returns:
      possible object is SupplierProductionFacilityRelations
    • setSupplierProductionFacilityRelations

      public void setSupplierProductionFacilityRelations(SupplierProductionFacilityRelations value)
      Sets the value of the supplierProductionFacilityRelations property.
      Parameters:
      value - allowed object is SupplierProductionFacilityRelations
    • 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