public class SubscribeResponseType extends BaseResponseType
Java class for SubscribeResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscribeResponseType">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
subscriptionId |
errorResponse, id, message, status| Constructor and Description |
|---|
SubscribeResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
void |
setSubscriptionId(String value)
Sets the value of the subscriptionId property.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatusCopyright © 2019 Bedework. All rights reserved.