public class PunchOutSetupRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BrowserFormPost |
browserFormPost |
protected BuyerCookie |
buyerCookie |
protected java.util.List<Contact> |
contact |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.util.List<ItemOut> |
itemOut |
protected java.lang.String |
operation |
protected SelectedItem |
selectedItem |
protected ShipTo |
shipTo |
protected SupplierSetup |
supplierSetup |
| Constructor and Description |
|---|
PunchOutSetupRequest() |
| Modifier and Type | Method and Description |
|---|---|
BrowserFormPost |
getBrowserFormPost()
Gets the value of the browserFormPost property.
|
BuyerCookie |
getBuyerCookie()
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.String |
getOperation()
Gets the value of the operation property.
|
SelectedItem |
getSelectedItem()
Gets the value of the selectedItem property.
|
ShipTo |
getShipTo()
Gets the value of the shipTo property.
|
SupplierSetup |
getSupplierSetup()
Gets the value of the supplierSetup property.
|
void |
setBrowserFormPost(BrowserFormPost value)
Sets the value of the browserFormPost property.
|
void |
setBuyerCookie(BuyerCookie value)
Sets the value of the buyerCookie property.
|
void |
setOperation(java.lang.String value)
Sets the value of the operation property.
|
void |
setSelectedItem(SelectedItem value)
Sets the value of the selectedItem property.
|
void |
setShipTo(ShipTo value)
Sets the value of the shipTo property.
|
void |
setSupplierSetup(SupplierSetup value)
Sets the value of the supplierSetup property.
|
protected java.lang.String operation
protected BuyerCookie buyerCookie
protected java.util.List<Extrinsic> extrinsic
protected BrowserFormPost browserFormPost
protected java.util.List<Contact> contact
protected SupplierSetup supplierSetup
protected ShipTo shipTo
protected SelectedItem selectedItem
protected java.util.List<ItemOut> itemOut
public java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is
Stringpublic BuyerCookie getBuyerCookie()
BuyerCookiepublic void setBuyerCookie(BuyerCookie value)
value - allowed object is
BuyerCookiepublic 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
public BrowserFormPost getBrowserFormPost()
BrowserFormPostpublic void setBrowserFormPost(BrowserFormPost value)
value - allowed object is
BrowserFormPostpublic 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 SupplierSetup getSupplierSetup()
SupplierSetuppublic void setSupplierSetup(SupplierSetup value)
value - allowed object is
SupplierSetuppublic ShipTo getShipTo()
ShipTopublic void setShipTo(ShipTo value)
value - allowed object is
ShipTopublic SelectedItem getSelectedItem()
SelectedItempublic void setSelectedItem(SelectedItem value)
value - allowed object is
SelectedItempublic java.util.List<ItemOut> getItemOut()
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 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
Copyright © 2018 SAP SE. All Rights Reserved.