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
-
public class RangeParamType extends BaseParameterType
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 Modifier and Type Field Description protected RangeValueTypetext
-
Constructor Summary
Constructors Constructor Description RangeParamType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RangeValueTypegetText()Gets the value of the text property.voidsetText(RangeValueType value)Sets the value of the text property.
-
-
-
Field Detail
-
text
protected RangeValueType text
-
-
Method Detail
-
getText
public RangeValueType getText()
Gets the value of the text property.- Returns:
- possible object is
RangeValueType
-
setText
public void setText(RangeValueType value)
Sets the value of the text property.- Parameters:
value- allowed object isRangeValueType
-
-