Class 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>
     
    • Constructor Detail

      • TriggerPropType

        public TriggerPropType()
    • 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 is String