Package org.cxml

Class QuoteMessageHeader


  • public class QuoteMessageHeader
    extends java.lang.Object
    • 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
      • total

        protected Total total
      • shipTo

        protected ShipTo shipTo
      • contact

        protected java.util.List<Contact> contact
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • QuoteMessageHeader

        public QuoteMessageHeader()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 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 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 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

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