Package org.bedework.synch.wsmessages
Class KeepAliveResponseType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
- org.bedework.synch.wsmessages.KeepAliveResponseType
-
public class KeepAliveResponseType extends BaseResponseType
Response to ping message.Java class for KeepAliveResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeepAliveResponseType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
-
Constructor Summary
Constructors Constructor Description KeepAliveResponseType()
-
Method Summary
-
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
-