Package org.cxml
Class ScheduleLineReleaseInfo
- java.lang.Object
-
- org.cxml.ScheduleLineReleaseInfo
-
public class ScheduleLineReleaseInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcommitmentCodeprotected java.lang.StringcumulativeScheduledQuantityprotected java.lang.StringunitOfMeasure
-
Constructor Summary
Constructors Constructor Description ScheduleLineReleaseInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCommitmentCode()Gets the value of the commitmentCode property.java.lang.StringgetCumulativeScheduledQuantity()Gets the value of the cumulativeScheduledQuantity property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.voidsetCommitmentCode(java.lang.String value)Sets the value of the commitmentCode property.voidsetCumulativeScheduledQuantity(java.lang.String value)Sets the value of the cumulativeScheduledQuantity property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.
-
-
-
Method Detail
-
getCommitmentCode
public java.lang.String getCommitmentCode()
Gets the value of the commitmentCode property.- Returns:
- possible object is
String
-
setCommitmentCode
public void setCommitmentCode(java.lang.String value)
Sets the value of the commitmentCode property.- Parameters:
value- allowed object isString
-
getCumulativeScheduledQuantity
public java.lang.String getCumulativeScheduledQuantity()
Gets the value of the cumulativeScheduledQuantity property.- Returns:
- possible object is
String
-
setCumulativeScheduledQuantity
public void setCumulativeScheduledQuantity(java.lang.String value)
Sets the value of the cumulativeScheduledQuantity 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
-
-