Class SubscriptionStatusResponseType


  • public class SubscriptionStatusResponseType
    extends BaseResponseType
    Response to message requesting unsubscription.

    Java class for SubscriptionStatusResponseType complex type.

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

     <complexType name="SubscriptionStatusResponseType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType">
           <sequence>
             <element name="subscriptionId" 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="lastRefresh" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="errorCt" type="{http://www.w3.org/2001/XMLSchema}integer"/>
             <element name="missingTarget" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="info" type="{http://www.bedework.org/synch/wsmessages}ArrayOfSynchProperties"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SubscriptionStatusResponseType

        public SubscriptionStatusResponseType()
    • Method Detail

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

        public String getLastRefresh()
        Gets the value of the lastRefresh property.
        Returns:
        possible object is String
      • setLastRefresh

        public void setLastRefresh​(String value)
        Sets the value of the lastRefresh property.
        Parameters:
        value - allowed object is String
      • getErrorCt

        public BigInteger getErrorCt()
        Gets the value of the errorCt property.
        Returns:
        possible object is BigInteger
      • setErrorCt

        public void setErrorCt​(BigInteger value)
        Sets the value of the errorCt property.
        Parameters:
        value - allowed object is BigInteger
      • isMissingTarget

        public boolean isMissingTarget()
        Gets the value of the missingTarget property.
      • setMissingTarget

        public void setMissingTarget​(boolean value)
        Sets the value of the missingTarget property.