public class ActiveSubscriptionRequestType extends BaseSynchRequestType
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>
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorInfoType |
connectorInfo |
protected SynchEndType |
end |
protected String |
principalHref |
protected String |
subscriptionId |
protected String |
token |
| Constructor and Description |
|---|
ActiveSubscriptionRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorInfoType |
getConnectorInfo()
Gets the value of the connectorInfo property.
|
SynchEndType |
getEnd()
Gets the value of the end property.
|
String |
getPrincipalHref()
Gets the value of the principalHref property.
|
String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
String |
getToken()
Gets the value of the token property.
|
void |
setConnectorInfo(ConnectorInfoType value)
Sets the value of the connectorInfo property.
|
void |
setEnd(SynchEndType value)
Sets the value of the end property.
|
void |
setPrincipalHref(String value)
Sets the value of the principalHref property.
|
void |
setSubscriptionId(String value)
Sets the value of the subscriptionId property.
|
void |
setToken(String value)
Sets the value of the token property.
|
protected String token
protected String principalHref
protected String subscriptionId
protected SynchEndType end
protected ConnectorInfoType connectorInfo
public String getToken()
Stringpublic void setToken(String value)
value - allowed object is
Stringpublic String getPrincipalHref()
Stringpublic void setPrincipalHref(String value)
value - allowed object is
Stringpublic String getSubscriptionId()
Stringpublic void setSubscriptionId(String value)
value - allowed object is
Stringpublic SynchEndType getEnd()
SynchEndTypepublic void setEnd(SynchEndType value)
value - allowed object is
SynchEndTypepublic ConnectorInfoType getConnectorInfo()
ConnectorInfoTypepublic void setConnectorInfo(ConnectorInfoType value)
value - allowed object is
ConnectorInfoTypeCopyright © 2019 Bedework. All rights reserved.