Package org.cxml
Class ReleaseInfo
java.lang.Object
org.cxml.ReleaseInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cumulativeReceivedQuantity property.Gets the value of the extrinsic property.Gets the value of the materialGoAheadEndDate property.Gets the value of the productionGoAheadEndDate property.Gets the value of the releaseNumber property.Gets the value of the releaseType property.Gets the value of the shipNoticeReleaseInfo property.Gets the value of the unitOfMeasure property.voidSets the value of the cumulativeReceivedQuantity property.voidsetMaterialGoAheadEndDate(String value) Sets the value of the materialGoAheadEndDate property.voidSets the value of the productionGoAheadEndDate property.voidsetReleaseNumber(String value) Sets the value of the releaseNumber property.voidsetReleaseType(String value) Sets the value of the releaseType property.voidSets the value of the shipNoticeReleaseInfo property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
releaseType
-
cumulativeReceivedQuantity
-
releaseNumber
-
productionGoAheadEndDate
-
materialGoAheadEndDate
-
unitOfMeasure
-
shipNoticeReleaseInfo
-
extrinsic
-
-
Constructor Details
-
ReleaseInfo
public ReleaseInfo()
-
-
Method Details
-
getReleaseType
Gets the value of the releaseType property.- Returns:
- possible object is
String
-
setReleaseType
Sets the value of the releaseType property.- Parameters:
value- allowed object isString
-
getCumulativeReceivedQuantity
Gets the value of the cumulativeReceivedQuantity property.- Returns:
- possible object is
String
-
setCumulativeReceivedQuantity
Sets the value of the cumulativeReceivedQuantity property.- Parameters:
value- allowed object isString
-
getReleaseNumber
Gets the value of the releaseNumber property.- Returns:
- possible object is
String
-
setReleaseNumber
Sets the value of the releaseNumber property.- Parameters:
value- allowed object isString
-
getProductionGoAheadEndDate
Gets the value of the productionGoAheadEndDate property.- Returns:
- possible object is
String
-
setProductionGoAheadEndDate
Sets the value of the productionGoAheadEndDate property.- Parameters:
value- allowed object isString
-
getMaterialGoAheadEndDate
Gets the value of the materialGoAheadEndDate property.- Returns:
- possible object is
String
-
setMaterialGoAheadEndDate
Sets the value of the materialGoAheadEndDate property.- Parameters:
value- allowed object isString
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getShipNoticeReleaseInfo
Gets the value of the shipNoticeReleaseInfo property.- Returns:
- possible object is
ShipNoticeReleaseInfo
-
setShipNoticeReleaseInfo
Sets the value of the shipNoticeReleaseInfo property.- Parameters:
value- allowed object isShipNoticeReleaseInfo
-
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
-