Package org.cxml
Class AcceptanceScheduleDetail
java.lang.Object
org.cxml.AcceptanceScheduleDetail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the approvedAction property.Gets the value of the deliveryDate property.Gets the value of the extrinsic property.Gets the value of the lineNumber property.Gets the value of the quantity property.voidsetApprovedAction(String value) Sets the value of the approvedAction property.voidsetDeliveryDate(String value) Sets the value of the deliveryDate property.voidsetLineNumber(String value) Sets the value of the lineNumber property.voidsetQuantity(String value) Sets the value of the quantity property.
-
Field Details
-
quantity
-
deliveryDate
-
approvedAction
-
lineNumber
-
extrinsic
-
-
Constructor Details
-
AcceptanceScheduleDetail
public AcceptanceScheduleDetail()
-
-
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
-
getDeliveryDate
Gets the value of the deliveryDate property.- Returns:
- possible object is
String
-
setDeliveryDate
Sets the value of the deliveryDate property.- Parameters:
value- allowed object isString
-
getApprovedAction
Gets the value of the approvedAction property.- Returns:
- possible object is
String
-
setApprovedAction
Sets the value of the approvedAction 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
-
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
-