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, PublicCommentParameterType, RelatedParamType, ReltypeParamType, RoleParamType, ScheduleAgentParamType, ScheduleForceSendParamType, ScheduleStatusParamType, TzidParamType, XBedeworkLocKeyParamType, XBedeworkUidParamType, XBedeworkWrappedNameParamType

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>
 
  • Field Details

    • text

      protected String text
  • Constructor Details

    • TextParameterType

      public TextParameterType()
  • Method Details

    • getText

      public String getText()
      Gets the value of the text property.
      Returns:
      possible object is String
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String