public class PunchOutOrderMessageHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
operationAllowed |
protected java.lang.String |
quoteStatus |
protected Shipping |
shipping |
protected ShipTo |
shipTo |
protected SourcingStatus |
sourcingStatus |
protected SupplierOrderInfo |
supplierOrderInfo |
protected Tax |
tax |
protected Total |
total |
| Constructor and Description |
|---|
PunchOutOrderMessageHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperationAllowed()
Gets the value of the operationAllowed property.
|
java.lang.String |
getQuoteStatus()
Gets the value of the quoteStatus property.
|
Shipping |
getShipping()
Gets the value of the shipping property.
|
ShipTo |
getShipTo()
Gets the value of the shipTo property.
|
SourcingStatus |
getSourcingStatus()
Gets the value of the sourcingStatus property.
|
SupplierOrderInfo |
getSupplierOrderInfo()
Gets the value of the supplierOrderInfo property.
|
Tax |
getTax()
Gets the value of the tax property.
|
Total |
getTotal()
Gets the value of the total property.
|
void |
setOperationAllowed(java.lang.String value)
Sets the value of the operationAllowed property.
|
void |
setQuoteStatus(java.lang.String value)
Sets the value of the quoteStatus property.
|
void |
setShipping(Shipping value)
Sets the value of the shipping property.
|
void |
setShipTo(ShipTo value)
Sets the value of the shipTo property.
|
void |
setSourcingStatus(SourcingStatus value)
Sets the value of the sourcingStatus property.
|
void |
setSupplierOrderInfo(SupplierOrderInfo value)
Sets the value of the supplierOrderInfo property.
|
void |
setTax(Tax value)
Sets the value of the tax property.
|
void |
setTotal(Total value)
Sets the value of the total property.
|
protected java.lang.String operationAllowed
protected java.lang.String quoteStatus
protected SourcingStatus sourcingStatus
protected Total total
protected ShipTo shipTo
protected Shipping shipping
protected Tax tax
protected SupplierOrderInfo supplierOrderInfo
public java.lang.String getOperationAllowed()
Stringpublic void setOperationAllowed(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuoteStatus()
Stringpublic void setQuoteStatus(java.lang.String value)
value - allowed object is
Stringpublic SourcingStatus getSourcingStatus()
SourcingStatuspublic void setSourcingStatus(SourcingStatus value)
value - allowed object is
SourcingStatuspublic Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic ShipTo getShipTo()
ShipTopublic void setShipTo(ShipTo value)
value - allowed object is
ShipTopublic Shipping getShipping()
Shippingpublic void setShipping(Shipping value)
value - allowed object is
Shippingpublic void setTax(Tax value)
value - allowed object is
Taxpublic SupplierOrderInfo getSupplierOrderInfo()
SupplierOrderInfopublic void setSupplierOrderInfo(SupplierOrderInfo value)
value - allowed object is
SupplierOrderInfoCopyright © 2018 SAP SE. All Rights Reserved.