Package ietf.params.xml.ns.icalendar_2
Class TextPropertyType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.TextPropertyType
-
- Direct Known Subclasses:
ActionPropType,BusytypePropType,ClassPropType,CommentPropType,ContactPropType,DescriptionPropType,LocationPropType,MethodPropType,ProdidPropType,StatusPropType,SummaryPropType,TranspPropType,TzidPropType,TznamePropType,UidPropType,VersionPropType,WsCalendarTypeType,XBedeworkCostPropType,XBedeworkExsynchEndtzidPropType,XBedeworkExsynchLastmodPropType,XBedeworkExsynchStarttzidPropType,XMicrosoftCdoBusystatusPropType,XMicrosoftCdoIntendedstatusPropType
public class TextPropertyType extends BasePropertyType
Java class for TextPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextPropertyType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType"> <sequence> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}text"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringtext-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description TextPropertyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()Gets the value of the text property.voidsetText(String 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 String text
-
-