Package org.cxml

Class ScheduleLine


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

      • quantity

        protected java.lang.String quantity
      • requestedDeliveryDate

        protected java.lang.String requestedDeliveryDate
      • lineNumber

        protected java.lang.String lineNumber
      • deliveryWindow

        protected java.lang.String deliveryWindow
      • requestedShipmentDate

        protected java.lang.String requestedShipmentDate
      • unitOfMeasure

        protected java.lang.String unitOfMeasure
      • extrinsic

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

      • ScheduleLine

        public ScheduleLine()
    • Method Detail

      • getQuantity

        public java.lang.String getQuantity()
        Gets the value of the quantity property.
        Returns:
        possible object is String
      • setQuantity

        public void setQuantity​(java.lang.String value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is String
      • getRequestedDeliveryDate

        public java.lang.String getRequestedDeliveryDate()
        Gets the value of the requestedDeliveryDate property.
        Returns:
        possible object is String
      • setRequestedDeliveryDate

        public void setRequestedDeliveryDate​(java.lang.String value)
        Sets the value of the requestedDeliveryDate property.
        Parameters:
        value - allowed object is String
      • getLineNumber

        public java.lang.String getLineNumber()
        Gets the value of the lineNumber property.
        Returns:
        possible object is String
      • setLineNumber

        public void setLineNumber​(java.lang.String value)
        Sets the value of the lineNumber property.
        Parameters:
        value - allowed object is String
      • getDeliveryWindow

        public java.lang.String getDeliveryWindow()
        Gets the value of the deliveryWindow property.
        Returns:
        possible object is String
      • setDeliveryWindow

        public void setDeliveryWindow​(java.lang.String value)
        Sets the value of the deliveryWindow property.
        Parameters:
        value - allowed object is String
      • getRequestedShipmentDate

        public java.lang.String getRequestedShipmentDate()
        Gets the value of the requestedShipmentDate property.
        Returns:
        possible object is String
      • setRequestedShipmentDate

        public void setRequestedShipmentDate​(java.lang.String value)
        Sets the value of the requestedShipmentDate 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
      • getSubcontractingComponent

        public java.util.List<SubcontractingComponent> getSubcontractingComponent()
        Gets the value of the subcontractingComponent 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 subcontractingComponent property.

        For example, to add a new item, do as follows:

            getSubcontractingComponent().add(newItem);
         

        Objects of the following type(s) are allowed in the list SubcontractingComponent

      • 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