Class ActiveSubscriptionRequestType

java.lang.Object
org.bedework.synch.wsmessages.BaseSynchRequestType
org.bedework.synch.wsmessages.ActiveSubscriptionRequestType
Direct Known Subclasses:
SubscriptionStatusRequestType, UnsubscribeRequestType

public class ActiveSubscriptionRequestType extends BaseSynchRequestType
Messages involving active subscriptions. These need to provide all the information for a given end of the subscription which would usually be the end that made the subscription in the first place. It's up to the connector to determine if enough information has been supplied to allow the requests to proceed.

Java class for ActiveSubscriptionRequestType complex type.

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

 <complexType name="ActiveSubscriptionRequestType">
   <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="subscription-id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="end" type="{http://www.bedework.org/synch/wsmessages}SynchEndType"/>
         <element name="connectorInfo" type="{http://www.bedework.org/synch/wsmessages}ConnectorInfoType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ActiveSubscriptionRequestType

      public ActiveSubscriptionRequestType()
  • Method Details

    • 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
    • getSubscriptionId

      public String getSubscriptionId()
      Gets the value of the subscriptionId property.
      Returns:
      possible object is String
    • setSubscriptionId

      public void setSubscriptionId(String value)
      Sets the value of the subscriptionId property.
      Parameters:
      value - allowed object is String
    • getEnd

      public SynchEndType getEnd()
      Gets the value of the end property.
      Returns:
      possible object is SynchEndType
    • setEnd

      public void setEnd(SynchEndType value)
      Sets the value of the end property.
      Parameters:
      value - allowed object is SynchEndType
    • getConnectorInfo

      public ConnectorInfoType getConnectorInfo()
      Gets the value of the connectorInfo property.
      Returns:
      possible object is ConnectorInfoType
    • setConnectorInfo

      public void setConnectorInfo(ConnectorInfoType value)
      Sets the value of the connectorInfo property.
      Parameters:
      value - allowed object is ConnectorInfoType