Class FetchItemResponseType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
- org.oasis_open.docs.ws_calendar.ns.soap.FetchItemResponseType
-
public class FetchItemResponseType extends BaseResponseType
Response to message to fetch an item.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringchangeTokenprotected Stringhrefprotected IcalendarTypeicalendar-
Fields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
errorResponse, id, message, status
-
-
Constructor Summary
Constructors Constructor Description FetchItemResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChangeToken()Gets the value of the changeToken property.StringgetHref()Gets the value of the href property.IcalendarTypegetIcalendar()Gets the value of the icalendar property.voidsetChangeToken(String value)Sets the value of the changeToken property.voidsetHref(String value)Sets the value of the href property.voidsetIcalendar(IcalendarType value)Sets the value of the icalendar property.-
Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
-
-
-
Field Detail
-
changeToken
protected String changeToken
-
href
protected String href
-
icalendar
protected IcalendarType icalendar
-
-
Method Detail
-
getChangeToken
public String getChangeToken()
Gets the value of the changeToken property.- Returns:
- possible object is
String
-
setChangeToken
public void setChangeToken(String value)
Sets the value of the changeToken property.- Parameters:
value- allowed object isString
-
getHref
public String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
public void setHref(String value)
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getIcalendar
public IcalendarType getIcalendar()
Gets the value of the icalendar property.- Returns:
- possible object is
IcalendarType
-
setIcalendar
public void setIcalendar(IcalendarType value)
Sets the value of the icalendar property.- Parameters:
value- allowed object isIcalendarType
-
-