public class UriParameterType extends BaseParameterType
Java class for UriParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UriParameterType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}uri"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
UriParameterType() |
| 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.
|
protected String uri
Copyright © 2017 Bedework. All rights reserved.