Package ietf.params.xml.ns.icalendar_2
Class DurationPropType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.DurationPropType
-
public class DurationPropType extends BasePropertyType
Java class for DurationPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DurationPropType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType"> <sequence> <element name="duration" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringduration-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description DurationPropType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDuration()Gets the value of the duration property.voidsetDuration(String value)Sets the value of the duration property.-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-
-
-
Field Detail
-
duration
protected String duration
-
-