public class CalscalePropType extends BasePropertyType
Java class for CalscalePropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalscalePropType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<element name="text" type="{urn:ietf:params:xml:ns:icalendar-2.0}CalscaleValueType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalscaleValueType |
text |
parameters| Constructor and Description |
|---|
CalscalePropType() |
| Modifier and Type | Method and Description |
|---|---|
CalscaleValueType |
getText()
Gets the value of the text property.
|
void |
setText(CalscaleValueType value)
Sets the value of the text property.
|
getParameters, setParametersprotected CalscaleValueType text
public CalscaleValueType getText()
CalscaleValueTypepublic void setText(CalscaleValueType value)
value - allowed object is
CalscaleValueTypeCopyright © 2017 Bedework. All rights reserved.