public class ReleaseInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cumulativeReceivedQuantity |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
materialGoAheadEndDate |
protected java.lang.String |
productionGoAheadEndDate |
protected java.lang.String |
releaseType |
protected ShipNoticeReleaseInfo |
shipNoticeReleaseInfo |
protected java.lang.String |
unitOfMeasure |
| Constructor and Description |
|---|
ReleaseInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCumulativeReceivedQuantity()
Gets the value of the cumulativeReceivedQuantity property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getMaterialGoAheadEndDate()
Gets the value of the materialGoAheadEndDate property.
|
java.lang.String |
getProductionGoAheadEndDate()
Gets the value of the productionGoAheadEndDate property.
|
java.lang.String |
getReleaseType()
Gets the value of the releaseType property.
|
ShipNoticeReleaseInfo |
getShipNoticeReleaseInfo()
Gets the value of the shipNoticeReleaseInfo property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
void |
setCumulativeReceivedQuantity(java.lang.String value)
Sets the value of the cumulativeReceivedQuantity property.
|
void |
setMaterialGoAheadEndDate(java.lang.String value)
Sets the value of the materialGoAheadEndDate property.
|
void |
setProductionGoAheadEndDate(java.lang.String value)
Sets the value of the productionGoAheadEndDate property.
|
void |
setReleaseType(java.lang.String value)
Sets the value of the releaseType property.
|
void |
setShipNoticeReleaseInfo(ShipNoticeReleaseInfo value)
Sets the value of the shipNoticeReleaseInfo property.
|
void |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
protected java.lang.String releaseType
protected java.lang.String cumulativeReceivedQuantity
protected java.lang.String productionGoAheadEndDate
protected java.lang.String materialGoAheadEndDate
protected java.lang.String unitOfMeasure
protected ShipNoticeReleaseInfo shipNoticeReleaseInfo
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getReleaseType()
Stringpublic void setReleaseType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCumulativeReceivedQuantity()
Stringpublic void setCumulativeReceivedQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProductionGoAheadEndDate()
Stringpublic void setProductionGoAheadEndDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaterialGoAheadEndDate()
Stringpublic void setMaterialGoAheadEndDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(java.lang.String value)
value - allowed object is
Stringpublic ShipNoticeReleaseInfo getShipNoticeReleaseInfo()
ShipNoticeReleaseInfopublic void setShipNoticeReleaseInfo(ShipNoticeReleaseInfo value)
value - allowed object is
ShipNoticeReleaseInfopublic java.util.List<Extrinsic> getExtrinsic()
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 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
Copyright © 2018 SAP SE. All Rights Reserved.