Class SubscriptionStatusResponseType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
org.bedework.synch.wsmessages.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>
 
  • Field Details

  • Constructor Details

    • SubscriptionStatusResponseType

      public SubscriptionStatusResponseType()
  • Method Details

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

      public SynchDirectionType getDirection()
      Gets the value of the direction property.
      Returns:
      possible object is SynchDirectionType
    • setDirection

      public void setDirection(SynchDirectionType value)
      Sets the value of the direction property.
      Parameters:
      value - allowed object is SynchDirectionType
    • getMaster

      public SynchMasterType getMaster()
      Gets the value of the master property.
      Returns:
      possible object is SynchMasterType
    • setMaster

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

      public ConnectorInfoType getEndAConnector()
      Gets the value of the endAConnector property.
      Returns:
      possible object is ConnectorInfoType
    • setEndAConnector

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

      public ConnectorInfoType getEndBConnector()
      Gets the value of the endBConnector property.
      Returns:
      possible 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.
    • getInfo

      public ArrayOfSynchProperties getInfo()
      Gets the value of the info property.
      Returns:
      possible object is ArrayOfSynchProperties
    • setInfo

      public void setInfo(ArrayOfSynchProperties value)
      Sets the value of the info property.
      Parameters:
      value - allowed object is ArrayOfSynchProperties