Package ietf.params.xml.ns.icalendar_2
Class DurationParameterType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseParameterType
-
- ietf.params.xml.ns.icalendar_2.DurationParameterType
-
public class DurationParameterType extends BaseParameterType
Java class for DurationParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DurationParameterType"> <complexContent> <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType"> <sequence> <element name="duration" type="{http://www.w3.org/2001/XMLSchema}duration"/> </sequence> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DurationParameterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetDuration()Gets the value of the duration property.voidsetDuration(Duration value)Sets the value of the duration property.
-
-
-
Field Detail
-
duration
protected Duration duration
-
-