Package org.cxml

Class QuoteItemOut


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

      • quantity

        protected java.lang.String quantity
      • lineNumber

        protected java.lang.String lineNumber
      • requestedDeliveryDate

        protected java.lang.String requestedDeliveryDate
      • itemID

        protected ItemID itemID
      • shipTo

        protected ShipTo shipTo
      • tax

        protected Tax tax
      • total

        protected Total total
      • contact

        protected java.util.List<Contact> contact
    • Constructor Detail

      • QuoteItemOut

        public QuoteItemOut()
    • Method Detail

      • getQuantity

        public java.lang.String getQuantity()
        Gets the value of the quantity property.
        Returns:
        possible object is String
      • setQuantity

        public void setQuantity​(java.lang.String value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is String
      • getLineNumber

        public java.lang.String getLineNumber()
        Gets the value of the lineNumber property.
        Returns:
        possible object is String
      • setLineNumber

        public void setLineNumber​(java.lang.String value)
        Sets the value of the lineNumber property.
        Parameters:
        value - allowed object is String
      • getRequestedDeliveryDate

        public java.lang.String getRequestedDeliveryDate()
        Gets the value of the requestedDeliveryDate property.
        Returns:
        possible object is String
      • setRequestedDeliveryDate

        public void setRequestedDeliveryDate​(java.lang.String value)
        Sets the value of the requestedDeliveryDate property.
        Parameters:
        value - allowed object is String
      • getItemID

        public ItemID getItemID()
        Gets the value of the itemID property.
        Returns:
        possible object is ItemID
      • setItemID

        public void setItemID​(ItemID value)
        Sets the value of the itemID property.
        Parameters:
        value - allowed object is ItemID
      • getItemDetail

        public ItemDetail getItemDetail()
        Gets the value of the itemDetail property.
        Returns:
        possible object is ItemDetail
      • setItemDetail

        public void setItemDetail​(ItemDetail value)
        Sets the value of the itemDetail property.
        Parameters:
        value - allowed object is ItemDetail
      • 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
      • getShipping

        public Shipping getShipping()
        Gets the value of the shipping property.
        Returns:
        possible object is Shipping
      • setShipping

        public void setShipping​(Shipping value)
        Sets the value of the shipping property.
        Parameters:
        value - allowed object is Shipping
      • getTax

        public Tax getTax()
        Gets the value of the tax property.
        Returns:
        possible object is Tax
      • setTax

        public void setTax​(Tax value)
        Sets the value of the tax property.
        Parameters:
        value - allowed object is Tax
      • getSpendDetail

        public SpendDetail getSpendDetail()
        Gets the value of the spendDetail property.
        Returns:
        possible object is SpendDetail
      • setSpendDetail

        public void setSpendDetail​(SpendDetail value)
        Sets the value of the spendDetail property.
        Parameters:
        value - allowed object is SpendDetail
      • 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
      • 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