Package org.cxml

Class ReleaseInfo

java.lang.Object
org.cxml.ReleaseInfo

public class ReleaseInfo extends Object
  • Field Details

    • releaseType

      protected String releaseType
    • cumulativeReceivedQuantity

      protected String cumulativeReceivedQuantity
    • releaseNumber

      protected String releaseNumber
    • productionGoAheadEndDate

      protected String productionGoAheadEndDate
    • materialGoAheadEndDate

      protected String materialGoAheadEndDate
    • unitOfMeasure

      protected String unitOfMeasure
    • shipNoticeReleaseInfo

      protected ShipNoticeReleaseInfo shipNoticeReleaseInfo
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • ReleaseInfo

      public ReleaseInfo()
  • Method Details

    • getReleaseType

      public String getReleaseType()
      Gets the value of the releaseType property.
      Returns:
      possible object is String
    • setReleaseType

      public void setReleaseType(String value)
      Sets the value of the releaseType property.
      Parameters:
      value - allowed object is String
    • getCumulativeReceivedQuantity

      public String getCumulativeReceivedQuantity()
      Gets the value of the cumulativeReceivedQuantity property.
      Returns:
      possible object is String
    • setCumulativeReceivedQuantity

      public void setCumulativeReceivedQuantity(String value)
      Sets the value of the cumulativeReceivedQuantity property.
      Parameters:
      value - allowed object is String
    • getReleaseNumber

      public String getReleaseNumber()
      Gets the value of the releaseNumber property.
      Returns:
      possible object is String
    • setReleaseNumber

      public void setReleaseNumber(String value)
      Sets the value of the releaseNumber property.
      Parameters:
      value - allowed object is String
    • getProductionGoAheadEndDate

      public String getProductionGoAheadEndDate()
      Gets the value of the productionGoAheadEndDate property.
      Returns:
      possible object is String
    • setProductionGoAheadEndDate

      public void setProductionGoAheadEndDate(String value)
      Sets the value of the productionGoAheadEndDate property.
      Parameters:
      value - allowed object is String
    • getMaterialGoAheadEndDate

      public String getMaterialGoAheadEndDate()
      Gets the value of the materialGoAheadEndDate property.
      Returns:
      possible object is String
    • setMaterialGoAheadEndDate

      public void setMaterialGoAheadEndDate(String value)
      Sets the value of the materialGoAheadEndDate 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
    • getShipNoticeReleaseInfo

      public ShipNoticeReleaseInfo getShipNoticeReleaseInfo()
      Gets the value of the shipNoticeReleaseInfo property.
      Returns:
      possible object is ShipNoticeReleaseInfo
    • setShipNoticeReleaseInfo

      public void setShipNoticeReleaseInfo(ShipNoticeReleaseInfo value)
      Sets the value of the shipNoticeReleaseInfo property.
      Parameters:
      value - allowed object is ShipNoticeReleaseInfo
    • getExtrinsic

      public List<Extrinsic> 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 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