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
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the duration property.void
setDuration
(Duration value) Sets the value of the duration property.
-
Field Details
-
duration
-
-
Constructor Details
-
DurationParameterType
public DurationParameterType()
-
-
Method Details