Package org.cxml

Class ScheduleLineReleaseInfo

java.lang.Object
org.cxml.ScheduleLineReleaseInfo

public class ScheduleLineReleaseInfo extends Object
  • Field Details

    • commitmentCode

      protected String commitmentCode
    • cumulativeScheduledQuantity

      protected String cumulativeScheduledQuantity
    • receivedQuantity

      protected String receivedQuantity
    • unitOfMeasure

      protected String unitOfMeasure
  • Constructor Details

    • ScheduleLineReleaseInfo

      public ScheduleLineReleaseInfo()
  • Method Details

    • getCommitmentCode

      public String getCommitmentCode()
      Gets the value of the commitmentCode property.
      Returns:
      possible object is String
    • setCommitmentCode

      public void setCommitmentCode(String value)
      Sets the value of the commitmentCode property.
      Parameters:
      value - allowed object is String
    • getCumulativeScheduledQuantity

      public String getCumulativeScheduledQuantity()
      Gets the value of the cumulativeScheduledQuantity property.
      Returns:
      possible object is String
    • setCumulativeScheduledQuantity

      public void setCumulativeScheduledQuantity(String value)
      Sets the value of the cumulativeScheduledQuantity property.
      Parameters:
      value - allowed object is String
    • getReceivedQuantity

      public String getReceivedQuantity()
      Gets the value of the receivedQuantity property.
      Returns:
      possible object is String
    • setReceivedQuantity

      public void setReceivedQuantity(String value)
      Sets the value of the receivedQuantity property.
      Parameters:
      value - allowed object is String
    • getUnitOfMeasure

      public String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      Returns:
      possible object is String
    • setUnitOfMeasure

      public void setUnitOfMeasure(String value)
      Sets the value of the unitOfMeasure property.
      Parameters:
      value - allowed object is String