Class CalendarDataResponseType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.CalendarDataResponseType
-
public class CalendarDataResponseType extends Object
Calendar data returned as response. Depending on the requested format it will be returned as a string value or an icalendar elementJava class for CalendarDataResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarDataResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}icalendar"/> </choice> </sequence> <attribute name="content-type" type="{http://www.w3.org/2001/XMLSchema}string" default="application/calendar+xml" /> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="2.0" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcontentTypeprotected IcalendarTypeicalendarprotected Stringtextprotected Stringversion
-
Constructor Summary
Constructors Constructor Description CalendarDataResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()Gets the value of the contentType property.IcalendarTypegetIcalendar()Gets the value of the icalendar property.StringgetText()Gets the value of the text property.StringgetVersion()Gets the value of the version property.voidsetContentType(String value)Sets the value of the contentType property.voidsetIcalendar(IcalendarType value)Sets the value of the icalendar property.voidsetText(String value)Sets the value of the text property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Field Detail
-
text
protected String text
-
icalendar
protected IcalendarType icalendar
-
contentType
protected String contentType
-
version
protected String version
-
-
Method Detail
-
getText
public String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
public void setText(String value)
Sets the value of the text 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
-
getContentType
public String getContentType()
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
public void setContentType(String value)
Sets the value of the contentType property.- Parameters:
value- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-