Package org.cxml
Class ProviderSetupRequest
java.lang.Object
org.cxml.ProviderSetupRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BrowserFormPostprotected Followupprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the browserFormPost property.Gets the value of the extrinsic property.Gets the value of the followup property.Gets the value of the originatorCookie property.Gets the value of the selectedService property.voidSets the value of the browserFormPost property.voidsetFollowup(Followup value) Sets the value of the followup property.voidsetOriginatorCookie(String value) Sets the value of the originatorCookie property.voidsetSelectedService(String value) Sets the value of the selectedService property.
-
Field Details
-
originatorCookie
-
browserFormPost
-
followup
-
selectedService
-
extrinsic
-
-
Constructor Details
-
ProviderSetupRequest
public ProviderSetupRequest()
-
-
Method Details
-
getOriginatorCookie
Gets the value of the originatorCookie property.- Returns:
- possible object is
String
-
setOriginatorCookie
Sets the value of the originatorCookie property.- Parameters:
value- allowed object isString
-
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
-
getFollowup
Gets the value of the followup property.- Returns:
- possible object is
Followup
-
setFollowup
Sets the value of the followup property.- Parameters:
value- allowed object isFollowup
-
getSelectedService
Gets the value of the selectedService property.- Returns:
- possible object is
String
-
setSelectedService
Sets the value of the selectedService property.- Parameters:
value- allowed object isString
-
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
-