Package org.cxml

Class ReleaseInfo


  • public class ReleaseInfo
    extends java.lang.Object
    • Field Detail

      • releaseType

        protected java.lang.String releaseType
      • cumulativeReceivedQuantity

        protected java.lang.String cumulativeReceivedQuantity
      • productionGoAheadEndDate

        protected java.lang.String productionGoAheadEndDate
      • materialGoAheadEndDate

        protected java.lang.String materialGoAheadEndDate
      • unitOfMeasure

        protected java.lang.String unitOfMeasure
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • ReleaseInfo

        public ReleaseInfo()
    • Method Detail

      • getReleaseType

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

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

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

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

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

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

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

        public void setMaterialGoAheadEndDate​(java.lang.String value)
        Sets the value of the materialGoAheadEndDate property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • setShipNoticeReleaseInfo

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

        public java.util.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