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
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
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dateTime property.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.Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
Field Details
-
duration
-
dateTime
-
-
Constructor Details
-
TriggerPropType
public TriggerPropType()
-
-
Method Details
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
String
-
setDuration
Sets the value of the duration property.- Parameters:
value
- allowed object isString
-
getDateTime
Gets the value of the dateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDateTime
Sets the value of the dateTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-