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>
| Modifier and Type | Field and Description |
|---|---|
protected RangeValueType |
text |
| Constructor and Description |
|---|
RangeParamType() |
| Modifier and Type | Method and Description |
|---|---|
RangeValueType |
getText()
Gets the value of the text property.
|
void |
setText(RangeValueType value)
Sets the value of the text property.
|
protected RangeValueType text
public RangeValueType getText()
RangeValueTypepublic void setText(RangeValueType value)
value - allowed object is
RangeValueTypeCopyright © 2017 Bedework. All rights reserved.