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
-
public class FbtypeParamType extends TextParameterType
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 BUSYJava 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 Constructor Description FbtypeParamType()
-