Package ietf.params.xml.ns.icalendar_2
Class TextParameterType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseParameterType
-
- ietf.params.xml.ns.icalendar_2.TextParameterType
-
- Direct Known Subclasses:
CnParamType,CutypeParamType,EncodingParamType,FbtypeParamType,FmttypeParamType,LanguageParamType,PartstatParamType,RelatedParamType,ReltypeParamType,RoleParamType,ScheduleAgentParamType,ScheduleForceSendParamType,ScheduleStatusParamType,TzidParamType,XBedeworkUidParamType
public class TextParameterType extends BaseParameterType
Java class for TextParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextParameterType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType"> <sequence> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}text"/> </sequence> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TextParameterType()
-
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.
-
-
-
Field Detail
-
text
protected String text
-
-