Package org.cxml

Class ItemOutIndustry

java.lang.Object
org.cxml.ItemOutIndustry

public class ItemOutIndustry extends Object
  • Field Details

  • Constructor Details

    • ItemOutIndustry

      public ItemOutIndustry()
  • Method Details

    • getPlanningType

      public String getPlanningType()
      Gets the value of the planningType property.
      Returns:
      possible object is String
    • setPlanningType

      public void setPlanningType(String value)
      Sets the value of the planningType property.
      Parameters:
      value - allowed object is String
    • getRequiresRealTimeConsumption

      public String getRequiresRealTimeConsumption()
      Gets the value of the requiresRealTimeConsumption property.
      Returns:
      possible object is String
    • setRequiresRealTimeConsumption

      public void setRequiresRealTimeConsumption(String value)
      Sets the value of the requiresRealTimeConsumption property.
      Parameters:
      value - allowed object is String
    • getIsHUMandatory

      public String getIsHUMandatory()
      Gets the value of the isHUMandatory property.
      Returns:
      possible object is String
    • setIsHUMandatory

      public void setIsHUMandatory(String value)
      Sets the value of the isHUMandatory property.
      Parameters:
      value - allowed object is String
    • getItemOutRetail

      public ItemOutRetail getItemOutRetail()
      Gets the value of the itemOutRetail property.
      Returns:
      possible object is ItemOutRetail
    • setItemOutRetail

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

    • getPriority

      public Priority getPriority()
      Gets the value of the priority property.
      Returns:
      possible object is Priority
    • setPriority

      public void setPriority(Priority value)
      Sets the value of the priority property.
      Parameters:
      value - allowed object is Priority
    • getQualityInfo

      public QualityInfo getQualityInfo()
      Gets the value of the qualityInfo property.
      Returns:
      possible object is QualityInfo
    • setQualityInfo

      public void setQualityInfo(QualityInfo value)
      Sets the value of the qualityInfo property.
      Parameters:
      value - allowed object is QualityInfo
    • getSerialNumberInfo

      public SerialNumberInfo getSerialNumberInfo()
      Gets the value of the serialNumberInfo property.
      Returns:
      possible object is SerialNumberInfo
    • setSerialNumberInfo

      public void setSerialNumberInfo(SerialNumberInfo value)
      Sets the value of the serialNumberInfo property.
      Parameters:
      value - allowed object is SerialNumberInfo
    • getBatchInfo

      public BatchInfo getBatchInfo()
      Gets the value of the batchInfo property.
      Returns:
      possible object is BatchInfo
    • setBatchInfo

      public void setBatchInfo(BatchInfo value)
      Sets the value of the batchInfo property.
      Parameters:
      value - allowed object is BatchInfo
    • getAssetInfo

      public List<AssetInfo> getAssetInfo()
      Gets the value of the assetInfo 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 assetInfo property.

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

          getAssetInfo().add(newItem);
       

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

    • getPackagingDistribution

      public List<PackagingDistribution> getPackagingDistribution()
      Gets the value of the packagingDistribution 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 packagingDistribution property.

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

          getPackagingDistribution().add(newItem);
       

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