Package ietf.params.xml.ns.icalendar_2
Class UriPropertyType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.UriPropertyType
-
- Direct Known Subclasses:
TzurlPropType,UrlPropType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringuri-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description UriPropertyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUri()Gets the value of the uri property.voidsetUri(String value)Sets the value of the uri property.-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-
-
-
Field Detail
-
uri
protected String uri
-
-