Class FetchItemResponseType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
-
- org.oasis_open.docs.ns.wscal.calws_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/ns/wscal/calws-soap}BaseResponseType"> <sequence> <element name="etoken" 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 Stringetokenprotected Stringhrefprotected IcalendarTypeicalendar-
Fields inherited from class org.oasis_open.docs.ns.wscal.calws_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 StringgetEtoken()Gets the value of the etoken property.StringgetHref()Gets the value of the href property.IcalendarTypegetIcalendar()Gets the value of the icalendar property.voidsetEtoken(String value)Sets the value of the etoken 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.ns.wscal.calws_soap.BaseResponseType
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatus
-
-
-
-
Field Detail
-
etoken
protected String etoken
-
href
protected String href
-
icalendar
protected IcalendarType icalendar
-
-
Method Detail
-
getEtoken
public String getEtoken()
Gets the value of the etoken property.- Returns:
- possible object is
String
-
setEtoken
public void setEtoken(String value)
Sets the value of the etoken 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
-
-