public class TriggerPropType extends BasePropertyType
Java class for TriggerPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TriggerPropType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<choice>
<element name="duration" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}date-time"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateTime |
protected String |
duration |
parameters| Constructor and Description |
|---|
TriggerPropType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateTime()
Gets the value of the dateTime property.
|
String |
getDuration()
Gets the value of the duration property.
|
void |
setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.
|
void |
setDuration(String value)
Sets the value of the duration property.
|
getParameters, setParametersprotected String duration
protected XMLGregorianCalendar dateTime
public String getDuration()
Stringpublic void setDuration(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateTime()
XMLGregorianCalendarpublic void setDateTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2015 Bedework. All rights reserved.