Package org.cxml
Class PunchOutOrderMessageHeader
java.lang.Object
org.cxml.PunchOutOrderMessageHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Shippingprotected ShipToprotected SourcingStatusprotected SupplierOrderInfoprotected Taxprotected Total -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the operationAllowed property.Gets the value of the quoteStatus property.Gets the value of the shipping property.Gets the value of the shipTo property.Gets the value of the sourcingStatus property.Gets the value of the supplierOrderInfo property.getTax()Gets the value of the tax property.getTotal()Gets the value of the total property.voidsetOperationAllowed(String value) Sets the value of the operationAllowed property.voidsetQuoteStatus(String value) Sets the value of the quoteStatus property.voidsetShipping(Shipping value) Sets the value of the shipping property.voidSets the value of the shipTo property.voidsetSourcingStatus(SourcingStatus value) Sets the value of the sourcingStatus property.voidSets the value of the supplierOrderInfo property.voidSets the value of the tax property.voidSets the value of the total property.
-
Field Details
-
operationAllowed
-
quoteStatus
-
sourcingStatus
-
total
-
shipTo
-
shipping
-
tax
-
supplierOrderInfo
-
-
Constructor Details
-
PunchOutOrderMessageHeader
public PunchOutOrderMessageHeader()
-
-
Method Details
-
getOperationAllowed
Gets the value of the operationAllowed property.- Returns:
- possible object is
String
-
setOperationAllowed
Sets the value of the operationAllowed property.- Parameters:
value- allowed object isString
-
getQuoteStatus
Gets the value of the quoteStatus property.- Returns:
- possible object is
String
-
setQuoteStatus
Sets the value of the quoteStatus property.- Parameters:
value- allowed object isString
-
getSourcingStatus
Gets the value of the sourcingStatus property.- Returns:
- possible object is
SourcingStatus
-
setSourcingStatus
Sets the value of the sourcingStatus property.- Parameters:
value- allowed object isSourcingStatus
-
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
-
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
-
getSupplierOrderInfo
Gets the value of the supplierOrderInfo property.- Returns:
- possible object is
SupplierOrderInfo
-
setSupplierOrderInfo
Sets the value of the supplierOrderInfo property.- Parameters:
value- allowed object isSupplierOrderInfo
-