Package org.cxml

Class ItemInfo

java.lang.Object
org.cxml.ItemInfo

public class ItemInfo extends Object
  • Field Details

  • Constructor Details

    • ItemInfo

      public ItemInfo()
  • 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
    • 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
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description
    • getClassification

      public List<Classification> getClassification()
      Gets the value of the classification 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 classification property.

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

          getClassification().add(newItem);
       

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

    • getManufacturerPartID

      public String getManufacturerPartID()
      Gets the value of the manufacturerPartID property.
      Returns:
      possible object is String
    • setManufacturerPartID

      public void setManufacturerPartID(String value)
      Sets the value of the manufacturerPartID property.
      Parameters:
      value - allowed object is String
    • getManufacturerName

      public ManufacturerName getManufacturerName()
      Gets the value of the manufacturerName property.
      Returns:
      possible object is ManufacturerName
    • setManufacturerName

      public void setManufacturerName(ManufacturerName value)
      Sets the value of the manufacturerName property.
      Parameters:
      value - allowed object is ManufacturerName
    • getCountry

      public Country getCountry()
      Gets the value of the country property.
      Returns:
      possible object is Country
    • setCountry

      public void setCountry(Country value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is Country
    • getSupplierBatchID

      public String getSupplierBatchID()
      Gets the value of the supplierBatchID property.
      Returns:
      possible object is String
    • setSupplierBatchID

      public void setSupplierBatchID(String value)
      Sets the value of the supplierBatchID property.
      Parameters:
      value - allowed object is String
    • getReferenceDocumentInfo

      public List<ReferenceDocumentInfo> getReferenceDocumentInfo()
      Gets the value of the referenceDocumentInfo 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 referenceDocumentInfo property.

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

          getReferenceDocumentInfo().add(newItem);
       

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

    • getUnitOfMeasure

      public String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      Returns:
      possible object is String
    • setUnitOfMeasure

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