Package org.cxml
Class Batch
- java.lang.Object
-
- org.cxml.Batch
-
public class Batch extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbuyerBatchIDprotected java.lang.StringexpirationDateprotected java.lang.StringoriginCountryCodeprotected java.lang.StringproductionDateprotected java.util.List<PropertyValuation>propertyValuationprotected java.lang.StringsupplierBatchID
-
Constructor Summary
Constructors Constructor Description Batch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBuyerBatchID()Gets the value of the buyerBatchID property.java.lang.StringgetExpirationDate()Gets the value of the expirationDate property.java.lang.StringgetOriginCountryCode()Gets the value of the originCountryCode property.java.lang.StringgetProductionDate()Gets the value of the productionDate property.java.util.List<PropertyValuation>getPropertyValuation()Gets the value of the propertyValuation property.java.lang.StringgetSupplierBatchID()Gets the value of the supplierBatchID property.voidsetBuyerBatchID(java.lang.String value)Sets the value of the buyerBatchID property.voidsetExpirationDate(java.lang.String value)Sets the value of the expirationDate property.voidsetOriginCountryCode(java.lang.String value)Sets the value of the originCountryCode property.voidsetProductionDate(java.lang.String value)Sets the value of the productionDate property.voidsetSupplierBatchID(java.lang.String value)Sets the value of the supplierBatchID property.
-
-
-
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
-
propertyValuation
protected java.util.List<PropertyValuation> propertyValuation
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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
setmethod 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
-
-