Package org.cxml

Class Batch


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

      • productionDate

        protected java.lang.String productionDate
      • expirationDate

        protected java.lang.String expirationDate
      • originCountryCode

        protected java.lang.String originCountryCode
      • buyerBatchID

        protected java.lang.String buyerBatchID
      • supplierBatchID

        protected java.lang.String supplierBatchID
    • Constructor Detail

      • Batch

        public Batch()
    • Method Detail

      • getProductionDate

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

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

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

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

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

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

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

        public void setBuyerBatchID​(java.lang.String value)
        Sets the value of the buyerBatchID property.
        Parameters:
        value - allowed object is String
      • getSupplierBatchID

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

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

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