public class CalendarDataResponseType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentType |
protected IcalendarType |
icalendar |
protected String |
text |
protected String |
version |
| Constructor and Description |
|---|
CalendarDataResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Gets the value of the contentType property.
|
IcalendarType |
getIcalendar()
Gets the value of the icalendar property.
|
String |
getText()
Gets the value of the text property.
|
String |
getVersion()
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 |
setText(String value)
Sets the value of the text property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String text
protected IcalendarType icalendar
protected String contentType
protected String version
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic IcalendarType getIcalendar()
IcalendarTypepublic void setIcalendar(IcalendarType value)
value - allowed object is
IcalendarTypepublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2018 Bedework. All rights reserved.