Package org.cxml

Class ScheduleLine

java.lang.Object
org.cxml.ScheduleLine

public class ScheduleLine extends Object
  • Field Details

    • quantity

      protected String quantity
    • requestedDeliveryDate

      protected String requestedDeliveryDate
    • lineNumber

      protected String lineNumber
    • deliveryWindow

      protected String deliveryWindow
    • requestedShipmentDate

      protected String requestedShipmentDate
    • originalRequestedDeliveryDate

      protected String originalRequestedDeliveryDate
    • unitOfMeasure

      protected String unitOfMeasure
    • scheduleLineReleaseInfo

      protected ScheduleLineReleaseInfo scheduleLineReleaseInfo
    • subcontractingComponent

      protected List<SubcontractingComponent> subcontractingComponent
    • shipTo

      protected ShipTo shipTo
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • ScheduleLine

      public ScheduleLine()
  • Method Details

    • getQuantity

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

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

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

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

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

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

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

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

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

      public void setRequestedShipmentDate(String value)
      Sets the value of the requestedShipmentDate property.
      Parameters:
      value - allowed object is String
    • getOriginalRequestedDeliveryDate

      public String getOriginalRequestedDeliveryDate()
      Gets the value of the originalRequestedDeliveryDate property.
      Returns:
      possible object is String
    • setOriginalRequestedDeliveryDate

      public void setOriginalRequestedDeliveryDate(String value)
      Sets the value of the originalRequestedDeliveryDate 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
    • getScheduleLineReleaseInfo

      public ScheduleLineReleaseInfo getScheduleLineReleaseInfo()
      Gets the value of the scheduleLineReleaseInfo property.
      Returns:
      possible object is ScheduleLineReleaseInfo
    • setScheduleLineReleaseInfo

      public void setScheduleLineReleaseInfo(ScheduleLineReleaseInfo value)
      Sets the value of the scheduleLineReleaseInfo property.
      Parameters:
      value - allowed object is ScheduleLineReleaseInfo
    • getSubcontractingComponent

      public 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

    • getShipTo

      public ShipTo getShipTo()
      Gets the value of the shipTo property.
      Returns:
      possible object is ShipTo
    • setShipTo

      public void setShipTo(ShipTo value)
      Sets the value of the shipTo property.
      Parameters:
      value - allowed object is ShipTo
    • 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