Package ietf.params.xml.ns.icalendar_2
Class RangeParamType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseParameterType
ietf.params.xml.ns.icalendar_2.RangeParamType
Java class for RangeParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RangeParamType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType"> <sequence> <element name="text" type="{urn:ietf:params:xml:ns:icalendar-2.0}RangeValueType"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()
Gets the value of the text property.void
setText
(RangeValueType value) Sets the value of the text property.
-
Field Details
-
text
-
-
Constructor Details
-
RangeParamType
public RangeParamType()
-
-
Method Details
-
getText
Gets the value of the text property.- Returns:
- possible object is
RangeValueType
-
setText
Sets the value of the text property.- Parameters:
value
- allowed object isRangeValueType
-