Package ietf.params.xml.ns.icalendar_2
Class ScheduleForceSendParamType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseParameterType
-
- ietf.params.xml.ns.icalendar_2.TextParameterType
-
- ietf.params.xml.ns.icalendar_2.ScheduleForceSendParamType
-
public class ScheduleForceSendParamType extends TextParameterType
scheduleforcesendparam = "SCHEDULE-FORCE-SEND" "=" ("REQUEST" ; Force a "REQUEST" / "REPLY" ; Force a "REPLY" / iana-token) ; IANA registered methodJava class for ScheduleForceSendParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleForceSendParamType"> <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 ScheduleForceSendParamType()
-