Package org.cxml

Class ProviderSetupRequest

java.lang.Object
org.cxml.ProviderSetupRequest

public class ProviderSetupRequest extends Object
  • Field Details

    • originatorCookie

      protected String originatorCookie
    • browserFormPost

      protected BrowserFormPost browserFormPost
    • followup

      protected Followup followup
    • selectedService

      protected String selectedService
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • ProviderSetupRequest

      public ProviderSetupRequest()
  • Method Details

    • getOriginatorCookie

      public String getOriginatorCookie()
      Gets the value of the originatorCookie property.
      Returns:
      possible object is String
    • setOriginatorCookie

      public void setOriginatorCookie(String value)
      Sets the value of the originatorCookie property.
      Parameters:
      value - allowed object is String
    • 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 is BrowserFormPost
    • 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 is Followup
    • getSelectedService

      public String getSelectedService()
      Gets the value of the selectedService property.
      Returns:
      possible object is String
    • setSelectedService

      public void setSelectedService(String value)
      Sets the value of the selectedService property.
      Parameters:
      value - allowed object is String
    • getExtrinsic

      public 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 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