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 and Description |
|---|
DurationParameterType() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDuration()
Gets the value of the duration property.
|
void |
setDuration(Duration value)
Sets the value of the duration property.
|
protected Duration duration
Copyright © 2017 Bedework. All rights reserved.