Package ietf.params.xml.ns.icalendar_2
Class BusytypePropType
java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.TextPropertyType
ietf.params.xml.ns.icalendar_2.BusytypePropType
encodingparam = "ENCODING" "="
( "8BIT"
; "8bit" text encoding is defined in [RFC2045]
/ "BASE64"
; "BASE64" binary encoding format is defined in [RFC4648]
)
busytypevalue = "BUSY"
/ "BUSY-UNAVAILABLE"
/ "BUSY-TENTATIVE"
/ iana-token
/ x-name
; Default is "BUSY-UNAVAILABLE".
Java class for BusytypePropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusytypePropType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}TextPropertyType">
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class ietf.params.xml.ns.icalendar_2.TextPropertyType
textFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ietf.params.xml.ns.icalendar_2.TextPropertyType
getText, setTextMethods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Constructor Details
-
BusytypePropType
public BusytypePropType()
-