Class PunchOutSetupRequest
- java.lang.Object
-
- org.cxml.PunchOutSetupRequest
-
public class PunchOutSetupRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BrowserFormPostbrowserFormPostprotected BuyerCookiebuyerCookieprotected java.util.List<Contact>contactprotected java.util.List<Extrinsic>extrinsicprotected java.util.List<ItemOut>itemOutprotected java.lang.Stringoperationprotected SelectedItemselectedItemprotected ShipToshipToprotected SupplierSetupsupplierSetup
-
Constructor Summary
Constructors Constructor Description PunchOutSetupRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrowserFormPostgetBrowserFormPost()Gets the value of the browserFormPost property.BuyerCookiegetBuyerCookie()Gets the value of the buyerCookie property.java.util.List<Contact>getContact()Gets the value of the contact property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.java.util.List<ItemOut>getItemOut()Gets the value of the itemOut property.java.lang.StringgetOperation()Gets the value of the operation property.SelectedItemgetSelectedItem()Gets the value of the selectedItem property.ShipTogetShipTo()Gets the value of the shipTo property.SupplierSetupgetSupplierSetup()Gets the value of the supplierSetup property.voidsetBrowserFormPost(BrowserFormPost value)Sets the value of the browserFormPost property.voidsetBuyerCookie(BuyerCookie value)Sets the value of the buyerCookie property.voidsetOperation(java.lang.String value)Sets the value of the operation property.voidsetSelectedItem(SelectedItem value)Sets the value of the selectedItem property.voidsetShipTo(ShipTo value)Sets the value of the shipTo property.voidsetSupplierSetup(SupplierSetup value)Sets the value of the supplierSetup property.
-
-
-
Field Detail
-
operation
protected java.lang.String operation
-
buyerCookie
protected BuyerCookie buyerCookie
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
browserFormPost
protected BrowserFormPost browserFormPost
-
contact
protected java.util.List<Contact> contact
-
supplierSetup
protected SupplierSetup supplierSetup
-
shipTo
protected ShipTo shipTo
-
selectedItem
protected SelectedItem selectedItem
-
itemOut
protected java.util.List<ItemOut> itemOut
-
-
Method Detail
-
getOperation
public java.lang.String getOperation()
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
public void setOperation(java.lang.String value)
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getBuyerCookie
public BuyerCookie getBuyerCookie()
Gets the value of the buyerCookie property.- Returns:
- possible object is
BuyerCookie
-
setBuyerCookie
public void setBuyerCookie(BuyerCookie value)
Sets the value of the buyerCookie property.- Parameters:
value- allowed object isBuyerCookie
-
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
-
getBrowserFormPost
public BrowserFormPost getBrowserFormPost()
Gets the value of the browserFormPost property.- Returns:
- possible object is
BrowserFormPost
-
setBrowserFormPost
public void setBrowserFormPost(BrowserFormPost value)
Sets the value of the browserFormPost property.- Parameters:
value- allowed object isBrowserFormPost
-
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
-
getSupplierSetup
public SupplierSetup getSupplierSetup()
Gets the value of the supplierSetup property.- Returns:
- possible object is
SupplierSetup
-
setSupplierSetup
public void setSupplierSetup(SupplierSetup value)
Sets the value of the supplierSetup property.- Parameters:
value- allowed object isSupplierSetup
-
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
-
getSelectedItem
public SelectedItem getSelectedItem()
Gets the value of the selectedItem property.- Returns:
- possible object is
SelectedItem
-
setSelectedItem
public void setSelectedItem(SelectedItem value)
Sets the value of the selectedItem property.- Parameters:
value- allowed object isSelectedItem
-
getItemOut
public java.util.List<ItemOut> 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
-
-