Class UntilRecurType

java.lang.Object
ietf.params.xml.ns.icalendar_2.UntilRecurType

public class UntilRecurType extends Object

Java class for UntilRecurType complex type.

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

 <complexType name="UntilRecurType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}date"/>
           <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}date-time"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>