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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
duration |
parameters| Constructor and Description |
|---|
DurationPropType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDuration()
Gets the value of the duration property.
|
void |
setDuration(String value)
Sets the value of the duration property.
|
getParameters, setParametersprotected String duration
Copyright © 2017 Bedework. All rights reserved.