Package org.cxml

Class Batch

java.lang.Object
org.cxml.Batch

public class Batch extends Object
  • Field Details

    • productionDate

      protected String productionDate
    • expirationDate

      protected String expirationDate
    • inspectionDate

      protected String inspectionDate
    • shelfLife

      protected String shelfLife
    • originCountryCode

      protected String originCountryCode
    • batchQuantity

      protected String batchQuantity
    • buyerBatchID

      protected String buyerBatchID
    • supplierBatchID

      protected String supplierBatchID
    • propertyValuation

      protected List<PropertyValuation> propertyValuation
  • Constructor Details

    • Batch

      public Batch()
  • Method Details

    • getProductionDate

      public String getProductionDate()
      Gets the value of the productionDate property.
      Returns:
      possible object is String
    • setProductionDate

      public void setProductionDate(String value)
      Sets the value of the productionDate property.
      Parameters:
      value - allowed object is String
    • getExpirationDate

      public String getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is String
    • setExpirationDate

      public void setExpirationDate(String value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is String
    • getInspectionDate

      public String getInspectionDate()
      Gets the value of the inspectionDate property.
      Returns:
      possible object is String
    • setInspectionDate

      public void setInspectionDate(String value)
      Sets the value of the inspectionDate property.
      Parameters:
      value - allowed object is String
    • getShelfLife

      public String getShelfLife()
      Gets the value of the shelfLife property.
      Returns:
      possible object is String
    • setShelfLife

      public void setShelfLife(String value)
      Sets the value of the shelfLife property.
      Parameters:
      value - allowed object is String
    • getOriginCountryCode

      public String getOriginCountryCode()
      Gets the value of the originCountryCode property.
      Returns:
      possible object is String
    • setOriginCountryCode

      public void setOriginCountryCode(String value)
      Sets the value of the originCountryCode property.
      Parameters:
      value - allowed object is String
    • getBatchQuantity

      public String getBatchQuantity()
      Gets the value of the batchQuantity property.
      Returns:
      possible object is String
    • setBatchQuantity

      public void setBatchQuantity(String value)
      Sets the value of the batchQuantity property.
      Parameters:
      value - allowed object is String
    • getBuyerBatchID

      public String getBuyerBatchID()
      Gets the value of the buyerBatchID property.
      Returns:
      possible object is String
    • setBuyerBatchID

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

      public List<PropertyValuation> getPropertyValuation()
      Gets the value of the propertyValuation 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 propertyValuation property.

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

          getPropertyValuation().add(newItem);
       

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