public class PurchaseRequisitionHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BillTo |
billTo |
protected Comments |
comments |
protected java.util.List<Contact> |
contact |
protected DocumentReference |
documentReference |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
requisitionDate |
protected java.lang.String |
requisitionID |
protected java.lang.String |
requisitionVersion |
protected Shipping |
shipping |
protected ShipTo |
shipTo |
protected Tax |
tax |
protected Total |
total |
protected java.lang.String |
type |
| Constructor and Description |
|---|
PurchaseRequisitionHeader() |
| Modifier and Type | Method and Description |
|---|---|
BillTo |
getBillTo()
Gets the value of the billTo property.
|
Comments |
getComments()
Gets the value of the comments property.
|
java.util.List<Contact> |
getContact()
Gets the value of the contact property.
|
DocumentReference |
getDocumentReference()
Gets the value of the documentReference property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getRequisitionDate()
Gets the value of the requisitionDate property.
|
java.lang.String |
getRequisitionID()
Gets the value of the requisitionID property.
|
java.lang.String |
getRequisitionVersion()
Gets the value of the requisitionVersion property.
|
Shipping |
getShipping()
Gets the value of the shipping property.
|
ShipTo |
getShipTo()
Gets the value of the shipTo property.
|
Tax |
getTax()
Gets the value of the tax property.
|
Total |
getTotal()
Gets the value of the total property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setBillTo(BillTo value)
Sets the value of the billTo property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.
|
void |
setRequisitionDate(java.lang.String value)
Sets the value of the requisitionDate property.
|
void |
setRequisitionID(java.lang.String value)
Sets the value of the requisitionID property.
|
void |
setRequisitionVersion(java.lang.String value)
Sets the value of the requisitionVersion property.
|
void |
setShipping(Shipping value)
Sets the value of the shipping property.
|
void |
setShipTo(ShipTo value)
Sets the value of the shipTo property.
|
void |
setTax(Tax value)
Sets the value of the tax property.
|
void |
setTotal(Total value)
Sets the value of the total property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String requisitionID
protected java.lang.String requisitionDate
protected java.lang.String type
protected java.lang.String requisitionVersion
protected Shipping shipping
protected Tax tax
protected Total total
protected ShipTo shipTo
protected BillTo billTo
protected java.util.List<Contact> contact
protected Comments comments
protected DocumentReference documentReference
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getRequisitionID()
Stringpublic void setRequisitionID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequisitionDate()
Stringpublic void setRequisitionDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequisitionVersion()
Stringpublic void setRequisitionVersion(java.lang.String value)
value - allowed object is
Stringpublic Shipping getShipping()
Shippingpublic void setShipping(Shipping value)
value - allowed object is
Shippingpublic void setTax(Tax value)
value - allowed object is
Taxpublic Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic ShipTo getShipTo()
ShipTopublic void setShipTo(ShipTo value)
value - allowed object is
ShipTopublic BillTo getBillTo()
BillTopublic void setBillTo(BillTo value)
value - allowed object is
BillTopublic java.util.List<Contact> getContact()
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 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
public Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic DocumentReference getDocumentReference()
DocumentReferencepublic void setDocumentReference(DocumentReference value)
value - allowed object is
DocumentReferencepublic 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.