Package org.cxml

Class ProviderSetupRequest


  • public class ProviderSetupRequest
    extends java.lang.Object
    • Field Detail

      • originatorCookie

        protected java.lang.String originatorCookie
      • selectedService

        protected java.lang.String selectedService
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • ProviderSetupRequest

        public ProviderSetupRequest()
    • 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 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 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 is String
      • 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 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