Package org.bedework.synch.wsmessages
Class GetInfoResponseType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
org.bedework.synch.wsmessages.GetInfoResponseType
Response to message from service requesting information.
Java class for GetInfoResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetInfoResponseType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType"> <sequence> <element name="info" type="{http://www.bedework.org/synch/wsmessages}SynchInfoType"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()
Gets the value of the info property.void
setInfo
(SynchInfoType value) Sets the value of the info property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
Field Details
-
info
-
-
Constructor Details
-
GetInfoResponseType
public GetInfoResponseType()
-
-
Method Details
-
getInfo
Gets the value of the info property.- Returns:
- possible object is
SynchInfoType
-
setInfo
Sets the value of the info property.- Parameters:
value
- allowed object isSynchInfoType
-