Class CalendarDataResponseType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.CalendarDataResponseType
Calendar data returned as response. Depending on the requested format
it will be returned as a string value or an icalendar element
Java 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
FieldsModifier and TypeFieldDescriptionprotected String
protected IcalendarType
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contentType property.Gets the value of the icalendar property.getText()
Gets the value of the text property.Gets the value of the version property.void
setContentType
(String value) Sets the value of the contentType property.void
setIcalendar
(IcalendarType value) Sets the value of the icalendar property.void
Sets the value of the text property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
text
-
icalendar
-
contentType
-
version
-
-
Constructor Details
-
CalendarDataResponseType
public CalendarDataResponseType()
-
-
Method Details
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value
- allowed object isString
-
getIcalendar
Gets the value of the icalendar property.- Returns:
- possible object is
IcalendarType
-
setIcalendar
Sets the value of the icalendar property.- Parameters:
value
- allowed object isIcalendarType
-
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
Sets the value of the contentType property.- Parameters:
value
- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-