public class LinkPropType extends BasePropertyType
Java class for LinkPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkPropType">
<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 name="reference" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reference |
protected String |
uid |
protected String |
uri |
parameters| Constructor and Description |
|---|
LinkPropType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReference()
Gets the value of the reference property.
|
String |
getUid()
Gets the value of the uid property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setReference(String value)
Sets the value of the reference 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 getReference()
StringCopyright © 2015 Bedework. All rights reserved.