Package ietf.params.xml.ns.icalendar_2
Class ReltypeParamType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseParameterType
-
- ietf.params.xml.ns.icalendar_2.TextParameterType
-
- ietf.params.xml.ns.icalendar_2.ReltypeParamType
-
public class ReltypeParamType extends TextParameterType
reltypeparam = "RELTYPE" "=" ("PARENT" ; Parent relationship - Default / "CHILD" ; Child relationship / "SIBLING" ; Sibling relationship / iana-token ; Some other IANA-registered ; iCalendar relationship type / x-name) ; A non-standard, experimental ; relationship type Ws-Calendar adds the values / "FINISHTOSTART" / "FINISHTOFINISH" / "STARTTOFINISH" / "STARTTOSTART" ; Default is PARENTJava class for ReltypeParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReltypeParamType"> <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 ReltypeParamType()
-