Class ScheduleLine
- java.lang.Object
-
- org.cxml.ScheduleLine
-
public class ScheduleLine extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdeliveryWindowprotected java.util.List<Extrinsic>extrinsicprotected java.lang.StringlineNumberprotected java.lang.Stringquantityprotected java.lang.StringrequestedDeliveryDateprotected java.lang.StringrequestedShipmentDateprotected ScheduleLineReleaseInfoscheduleLineReleaseInfoprotected java.util.List<SubcontractingComponent>subcontractingComponentprotected java.lang.StringunitOfMeasure
-
Constructor Summary
Constructors Constructor Description ScheduleLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeliveryWindow()Gets the value of the deliveryWindow property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.lang.StringgetLineNumber()Gets the value of the lineNumber property.java.lang.StringgetQuantity()Gets the value of the quantity property.java.lang.StringgetRequestedDeliveryDate()Gets the value of the requestedDeliveryDate property.java.lang.StringgetRequestedShipmentDate()Gets the value of the requestedShipmentDate property.ScheduleLineReleaseInfogetScheduleLineReleaseInfo()Gets the value of the scheduleLineReleaseInfo property.java.util.List<SubcontractingComponent>getSubcontractingComponent()Gets the value of the subcontractingComponent property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.voidsetDeliveryWindow(java.lang.String value)Sets the value of the deliveryWindow property.voidsetLineNumber(java.lang.String value)Sets the value of the lineNumber property.voidsetQuantity(java.lang.String value)Sets the value of the quantity property.voidsetRequestedDeliveryDate(java.lang.String value)Sets the value of the requestedDeliveryDate property.voidsetRequestedShipmentDate(java.lang.String value)Sets the value of the requestedShipmentDate property.voidsetScheduleLineReleaseInfo(ScheduleLineReleaseInfo value)Sets the value of the scheduleLineReleaseInfo property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.
-
-
-
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
-
scheduleLineReleaseInfo
protected ScheduleLineReleaseInfo scheduleLineReleaseInfo
-
subcontractingComponent
protected java.util.List<SubcontractingComponent> subcontractingComponent
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isScheduleLineReleaseInfo
-
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
setmethod 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
setmethod 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
-
-