Package org.cxml

Class ItemIn

java.lang.Object
org.cxml.ItemIn

public class ItemIn extends Object
  • Field Details

    • quantity

      protected String quantity
    • openQuantity

      protected String openQuantity
    • promisedQuantity

      protected String promisedQuantity
    • lineNumber

      protected String lineNumber
    • parentLineNumber

      protected String parentLineNumber
    • itemType

      protected String itemType
    • compositeItemType

      protected String compositeItemType
    • itemClassification

      protected String itemClassification
    • itemCategory

      protected String itemCategory
    • itemID

      protected ItemID itemID
    • path

      protected Path path
    • itemDetail

      protected ItemDetail itemDetail
    • supplierIDOrSupplierList

      protected List<Object> supplierIDOrSupplierList
    • shipTo

      protected ShipTo shipTo
    • shipping

      protected Shipping shipping
    • tax

      protected Tax tax
    • spendDetail

      protected SpendDetail spendDetail
    • distribution

      protected List<Distribution> distribution
    • contact

      protected List<Contact> contact
    • comments

      protected Comments comments
    • scheduleLine

      protected List<ScheduleLine> scheduleLine
    • billTo

      protected BillTo billTo
    • batch

      protected Batch batch
    • period

      protected Period period
    • dateInfo

      protected List<DateInfo> dateInfo
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • ItemIn

      public ItemIn()
  • Method Details

    • getQuantity

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

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

      public String getOpenQuantity()
      Gets the value of the openQuantity property.
      Returns:
      possible object is String
    • setOpenQuantity

      public void setOpenQuantity(String value)
      Sets the value of the openQuantity property.
      Parameters:
      value - allowed object is String
    • getPromisedQuantity

      public String getPromisedQuantity()
      Gets the value of the promisedQuantity property.
      Returns:
      possible object is String
    • setPromisedQuantity

      public void setPromisedQuantity(String value)
      Sets the value of the promisedQuantity property.
      Parameters:
      value - allowed object is String
    • getLineNumber

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

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

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

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

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

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

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

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

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

      public void setItemClassification(String value)
      Sets the value of the itemClassification property.
      Parameters:
      value - allowed object is String
    • getItemCategory

      public String getItemCategory()
      Gets the value of the itemCategory property.
      Returns:
      possible object is String
    • setItemCategory

      public void setItemCategory(String value)
      Sets the value of the itemCategory 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 List<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 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 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
    • getScheduleLine

      public List<ScheduleLine> getScheduleLine()
      Gets the value of the scheduleLine 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 scheduleLine property.

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

          getScheduleLine().add(newItem);
       

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

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

      public Batch getBatch()
      Gets the value of the batch property.
      Returns:
      possible object is Batch
    • setBatch

      public void setBatch(Batch value)
      Sets the value of the batch property.
      Parameters:
      value - allowed object is Batch
    • getPeriod

      public Period getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is Period
    • setPeriod

      public void setPeriod(Period value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is Period
    • getDateInfo

      public List<DateInfo> getDateInfo()
      Gets the value of the dateInfo 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 dateInfo property.

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

          getDateInfo().add(newItem);
       

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

    • 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