public class FetchItemResponseType extends BaseResponseType
Java class for FetchItemResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FetchItemResponseType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType">
<sequence>
<element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}icalendar" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeToken |
protected String |
href |
protected IcalendarType |
icalendar |
errorResponse, id, message, status| Constructor and Description |
|---|
FetchItemResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeToken()
Gets the value of the changeToken property.
|
String |
getHref()
Gets the value of the href property.
|
IcalendarType |
getIcalendar()
Gets the value of the icalendar property.
|
void |
setChangeToken(String value)
Sets the value of the changeToken property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setIcalendar(IcalendarType value)
Sets the value of the icalendar property.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatusprotected String changeToken
protected String href
protected IcalendarType icalendar
public String getChangeToken()
Stringpublic void setChangeToken(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic IcalendarType getIcalendar()
IcalendarTypepublic void setIcalendar(IcalendarType value)
value - allowed object is
IcalendarTypeCopyright © 2019 Bedework. All rights reserved.