Package org.cxml

Class ItemOut


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

      • quantity

        protected java.lang.String quantity
      • lineNumber

        protected java.lang.String lineNumber
      • requisitionID

        protected java.lang.String requisitionID
      • agreementItemNumber

        protected java.lang.String agreementItemNumber
      • requestedDeliveryDate

        protected java.lang.String requestedDeliveryDate
      • isAdHoc

        protected java.lang.String isAdHoc
      • parentLineNumber

        protected java.lang.String parentLineNumber
      • itemType

        protected java.lang.String itemType
      • requiresServiceEntry

        protected java.lang.String requiresServiceEntry
      • confirmationDueDate

        protected java.lang.String confirmationDueDate
      • compositeItemType

        protected java.lang.String compositeItemType
      • itemCategory

        protected java.lang.String itemCategory
      • requestedShipmentDate

        protected java.lang.String requestedShipmentDate
      • itemID

        protected ItemID itemID
      • path

        protected Path path
      • itemDetailOrBlanketItemDetail

        protected java.util.List<java.lang.Object> itemDetailOrBlanketItemDetail
      • 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
      • scheduleLine

        protected java.util.List<ScheduleLine> scheduleLine
      • masterAgreementReferenceOrMasterAgreementIDInfo

        protected java.util.List<java.lang.Object> masterAgreementReferenceOrMasterAgreementIDInfo
      • packaging

        protected java.util.List<Packaging> packaging
      • batch

        protected Batch batch
    • Constructor Detail

      • ItemOut

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

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

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

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

        public void setAgreementItemNumber​(java.lang.String value)
        Sets the value of the agreementItemNumber 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
      • getIsAdHoc

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

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

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

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

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

        public void setConfirmationDueDate​(java.lang.String value)
        Sets the value of the confirmationDueDate 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
      • getItemCategory

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

        public void setItemCategory​(java.lang.String value)
        Sets the value of the itemCategory property.
        Parameters:
        value - allowed object is String
      • getRequestedShipmentDate

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

        public void setRequestedShipmentDate​(java.lang.String value)
        Sets the value of the requestedShipmentDate 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 java.util.List<java.lang.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 ItemDetail BlanketItemDetail

      • 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

      • 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 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
      • 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 java.util.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 java.util.List<java.lang.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 MasterAgreementReference MasterAgreementIDInfo

      • 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 java.util.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