Class DurationParameterType

java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseParameterType
ietf.params.xml.ns.icalendar_2.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 Details

    • duration

      protected Duration duration
  • Constructor Details

    • DurationParameterType

      public DurationParameterType()
  • Method Details

    • 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