Package org.cxml
Class PurchaseRequisitionHeader
java.lang.Object
org.cxml.PurchaseRequisitionHeader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the billTo property.Gets the value of the comments property.Gets the value of the contact property.Gets the value of the documentReference property.Gets the value of the extrinsic property.Gets the value of the requisitionDate property.Gets the value of the requisitionID property.Gets the value of the requisitionVersion property.Gets the value of the shipping property.Gets the value of the shipTo property.getTax()Gets the value of the tax property.getTotal()Gets the value of the total property.getType()Gets the value of the type property.voidSets the value of the billTo property.voidsetComments(Comments value) Sets the value of the comments property.voidSets the value of the documentReference property.voidsetRequisitionDate(String value) Sets the value of the requisitionDate property.voidsetRequisitionID(String value) Sets the value of the requisitionID property.voidsetRequisitionVersion(String value) Sets the value of the requisitionVersion property.voidsetShipping(Shipping value) Sets the value of the shipping property.voidSets the value of the shipTo property.voidSets the value of the tax property.voidSets the value of the total property.voidSets the value of the type property.
-
Field Details
-
requisitionID
-
requisitionDate
-
type
-
requisitionVersion
-
shipping
-
tax
-
total
-
shipTo
-
billTo
-
contact
-
comments
-
documentReference
-
extrinsic
-
-
Constructor Details
-
PurchaseRequisitionHeader
public PurchaseRequisitionHeader()
-
-
Method Details
-
getRequisitionID
Gets the value of the requisitionID property.- Returns:
- possible object is
String
-
setRequisitionID
Sets the value of the requisitionID property.- Parameters:
value- allowed object isString
-
getRequisitionDate
Gets the value of the requisitionDate property.- Returns:
- possible object is
String
-
setRequisitionDate
Sets the value of the requisitionDate property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRequisitionVersion
Gets the value of the requisitionVersion property.- Returns:
- possible object is
String
-
setRequisitionVersion
Sets the value of the requisitionVersion property.- Parameters:
value- allowed object isString
-
getShipping
Gets the value of the shipping property.- Returns:
- possible object is
Shipping
-
setShipping
Sets the value of the shipping property.- Parameters:
value- allowed object isShipping
-
getTax
Gets the value of the tax property.- Returns:
- possible object is
Tax
-
setTax
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
getTotal
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
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
-
getBillTo
Gets the value of the billTo property.- Returns:
- possible object is
BillTo
-
setBillTo
Sets the value of the billTo property.- Parameters:
value- allowed object isBillTo
-
getContact
Gets the value of the contact 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 contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
Contact -
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getDocumentReference
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
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
-