Package org.cxml

Class QuoteRequestHeader


  • public class QuoteRequestHeader
    extends java.lang.Object
    • Field Detail

      • requestID

        protected java.lang.String requestID
      • requestDate

        protected java.lang.String requestDate
      • type

        protected java.lang.String type
      • openDate

        protected java.lang.String openDate
      • closeDate

        protected java.lang.String closeDate
      • previewDate

        protected java.lang.String previewDate
      • templateName

        protected java.lang.String templateName
      • currency

        protected java.lang.String currency
      • xmlLang

        protected java.lang.String xmlLang
      • quoteReceivingPreference

        protected java.lang.String quoteReceivingPreference
      • name

        protected Name name
      • total

        protected Total total
      • shipTo

        protected ShipTo shipTo
      • contact

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

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

      • QuoteRequestHeader

        public QuoteRequestHeader()
    • Method Detail

      • getRequestID

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

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

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

        public void setRequestDate​(java.lang.String value)
        Sets the value of the requestDate property.
        Parameters:
        value - allowed object is String
      • 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
      • getOpenDate

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

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

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

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

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

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

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

        public void setTemplateName​(java.lang.String value)
        Sets the value of the templateName 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
      • getQuoteReceivingPreference

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

        public void setQuoteReceivingPreference​(java.lang.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 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

      • 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