Class TolerancePropType

java.lang.Object
ietf.params.xml.ns.icalendar_2.BasePropertyType
ietf.params.xml.ns.icalendar_2.TolerancePropType

public class TolerancePropType extends BasePropertyType

Java class for TolerancePropType complex type.

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

 <complexType name="TolerancePropType">
   <complexContent>
     <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
       <sequence>
         <element name="tolerate" type="{urn:ietf:params:xml:ns:icalendar-2.0}ToleranceValueType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TolerancePropType

      public TolerancePropType()
  • Method Details