public class UriPropertyType extends BasePropertyType
Java class for UriPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UriPropertyType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}uri"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
uri |
parameters| Constructor and Description |
|---|
UriPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUri()
Gets the value of the uri property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getParameters, setParametersprotected String uri
Copyright © 2015 Bedework. All rights reserved.