Class DurationParameterType


  • public class DurationParameterType
    extends BaseParameterType

    Java class for DurationParameterType complex type.

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

     <complexType name="DurationParameterType">
       <complexContent>
         <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BaseParameterType">
           <sequence>
             <element name="duration" type="{http://www.w3.org/2001/XMLSchema}duration"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • DurationParameterType

        public DurationParameterType()
    • Method Detail

      • getDuration

        public Duration getDuration()
        Gets the value of the duration property.
        Returns:
        possible object is Duration
      • setDuration

        public void setDuration​(Duration value)
        Sets the value of the duration property.
        Parameters:
        value - allowed object is Duration