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 Details

  • Constructor Details

    • TriggerPropType

      public TriggerPropType()
  • Method Details

    • 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 is String
    • 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 is XMLGregorianCalendar