Package org.cxml

Class ItemOut

java.lang.Object
org.cxml.ItemOut

public class ItemOut extends Object
  • Field Details

    • quantity

      protected String quantity
    • lineNumber

      protected String lineNumber
    • requisitionID

      protected String requisitionID
    • agreementItemNumber

      protected String agreementItemNumber
    • requestedDeliveryDate

      protected String requestedDeliveryDate
    • isAdHoc

      protected String isAdHoc
    • parentLineNumber

      protected String parentLineNumber
    • itemType

      protected String itemType
    • requiresServiceEntry

      protected String requiresServiceEntry
    • confirmationDueDate

      protected String confirmationDueDate
    • compositeItemType

      protected String compositeItemType
    • itemClassification

      protected String itemClassification
    • itemCategory

      protected String itemCategory
    • subcontractingType

      protected String subcontractingType
    • stockTransferType

      protected String stockTransferType
    • requestedShipmentDate

      protected String requestedShipmentDate
    • isReturn

      protected String isReturn
    • returnAuthorizationNumber

      protected String returnAuthorizationNumber
    • isDeliveryCompleted

      protected String isDeliveryCompleted
    • unlimitedDelivery

      protected String unlimitedDelivery
    • isItemChanged

      protected String isItemChanged
    • isKanban

      protected String isKanban
    • stoDelivery

      protected String stoDelivery
    • stoOrderCombination

      protected String stoOrderCombination
    • stoFinalDelivery

      protected String stoFinalDelivery
    • itemID

      protected ItemID itemID
    • path

      protected Path path
    • itemDetailOrBlanketItemDetail

      protected List<Object> itemDetailOrBlanketItemDetail
    • 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
    • termsOfDelivery

      protected TermsOfDelivery termsOfDelivery
    • comments

      protected List<Comments> comments
    • tolerances

      protected Tolerances tolerances
    • controlKeys

      protected ControlKeys controlKeys
    • scheduleLine

      protected List<ScheduleLine> scheduleLine
    • masterAgreementReferenceOrMasterAgreementIDInfo

      protected List<Object> masterAgreementReferenceOrMasterAgreementIDInfo
    • itemOutIndustry

      protected ItemOutIndustry itemOutIndustry
    • packaging

      protected List<Packaging> packaging
    • releaseInfo

      protected ReleaseInfo releaseInfo
    • batch

      protected Batch batch
  • Constructor Details

    • ItemOut

      public ItemOut()
  • 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
    • 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
    • getRequisitionID

      public String getRequisitionID()
      Gets the value of the requisitionID property.
      Returns:
      possible object is String
    • setRequisitionID

      public void setRequisitionID(String value)
      Sets the value of the requisitionID property.
      Parameters:
      value - allowed object is String
    • getAgreementItemNumber

      public String getAgreementItemNumber()
      Gets the value of the agreementItemNumber property.
      Returns:
      possible object is String
    • setAgreementItemNumber

      public void setAgreementItemNumber(String value)
      Sets the value of the agreementItemNumber property.
      Parameters:
      value - allowed object is String
    • getRequestedDeliveryDate

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

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

      public String getIsAdHoc()
      Gets the value of the isAdHoc property.
      Returns:
      possible object is String
    • setIsAdHoc

      public void setIsAdHoc(String value)
      Sets the value of the isAdHoc 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
    • getRequiresServiceEntry

      public String getRequiresServiceEntry()
      Gets the value of the requiresServiceEntry property.
      Returns:
      possible object is String
    • setRequiresServiceEntry

      public void setRequiresServiceEntry(String value)
      Sets the value of the requiresServiceEntry property.
      Parameters:
      value - allowed object is String
    • getConfirmationDueDate

      public String getConfirmationDueDate()
      Gets the value of the confirmationDueDate property.
      Returns:
      possible object is String
    • setConfirmationDueDate

      public void setConfirmationDueDate(String value)
      Sets the value of the confirmationDueDate 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
    • getSubcontractingType

      public String getSubcontractingType()
      Gets the value of the subcontractingType property.
      Returns:
      possible object is String
    • setSubcontractingType

      public void setSubcontractingType(String value)
      Sets the value of the subcontractingType property.
      Parameters:
      value - allowed object is String
    • getStockTransferType

      public String getStockTransferType()
      Gets the value of the stockTransferType property.
      Returns:
      possible object is String
    • setStockTransferType

      public void setStockTransferType(String value)
      Sets the value of the stockTransferType property.
      Parameters:
      value - allowed object is String
    • getRequestedShipmentDate

      public String getRequestedShipmentDate()
      Gets the value of the requestedShipmentDate property.
      Returns:
      possible object is String
    • setRequestedShipmentDate

      public void setRequestedShipmentDate(String value)
      Sets the value of the requestedShipmentDate property.
      Parameters:
      value - allowed object is String
    • getIsReturn

      public String getIsReturn()
      Gets the value of the isReturn property.
      Returns:
      possible object is String
    • setIsReturn

      public void setIsReturn(String value)
      Sets the value of the isReturn property.
      Parameters:
      value - allowed object is String
    • getReturnAuthorizationNumber

      public String getReturnAuthorizationNumber()
      Gets the value of the returnAuthorizationNumber property.
      Returns:
      possible object is String
    • setReturnAuthorizationNumber

      public void setReturnAuthorizationNumber(String value)
      Sets the value of the returnAuthorizationNumber property.
      Parameters:
      value - allowed object is String
    • getIsDeliveryCompleted

      public String getIsDeliveryCompleted()
      Gets the value of the isDeliveryCompleted property.
      Returns:
      possible object is String
    • setIsDeliveryCompleted

      public void setIsDeliveryCompleted(String value)
      Sets the value of the isDeliveryCompleted property.
      Parameters:
      value - allowed object is String
    • getUnlimitedDelivery

      public String getUnlimitedDelivery()
      Gets the value of the unlimitedDelivery property.
      Returns:
      possible object is String
    • setUnlimitedDelivery

      public void setUnlimitedDelivery(String value)
      Sets the value of the unlimitedDelivery property.
      Parameters:
      value - allowed object is String
    • getIsItemChanged

      public String getIsItemChanged()
      Gets the value of the isItemChanged property.
      Returns:
      possible object is String
    • setIsItemChanged

      public void setIsItemChanged(String value)
      Sets the value of the isItemChanged property.
      Parameters:
      value - allowed object is String
    • getIsKanban

      public String getIsKanban()
      Gets the value of the isKanban property.
      Returns:
      possible object is String
    • setIsKanban

      public void setIsKanban(String value)
      Sets the value of the isKanban property.
      Parameters:
      value - allowed object is String
    • getStoDelivery

      public String getStoDelivery()
      Gets the value of the stoDelivery property.
      Returns:
      possible object is String
    • setStoDelivery

      public void setStoDelivery(String value)
      Sets the value of the stoDelivery property.
      Parameters:
      value - allowed object is String
    • getStoOrderCombination

      public String getStoOrderCombination()
      Gets the value of the stoOrderCombination property.
      Returns:
      possible object is String
    • setStoOrderCombination

      public void setStoOrderCombination(String value)
      Sets the value of the stoOrderCombination property.
      Parameters:
      value - allowed object is String
    • getStoFinalDelivery

      public String getStoFinalDelivery()
      Gets the value of the stoFinalDelivery property.
      Returns:
      possible object is String
    • setStoFinalDelivery

      public void setStoFinalDelivery(String value)
      Sets the value of the stoFinalDelivery 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
    • getItemDetailOrBlanketItemDetail

      public List<Object> getItemDetailOrBlanketItemDetail()
      Gets the value of the itemDetailOrBlanketItemDetail 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 itemDetailOrBlanketItemDetail property.

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

          getItemDetailOrBlanketItemDetail().add(newItem);
       

      Objects of the following type(s) are allowed in the list BlanketItemDetail 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

    • getTermsOfDelivery

      public TermsOfDelivery getTermsOfDelivery()
      Gets the value of the termsOfDelivery property.
      Returns:
      possible object is TermsOfDelivery
    • setTermsOfDelivery

      public void setTermsOfDelivery(TermsOfDelivery value)
      Sets the value of the termsOfDelivery property.
      Parameters:
      value - allowed object is TermsOfDelivery
    • getComments

      public List<Comments> getComments()
      Gets the value of the comments 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 comments property.

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

          getComments().add(newItem);
       

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

    • getTolerances

      public Tolerances getTolerances()
      Gets the value of the tolerances property.
      Returns:
      possible object is Tolerances
    • setTolerances

      public void setTolerances(Tolerances value)
      Sets the value of the tolerances property.
      Parameters:
      value - allowed object is Tolerances
    • getControlKeys

      public ControlKeys getControlKeys()
      Gets the value of the controlKeys property.
      Returns:
      possible object is ControlKeys
    • setControlKeys

      public void setControlKeys(ControlKeys value)
      Sets the value of the controlKeys property.
      Parameters:
      value - allowed object is ControlKeys
    • 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

    • getMasterAgreementReferenceOrMasterAgreementIDInfo

      public List<Object> getMasterAgreementReferenceOrMasterAgreementIDInfo()
      Gets the value of the masterAgreementReferenceOrMasterAgreementIDInfo 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 masterAgreementReferenceOrMasterAgreementIDInfo property.

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

          getMasterAgreementReferenceOrMasterAgreementIDInfo().add(newItem);
       

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

    • getItemOutIndustry

      public ItemOutIndustry getItemOutIndustry()
      Gets the value of the itemOutIndustry property.
      Returns:
      possible object is ItemOutIndustry
    • setItemOutIndustry

      public void setItemOutIndustry(ItemOutIndustry value)
      Sets the value of the itemOutIndustry property.
      Parameters:
      value - allowed object is ItemOutIndustry
    • getPackaging

      public List<Packaging> getPackaging()
      Gets the value of the packaging 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 packaging property.

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

          getPackaging().add(newItem);
       

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

    • getReleaseInfo

      public ReleaseInfo getReleaseInfo()
      Gets the value of the releaseInfo property.
      Returns:
      possible object is ReleaseInfo
    • setReleaseInfo

      public void setReleaseInfo(ReleaseInfo value)
      Sets the value of the releaseInfo property.
      Parameters:
      value - allowed object is ReleaseInfo
    • 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