Package ietf.params.xml.ns.icalendar_2
Class SequencePropType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.IntegerPropertyType
-
- ietf.params.xml.ns.icalendar_2.SequencePropType
-
public class SequencePropType extends IntegerPropertyType
Java class for SequencePropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequencePropType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}IntegerPropertyType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class ietf.params.xml.ns.icalendar_2.IntegerPropertyType
integer
-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description SequencePropType()
-
Method Summary
-
Methods inherited from class ietf.params.xml.ns.icalendar_2.IntegerPropertyType
getInteger, setInteger
-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-