Package ietf.params.xml.ns.icalendar_2
Class TriggerPropType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.TriggerPropType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendardateTimeprotected Stringduration-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description TriggerPropType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetDateTime()Gets the value of the dateTime property.StringgetDuration()Gets the value of the duration property.voidsetDateTime(XMLGregorianCalendar value)Sets the value of the dateTime property.voidsetDuration(String value)Sets the value of the duration property.-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-
-
-
Field Detail
-
duration
protected String duration
-
dateTime
protected XMLGregorianCalendar dateTime
-
-
Method Detail
-
getDuration
public String getDuration()
Gets the value of the duration property.- Returns:
- possible object is
String
-
setDuration
public void setDuration(String value)
Sets the value of the duration property.- Parameters:
value- allowed object isString
-
getDateTime
public XMLGregorianCalendar getDateTime()
Gets the value of the dateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTime
public void setDateTime(XMLGregorianCalendar value)
Sets the value of the dateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-