Package org.cxml
Class Batch
java.lang.Object
org.cxml.Batch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the batchQuantity property.Gets the value of the buyerBatchID property.Gets the value of the expirationDate property.Gets the value of the inspectionDate property.Gets the value of the originCountryCode property.Gets the value of the productionDate property.Gets the value of the propertyValuation property.Gets the value of the shelfLife property.Gets the value of the supplierBatchID property.voidsetBatchQuantity(String value) Sets the value of the batchQuantity property.voidsetBuyerBatchID(String value) Sets the value of the buyerBatchID property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.voidsetInspectionDate(String value) Sets the value of the inspectionDate property.voidsetOriginCountryCode(String value) Sets the value of the originCountryCode property.voidsetProductionDate(String value) Sets the value of the productionDate property.voidsetShelfLife(String value) Sets the value of the shelfLife property.voidsetSupplierBatchID(String value) Sets the value of the supplierBatchID property.
-
Field Details
-
productionDate
-
expirationDate
-
inspectionDate
-
shelfLife
-
originCountryCode
-
batchQuantity
-
buyerBatchID
-
supplierBatchID
-
propertyValuation
-
-
Constructor Details
-
Batch
public Batch()
-
-
Method Details
-
getProductionDate
Gets the value of the productionDate property.- Returns:
- possible object is
String
-
setProductionDate
Sets the value of the productionDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getInspectionDate
Gets the value of the inspectionDate property.- Returns:
- possible object is
String
-
setInspectionDate
Sets the value of the inspectionDate property.- Parameters:
value- allowed object isString
-
getShelfLife
Gets the value of the shelfLife property.- Returns:
- possible object is
String
-
setShelfLife
Sets the value of the shelfLife property.- Parameters:
value- allowed object isString
-
getOriginCountryCode
Gets the value of the originCountryCode property.- Returns:
- possible object is
String
-
setOriginCountryCode
Sets the value of the originCountryCode property.- Parameters:
value- allowed object isString
-
getBatchQuantity
Gets the value of the batchQuantity property.- Returns:
- possible object is
String
-
setBatchQuantity
Sets the value of the batchQuantity property.- Parameters:
value- allowed object isString
-
getBuyerBatchID
Gets the value of the buyerBatchID property.- Returns:
- possible object is
String
-
setBuyerBatchID
Sets the value of the buyerBatchID property.- Parameters:
value- allowed object isString
-
getSupplierBatchID
Gets the value of the supplierBatchID property.- Returns:
- possible object is
String
-
setSupplierBatchID
Sets the value of the supplierBatchID property.- Parameters:
value- allowed object isString
-
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
-