Package org.cxml
Class ProviderSetupRequest
- java.lang.Object
-
- org.cxml.ProviderSetupRequest
-
public class ProviderSetupRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected BrowserFormPostbrowserFormPostprotected java.util.List<Extrinsic>extrinsicprotected Followupfollowupprotected java.lang.StringoriginatorCookieprotected java.lang.StringselectedService
-
Constructor Summary
Constructors Constructor Description ProviderSetupRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrowserFormPostgetBrowserFormPost()Gets the value of the browserFormPost property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.FollowupgetFollowup()Gets the value of the followup property.java.lang.StringgetOriginatorCookie()Gets the value of the originatorCookie property.java.lang.StringgetSelectedService()Gets the value of the selectedService property.voidsetBrowserFormPost(BrowserFormPost value)Sets the value of the browserFormPost property.voidsetFollowup(Followup value)Sets the value of the followup property.voidsetOriginatorCookie(java.lang.String value)Sets the value of the originatorCookie property.voidsetSelectedService(java.lang.String value)Sets the value of the selectedService property.
-
-
-
Field Detail
-
originatorCookie
protected java.lang.String originatorCookie
-
browserFormPost
protected BrowserFormPost browserFormPost
-
followup
protected Followup followup
-
selectedService
protected java.lang.String selectedService
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getOriginatorCookie
public java.lang.String getOriginatorCookie()
Gets the value of the originatorCookie property.- Returns:
- possible object is
String
-
setOriginatorCookie
public void setOriginatorCookie(java.lang.String value)
Sets the value of the originatorCookie property.- Parameters:
value- allowed object isString
-
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
-
getFollowup
public Followup getFollowup()
Gets the value of the followup property.- Returns:
- possible object is
Followup
-
setFollowup
public void setFollowup(Followup value)
Sets the value of the followup property.- Parameters:
value- allowed object isFollowup
-
getSelectedService
public java.lang.String getSelectedService()
Gets the value of the selectedService property.- Returns:
- possible object is
String
-
setSelectedService
public void setSelectedService(java.lang.String value)
Sets the value of the selectedService property.- Parameters:
value- allowed object isString
-
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
-
-