Class DurationPropType


  • public class DurationPropType
    extends BasePropertyType

    Java class for DurationPropType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DurationPropType">
       <complexContent>
         <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
           <sequence>
             <element name="duration" type="{urn:ietf:params:xml:ns:icalendar-2.0}DurationValueType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • duration

        protected String duration
    • Constructor Detail

      • DurationPropType

        public DurationPropType()
    • 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