Package org.bedework.synch.wsmessages
Class GetInfoResponseType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
- org.bedework.synch.wsmessages.GetInfoResponseType
-
public class GetInfoResponseType extends BaseResponseType
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
Fields Modifier and Type Field Description protected SynchInfoTypeinfo-
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
-
Constructor Summary
Constructors Constructor Description GetInfoResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SynchInfoTypegetInfo()Gets the value of the info property.voidsetInfo(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 Detail
-
info
protected SynchInfoType info
-
-
Method Detail
-
getInfo
public SynchInfoType getInfo()
Gets the value of the info property.- Returns:
- possible object is
SynchInfoType
-
setInfo
public void setInfo(SynchInfoType value)
Sets the value of the info property.- Parameters:
value- allowed object isSynchInfoType
-
-