Package ietf.params.xml.ns.icalendar_2
Class TranspPropType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.TextPropertyType
-
- ietf.params.xml.ns.icalendar_2.TranspPropType
-
public class TranspPropType extends TextPropertyType
transvalue = "OPAQUE" ;Blocks or opaque on busy time searches. / "TRANSPARENT" ;Transparent on busy time searches. ;Default value is OPAQUEJava class for TranspPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranspPropType"> <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
text
-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description TranspPropType()
-
Method Summary
-
Methods inherited from class ietf.params.xml.ns.icalendar_2.TextPropertyType
getText, setText
-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-