Class SubscribeRequestType


  • public class SubscribeRequestType
    extends BaseSynchRequestType
    Message from a service requesting new subscription calendar to 'remote'. token Sent in initial startup request endAConnector Set of properties for the A end endBConnector Set of properties for the B end info Set of properties for the entire subscription

    Java class for SubscribeRequestType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SubscribeRequestType">
       <complexContent>
         <extension base="{http://www.bedework.org/synch/wsmessages}BaseSynchRequestType">
           <sequence>
             <element name="token" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="principalHref" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="direction" type="{http://www.bedework.org/synch/wsmessages}SynchDirectionType"/>
             <element name="master" type="{http://www.bedework.org/synch/wsmessages}SynchMasterType"/>
             <element name="endAConnector" type="{http://www.bedework.org/synch/wsmessages}ConnectorInfoType"/>
             <element name="endBConnector" type="{http://www.bedework.org/synch/wsmessages}ConnectorInfoType"/>
             <element name="info" type="{http://www.bedework.org/synch/wsmessages}ArrayOfSynchProperties"/>
             <element name="opaqueData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SubscribeRequestType

        public SubscribeRequestType()
    • Method Detail

      • getToken

        public String getToken()
        Gets the value of the token property.
        Returns:
        possible object is String
      • setToken

        public void setToken​(String value)
        Sets the value of the token property.
        Parameters:
        value - allowed object is String
      • getPrincipalHref

        public String getPrincipalHref()
        Gets the value of the principalHref property.
        Returns:
        possible object is String
      • setPrincipalHref

        public void setPrincipalHref​(String value)
        Sets the value of the principalHref property.
        Parameters:
        value - allowed object is String
      • setMaster

        public void setMaster​(SynchMasterType value)
        Sets the value of the master property.
        Parameters:
        value - allowed object is SynchMasterType
      • setEndAConnector

        public void setEndAConnector​(ConnectorInfoType value)
        Sets the value of the endAConnector property.
        Parameters:
        value - allowed object is ConnectorInfoType
      • setEndBConnector

        public void setEndBConnector​(ConnectorInfoType value)
        Sets the value of the endBConnector property.
        Parameters:
        value - allowed object is ConnectorInfoType
      • getOpaqueData

        public String getOpaqueData()
        Gets the value of the opaqueData property.
        Returns:
        possible object is String
      • setOpaqueData

        public void setOpaqueData​(String value)
        Sets the value of the opaqueData property.
        Parameters:
        value - allowed object is String