Package ietf.params.xml.ns.icalendar_2
Class FbtypeParamType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseParameterType
ietf.params.xml.ns.icalendar_2.TextParameterType
ietf.params.xml.ns.icalendar_2.FbtypeParamType
fbtypeparam = "FBTYPE" "="
("FREE"
/ "BUSY"
/ "BUSY-UNAVAILABLE"
/ "BUSY-TENTATIVE"
/ x-name ; Some experimental iCalendar free/busy type.
/ iana-token)
; Some other IANA-registered iCalendar free/busy type.
; Default is BUSY
Java class for FbtypeParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FbtypeParamType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}TextParameterType"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class ietf.params.xml.ns.icalendar_2.TextParameterType
text
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ietf.params.xml.ns.icalendar_2.TextParameterType
getText, setText
-
Constructor Details
-
FbtypeParamType
public FbtypeParamType()
-