Package ietf.params.xml.ns.icalendar_2
Class RelatedToPropType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.RelatedToPropType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringtextprotected Stringuidprotected Stringuri-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description RelatedToPropType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()Gets the value of the text property.StringgetUid()Gets the value of the uid property.StringgetUri()Gets the value of the uri property.voidsetText(String value)Sets the value of the text property.voidsetUid(String value)Sets the value of the uid property.voidsetUri(String value)Sets the value of the uri property.-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-
-
-
Method Detail
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getUid
public String getUid()
Gets the value of the uid property.- Returns:
- possible object is
String
-
setUid
public void setUid(String value)
Sets the value of the uid property.- Parameters:
value- allowed object isString
-
getText
public String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
-