public class GetInfoResponseType extends BaseResponseType
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>
| Modifier and Type | Field and Description |
|---|---|
protected SynchInfoType |
info |
errorResponse, id, message, status| Constructor and Description |
|---|
GetInfoResponseType() |
| Modifier and Type | Method and Description |
|---|---|
SynchInfoType |
getInfo()
Gets the value of the info property.
|
void |
setInfo(SynchInfoType value)
Sets the value of the info property.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatusprotected SynchInfoType info
public SynchInfoType getInfo()
SynchInfoTypepublic void setInfo(SynchInfoType value)
value - allowed object is
SynchInfoTypeCopyright © 2019 Bedework. All rights reserved.