Class ScheduleLine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deliveryWindow property.Gets the value of the extrinsic property.Gets the value of the lineNumber property.Gets the value of the originalRequestedDeliveryDate property.Gets the value of the quantity property.Gets the value of the requestedDeliveryDate property.Gets the value of the requestedShipmentDate property.Gets the value of the scheduleLineReleaseInfo property.Gets the value of the shipTo property.Gets the value of the subcontractingComponent property.Gets the value of the unitOfMeasure property.voidsetDeliveryWindow(String value) Sets the value of the deliveryWindow property.voidsetLineNumber(String value) Sets the value of the lineNumber property.voidSets the value of the originalRequestedDeliveryDate property.voidsetQuantity(String value) Sets the value of the quantity property.voidsetRequestedDeliveryDate(String value) Sets the value of the requestedDeliveryDate property.voidsetRequestedShipmentDate(String value) Sets the value of the requestedShipmentDate property.voidSets the value of the scheduleLineReleaseInfo property.voidSets the value of the shipTo property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
quantity
-
requestedDeliveryDate
-
lineNumber
-
deliveryWindow
-
requestedShipmentDate
-
originalRequestedDeliveryDate
-
unitOfMeasure
-
scheduleLineReleaseInfo
-
subcontractingComponent
-
shipTo
-
extrinsic
-
-
Constructor Details
-
ScheduleLine
public ScheduleLine()
-
-
Method Details
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getRequestedDeliveryDate
Gets the value of the requestedDeliveryDate property.- Returns:
- possible object is
String
-
setRequestedDeliveryDate
Sets the value of the requestedDeliveryDate property.- Parameters:
value- allowed object isString
-
getLineNumber
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
getDeliveryWindow
Gets the value of the deliveryWindow property.- Returns:
- possible object is
String
-
setDeliveryWindow
Sets the value of the deliveryWindow property.- Parameters:
value- allowed object isString
-
getRequestedShipmentDate
Gets the value of the requestedShipmentDate property.- Returns:
- possible object is
String
-
setRequestedShipmentDate
Sets the value of the requestedShipmentDate property.- Parameters:
value- allowed object isString
-
getOriginalRequestedDeliveryDate
Gets the value of the originalRequestedDeliveryDate property.- Returns:
- possible object is
String
-
setOriginalRequestedDeliveryDate
Sets the value of the originalRequestedDeliveryDate property.- Parameters:
value- allowed object isString
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getScheduleLineReleaseInfo
Gets the value of the scheduleLineReleaseInfo property.- Returns:
- possible object is
ScheduleLineReleaseInfo
-
setScheduleLineReleaseInfo
Sets the value of the scheduleLineReleaseInfo property.- Parameters:
value- allowed object isScheduleLineReleaseInfo
-
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 -
getShipTo
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-
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
-