Package ietf.params.xml.ns.icalendar_2
Class UrlPropType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.UriPropertyType
-
- ietf.params.xml.ns.icalendar_2.UrlPropType
-
public class UrlPropType extends UriPropertyType
Java class for UrlPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UrlPropType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}UriPropertyType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class ietf.params.xml.ns.icalendar_2.UriPropertyType
uri
-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description UrlPropType()
-
Method Summary
-
Methods inherited from class ietf.params.xml.ns.icalendar_2.UriPropertyType
getUri, setUri
-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-