public class RelatedToPropType extends BasePropertyType
Java class for RelatedToPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedToPropType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<choice>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}uri"/>
<element name="uid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}text"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
text |
protected String |
uid |
protected String |
uri |
parameters| Constructor and Description |
|---|
RelatedToPropType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets the value of the text property.
|
String |
getUid()
Gets the value of the uid property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getParameters, setParameterspublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic String getUid()
Stringpublic void setUid(String value)
value - allowed object is
Stringpublic String getText()
StringCopyright © 2015 Bedework. All rights reserved.