public class ScheduleLine
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
deliveryWindow |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
lineNumber |
protected java.lang.String |
quantity |
protected java.lang.String |
requestedDeliveryDate |
protected java.lang.String |
requestedShipmentDate |
protected ScheduleLineReleaseInfo |
scheduleLineReleaseInfo |
protected java.util.List<SubcontractingComponent> |
subcontractingComponent |
protected java.lang.String |
unitOfMeasure |
| Constructor and Description |
|---|
ScheduleLine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeliveryWindow()
Gets the value of the deliveryWindow property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getLineNumber()
Gets the value of the lineNumber property.
|
java.lang.String |
getQuantity()
Gets the value of the quantity property.
|
java.lang.String |
getRequestedDeliveryDate()
Gets the value of the requestedDeliveryDate property.
|
java.lang.String |
getRequestedShipmentDate()
Gets the value of the requestedShipmentDate property.
|
ScheduleLineReleaseInfo |
getScheduleLineReleaseInfo()
Gets the value of the scheduleLineReleaseInfo property.
|
java.util.List<SubcontractingComponent> |
getSubcontractingComponent()
Gets the value of the subcontractingComponent property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
void |
setDeliveryWindow(java.lang.String value)
Sets the value of the deliveryWindow property.
|
void |
setLineNumber(java.lang.String value)
Sets the value of the lineNumber property.
|
void |
setQuantity(java.lang.String value)
Sets the value of the quantity property.
|
void |
setRequestedDeliveryDate(java.lang.String value)
Sets the value of the requestedDeliveryDate property.
|
void |
setRequestedShipmentDate(java.lang.String value)
Sets the value of the requestedShipmentDate property.
|
void |
setScheduleLineReleaseInfo(ScheduleLineReleaseInfo value)
Sets the value of the scheduleLineReleaseInfo property.
|
void |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
protected java.lang.String quantity
protected java.lang.String requestedDeliveryDate
protected java.lang.String lineNumber
protected java.lang.String deliveryWindow
protected java.lang.String requestedShipmentDate
protected java.lang.String unitOfMeasure
protected ScheduleLineReleaseInfo scheduleLineReleaseInfo
protected java.util.List<SubcontractingComponent> subcontractingComponent
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getQuantity()
Stringpublic void setQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequestedDeliveryDate()
Stringpublic void setRequestedDeliveryDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLineNumber()
Stringpublic void setLineNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeliveryWindow()
Stringpublic void setDeliveryWindow(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequestedShipmentDate()
Stringpublic void setRequestedShipmentDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(java.lang.String value)
value - allowed object is
Stringpublic ScheduleLineReleaseInfo getScheduleLineReleaseInfo()
ScheduleLineReleaseInfopublic void setScheduleLineReleaseInfo(ScheduleLineReleaseInfo value)
value - allowed object is
ScheduleLineReleaseInfopublic java.util.List<SubcontractingComponent> getSubcontractingComponent()
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
public java.util.List<Extrinsic> getExtrinsic()
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
Copyright © 2018 SAP SE. All Rights Reserved.