Package org.cxml
Class ReleaseInfo
- java.lang.Object
-
- org.cxml.ReleaseInfo
-
public class ReleaseInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcumulativeReceivedQuantityprotected java.util.List<Extrinsic>extrinsicprotected java.lang.StringmaterialGoAheadEndDateprotected java.lang.StringproductionGoAheadEndDateprotected java.lang.StringreleaseTypeprotected ShipNoticeReleaseInfoshipNoticeReleaseInfoprotected java.lang.StringunitOfMeasure
-
Constructor Summary
Constructors Constructor Description ReleaseInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCumulativeReceivedQuantity()Gets the value of the cumulativeReceivedQuantity property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.lang.StringgetMaterialGoAheadEndDate()Gets the value of the materialGoAheadEndDate property.java.lang.StringgetProductionGoAheadEndDate()Gets the value of the productionGoAheadEndDate property.java.lang.StringgetReleaseType()Gets the value of the releaseType property.ShipNoticeReleaseInfogetShipNoticeReleaseInfo()Gets the value of the shipNoticeReleaseInfo property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.voidsetCumulativeReceivedQuantity(java.lang.String value)Sets the value of the cumulativeReceivedQuantity property.voidsetMaterialGoAheadEndDate(java.lang.String value)Sets the value of the materialGoAheadEndDate property.voidsetProductionGoAheadEndDate(java.lang.String value)Sets the value of the productionGoAheadEndDate property.voidsetReleaseType(java.lang.String value)Sets the value of the releaseType property.voidsetShipNoticeReleaseInfo(ShipNoticeReleaseInfo value)Sets the value of the shipNoticeReleaseInfo property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.
-
-
-
Field Detail
-
releaseType
protected java.lang.String releaseType
-
cumulativeReceivedQuantity
protected java.lang.String cumulativeReceivedQuantity
-
productionGoAheadEndDate
protected java.lang.String productionGoAheadEndDate
-
materialGoAheadEndDate
protected java.lang.String materialGoAheadEndDate
-
unitOfMeasure
protected java.lang.String unitOfMeasure
-
shipNoticeReleaseInfo
protected ShipNoticeReleaseInfo shipNoticeReleaseInfo
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getReleaseType
public java.lang.String getReleaseType()
Gets the value of the releaseType property.- Returns:
- possible object is
String
-
setReleaseType
public void setReleaseType(java.lang.String value)
Sets the value of the releaseType property.- Parameters:
value- allowed object isString
-
getCumulativeReceivedQuantity
public java.lang.String getCumulativeReceivedQuantity()
Gets the value of the cumulativeReceivedQuantity property.- Returns:
- possible object is
String
-
setCumulativeReceivedQuantity
public void setCumulativeReceivedQuantity(java.lang.String value)
Sets the value of the cumulativeReceivedQuantity property.- Parameters:
value- allowed object isString
-
getProductionGoAheadEndDate
public java.lang.String getProductionGoAheadEndDate()
Gets the value of the productionGoAheadEndDate property.- Returns:
- possible object is
String
-
setProductionGoAheadEndDate
public void setProductionGoAheadEndDate(java.lang.String value)
Sets the value of the productionGoAheadEndDate property.- Parameters:
value- allowed object isString
-
getMaterialGoAheadEndDate
public java.lang.String getMaterialGoAheadEndDate()
Gets the value of the materialGoAheadEndDate property.- Returns:
- possible object is
String
-
setMaterialGoAheadEndDate
public void setMaterialGoAheadEndDate(java.lang.String value)
Sets the value of the materialGoAheadEndDate property.- Parameters:
value- allowed object isString
-
getUnitOfMeasure
public java.lang.String getUnitOfMeasure()
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
public void setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getShipNoticeReleaseInfo
public ShipNoticeReleaseInfo getShipNoticeReleaseInfo()
Gets the value of the shipNoticeReleaseInfo property.- Returns:
- possible object is
ShipNoticeReleaseInfo
-
setShipNoticeReleaseInfo
public void setShipNoticeReleaseInfo(ShipNoticeReleaseInfo value)
Sets the value of the shipNoticeReleaseInfo property.- Parameters:
value- allowed object isShipNoticeReleaseInfo
-
getExtrinsic
public java.util.List<Extrinsic> getExtrinsic()
Gets the value of the extrinsic 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 extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-
-