Package org.cxml
Class ScheduleLineReleaseInfo
java.lang.Object
org.cxml.ScheduleLineReleaseInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commitmentCode property.Gets the value of the cumulativeScheduledQuantity property.Gets the value of the receivedQuantity property.Gets the value of the unitOfMeasure property.voidsetCommitmentCode(String value) Sets the value of the commitmentCode property.voidSets the value of the cumulativeScheduledQuantity property.voidsetReceivedQuantity(String value) Sets the value of the receivedQuantity property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
commitmentCode
-
cumulativeScheduledQuantity
-
receivedQuantity
-
unitOfMeasure
-
-
Constructor Details
-
ScheduleLineReleaseInfo
public ScheduleLineReleaseInfo()
-
-
Method Details
-
getCommitmentCode
Gets the value of the commitmentCode property.- Returns:
- possible object is
String
-
setCommitmentCode
Sets the value of the commitmentCode property.- Parameters:
value- allowed object isString
-
getCumulativeScheduledQuantity
Gets the value of the cumulativeScheduledQuantity property.- Returns:
- possible object is
String
-
setCumulativeScheduledQuantity
Sets the value of the cumulativeScheduledQuantity property.- Parameters:
value- allowed object isString
-
getReceivedQuantity
Gets the value of the receivedQuantity property.- Returns:
- possible object is
String
-
setReceivedQuantity
Sets the value of the receivedQuantity 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
-