Package ietf.params.xml.ns.icalendar_2
Class LinkPropType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.LinkPropType
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>
-
Field Summary
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reference property.getUid()
Gets the value of the uid property.getUri()
Gets the value of the uri property.void
setReference
(String value) Sets the value of the reference property.void
Sets the value of the uid property.void
Sets the value of the uri property.Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Field Details
-
uri
-
uid
-
reference
-
-
Constructor Details
-
LinkPropType
public LinkPropType()
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getUid
Gets the value of the uid property.- Returns:
- possible object is
String
-
setUid
Sets the value of the uid property.- Parameters:
value
- allowed object isString
-
getReference
Gets the value of the reference property.- Returns:
- possible object is
String
-
setReference
Sets the value of the reference property.- Parameters:
value
- allowed object isString
-