public class ProviderSetupRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BrowserFormPost |
browserFormPost |
protected java.util.List<Extrinsic> |
extrinsic |
protected Followup |
followup |
protected java.lang.String |
originatorCookie |
protected java.lang.String |
selectedService |
| Constructor and Description |
|---|
ProviderSetupRequest() |
| Modifier and Type | Method and Description |
|---|---|
BrowserFormPost |
getBrowserFormPost()
Gets the value of the browserFormPost property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
Followup |
getFollowup()
Gets the value of the followup property.
|
java.lang.String |
getOriginatorCookie()
Gets the value of the originatorCookie property.
|
java.lang.String |
getSelectedService()
Gets the value of the selectedService property.
|
void |
setBrowserFormPost(BrowserFormPost value)
Sets the value of the browserFormPost property.
|
void |
setFollowup(Followup value)
Sets the value of the followup property.
|
void |
setOriginatorCookie(java.lang.String value)
Sets the value of the originatorCookie property.
|
void |
setSelectedService(java.lang.String value)
Sets the value of the selectedService property.
|
protected java.lang.String originatorCookie
protected BrowserFormPost browserFormPost
protected Followup followup
protected java.lang.String selectedService
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getOriginatorCookie()
Stringpublic void setOriginatorCookie(java.lang.String value)
value - allowed object is
Stringpublic BrowserFormPost getBrowserFormPost()
BrowserFormPostpublic void setBrowserFormPost(BrowserFormPost value)
value - allowed object is
BrowserFormPostpublic Followup getFollowup()
Followuppublic void setFollowup(Followup value)
value - allowed object is
Followuppublic java.lang.String getSelectedService()
Stringpublic void setSelectedService(java.lang.String value)
value - allowed object is
Stringpublic 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
Copyright © 2018 SAP SE. All Rights Reserved.