Package ietf.params.xml.ns.icalendar_2
Class CalscalePropType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.CalscalePropType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CalscaleValueTypetext-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description CalscalePropType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalscaleValueTypegetText()Gets the value of the text property.voidsetText(CalscaleValueType value)Sets the value of the text property.-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-
-
-
Field Detail
-
text
protected CalscaleValueType text
-
-
Method Detail
-
getText
public CalscaleValueType getText()
Gets the value of the text property.- Returns:
- possible object is
CalscaleValueType
-
setText
public void setText(CalscaleValueType value)
Sets the value of the text property.- Parameters:
value- allowed object isCalscaleValueType
-
-