Package org.cxml

Class ItemIn


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

      • quantity

        protected java.lang.String quantity
      • lineNumber

        protected java.lang.String lineNumber
      • parentLineNumber

        protected java.lang.String parentLineNumber
      • itemType

        protected java.lang.String itemType
      • compositeItemType

        protected java.lang.String compositeItemType
      • itemClassification

        protected java.lang.String itemClassification
      • itemID

        protected ItemID itemID
      • path

        protected Path path
      • supplierIDOrSupplierList

        protected java.util.List<java.lang.Object> supplierIDOrSupplierList
      • shipTo

        protected ShipTo shipTo
      • tax

        protected Tax tax
      • distribution

        protected java.util.List<Distribution> distribution
      • contact

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

        protected BillTo billTo
    • Constructor Detail

      • ItemIn

        public ItemIn()
    • 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
      • getParentLineNumber

        public java.lang.String getParentLineNumber()
        Gets the value of the parentLineNumber property.
        Returns:
        possible object is String
      • setParentLineNumber

        public void setParentLineNumber​(java.lang.String value)
        Sets the value of the parentLineNumber property.
        Parameters:
        value - allowed object is String
      • getItemType

        public java.lang.String getItemType()
        Gets the value of the itemType property.
        Returns:
        possible object is String
      • setItemType

        public void setItemType​(java.lang.String value)
        Sets the value of the itemType property.
        Parameters:
        value - allowed object is String
      • getCompositeItemType

        public java.lang.String getCompositeItemType()
        Gets the value of the compositeItemType property.
        Returns:
        possible object is String
      • setCompositeItemType

        public void setCompositeItemType​(java.lang.String value)
        Sets the value of the compositeItemType property.
        Parameters:
        value - allowed object is String
      • getItemClassification

        public java.lang.String getItemClassification()
        Gets the value of the itemClassification property.
        Returns:
        possible object is String
      • setItemClassification

        public void setItemClassification​(java.lang.String value)
        Sets the value of the itemClassification 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
      • getPath

        public Path getPath()
        Gets the value of the path property.
        Returns:
        possible object is Path
      • setPath

        public void setPath​(Path value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is Path
      • 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
      • getSupplierIDOrSupplierList

        public java.util.List<java.lang.Object> getSupplierIDOrSupplierList()
        Gets the value of the supplierIDOrSupplierList 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 supplierIDOrSupplierList property.

        For example, to add a new item, do as follows:

            getSupplierIDOrSupplierList().add(newItem);
         

        Objects of the following type(s) are allowed in the list SupplierID SupplierList

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

        public java.util.List<Distribution> getDistribution()
        Gets the value of the distribution 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 distribution property.

        For example, to add a new item, do as follows:

            getDistribution().add(newItem);
         

        Objects of the following type(s) are allowed in the list Distribution

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

        public BillTo getBillTo()
        Gets the value of the billTo property.
        Returns:
        possible object is BillTo
      • setBillTo

        public void setBillTo​(BillTo value)
        Sets the value of the billTo property.
        Parameters:
        value - allowed object is BillTo