Package org.bedework.synch.wsmessages
Class SubscribeResponseType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
- org.bedework.synch.wsmessages.SubscribeResponseType
-
public class SubscribeResponseType extends BaseResponseType
Response to message from service requesting new subscription.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringsubscriptionId-
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
-
Constructor Summary
Constructors Constructor Description SubscribeResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubscriptionId()Gets the value of the subscriptionId property.voidsetSubscriptionId(String value)Sets the value of the subscriptionId property.-
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
-