Package org.cxml
Class PurchaseRequisitionHeader
- java.lang.Object
-
- org.cxml.PurchaseRequisitionHeader
-
public class PurchaseRequisitionHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BillTobillToprotected Commentscommentsprotected java.util.List<Contact>contactprotected DocumentReferencedocumentReferenceprotected java.util.List<Extrinsic>extrinsicprotected java.lang.StringrequisitionDateprotected java.lang.StringrequisitionIDprotected java.lang.StringrequisitionVersionprotected Shippingshippingprotected ShipToshipToprotected Taxtaxprotected Totaltotalprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description PurchaseRequisitionHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillTogetBillTo()Gets the value of the billTo property.CommentsgetComments()Gets the value of the comments property.java.util.List<Contact>getContact()Gets the value of the contact property.DocumentReferencegetDocumentReference()Gets the value of the documentReference property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.lang.StringgetRequisitionDate()Gets the value of the requisitionDate property.java.lang.StringgetRequisitionID()Gets the value of the requisitionID property.java.lang.StringgetRequisitionVersion()Gets the value of the requisitionVersion property.ShippinggetShipping()Gets the value of the shipping property.ShipTogetShipTo()Gets the value of the shipTo property.TaxgetTax()Gets the value of the tax property.TotalgetTotal()Gets the value of the total property.java.lang.StringgetType()Gets the value of the type property.voidsetBillTo(BillTo value)Sets the value of the billTo property.voidsetComments(Comments value)Sets the value of the comments property.voidsetDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidsetRequisitionDate(java.lang.String value)Sets the value of the requisitionDate property.voidsetRequisitionID(java.lang.String value)Sets the value of the requisitionID property.voidsetRequisitionVersion(java.lang.String value)Sets the value of the requisitionVersion property.voidsetShipping(Shipping value)Sets the value of the shipping property.voidsetShipTo(ShipTo value)Sets the value of the shipTo property.voidsetTax(Tax value)Sets the value of the tax property.voidsetTotal(Total value)Sets the value of the total property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
requisitionID
protected java.lang.String requisitionID
-
requisitionDate
protected java.lang.String requisitionDate
-
type
protected java.lang.String type
-
requisitionVersion
protected java.lang.String requisitionVersion
-
shipping
protected Shipping shipping
-
tax
protected Tax tax
-
total
protected Total total
-
shipTo
protected ShipTo shipTo
-
billTo
protected BillTo billTo
-
contact
protected java.util.List<Contact> contact
-
comments
protected Comments comments
-
documentReference
protected DocumentReference documentReference
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getRequisitionID
public java.lang.String getRequisitionID()
Gets the value of the requisitionID property.- Returns:
- possible object is
String
-
setRequisitionID
public void setRequisitionID(java.lang.String value)
Sets the value of the requisitionID property.- Parameters:
value- allowed object isString
-
getRequisitionDate
public java.lang.String getRequisitionDate()
Gets the value of the requisitionDate property.- Returns:
- possible object is
String
-
setRequisitionDate
public void setRequisitionDate(java.lang.String value)
Sets the value of the requisitionDate property.- Parameters:
value- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRequisitionVersion
public java.lang.String getRequisitionVersion()
Gets the value of the requisitionVersion property.- Returns:
- possible object is
String
-
setRequisitionVersion
public void setRequisitionVersion(java.lang.String value)
Sets the value of the requisitionVersion property.- Parameters:
value- allowed object isString
-
getShipping
public Shipping getShipping()
Gets the value of the shipping property.- Returns:
- possible object is
Shipping
-
setShipping
public void setShipping(Shipping value)
Sets the value of the shipping property.- Parameters:
value- allowed object isShipping
-
setTax
public void setTax(Tax value)
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
getTotal
public Total getTotal()
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
public void setTotal(Total value)
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
getShipTo
public ShipTo getShipTo()
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
public void setShipTo(ShipTo value)
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-
getBillTo
public BillTo getBillTo()
Gets the value of the billTo property.- Returns:
- possible object is
BillTo
-
setBillTo
public void setBillTo(BillTo value)
Sets the value of the billTo property.- Parameters:
value- allowed object isBillTo
-
getContact
public java.util.List<Contact> 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
public Comments getComments()
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
public void setComments(Comments value)
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
getDocumentReference
public DocumentReference getDocumentReference()
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
public void setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
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
-
-