Class PunchOutSetupRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BrowserFormPostprotected BuyerCookieprotected Stringprotected SelectedItemprotected ShipToprotected SupplierSetup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the browserFormPost property.Gets the value of the buyerCookie property.Gets the value of the contact property.Gets the value of the extrinsic property.Gets the value of the itemOut property.Gets the value of the operation property.Gets the value of the selectedItem property.Gets the value of the shipTo property.Gets the value of the supplierSetup property.voidSets the value of the browserFormPost property.voidsetBuyerCookie(BuyerCookie value) Sets the value of the buyerCookie property.voidsetOperation(String value) Sets the value of the operation property.voidsetSelectedItem(SelectedItem value) Sets the value of the selectedItem property.voidSets the value of the shipTo property.voidsetSupplierSetup(SupplierSetup value) Sets the value of the supplierSetup property.
-
Field Details
-
operation
-
buyerCookie
-
extrinsic
-
browserFormPost
-
contact
-
supplierSetup
-
shipTo
-
selectedItem
-
itemOut
-
-
Constructor Details
-
PunchOutSetupRequest
public PunchOutSetupRequest()
-
-
Method Details
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getBuyerCookie
Gets the value of the buyerCookie property.- Returns:
- possible object is
BuyerCookie
-
setBuyerCookie
Sets the value of the buyerCookie property.- Parameters:
value- allowed object isBuyerCookie
-
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 -
getBrowserFormPost
Gets the value of the browserFormPost property.- Returns:
- possible object is
BrowserFormPost
-
setBrowserFormPost
Sets the value of the browserFormPost property.- Parameters:
value- allowed object isBrowserFormPost
-
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 -
getSupplierSetup
Gets the value of the supplierSetup property.- Returns:
- possible object is
SupplierSetup
-
setSupplierSetup
Sets the value of the supplierSetup property.- Parameters:
value- allowed object isSupplierSetup
-
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
-
getSelectedItem
Gets the value of the selectedItem property.- Returns:
- possible object is
SelectedItem
-
setSelectedItem
Sets the value of the selectedItem property.- Parameters:
value- allowed object isSelectedItem
-
getItemOut
Gets the value of the itemOut 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 itemOut property.For example, to add a new item, do as follows:
getItemOut().add(newItem);Objects of the following type(s) are allowed in the list
ItemOut
-