Class AnyCompType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.AnyCompType

public class AnyCompType extends Object
Allows a CompFilterType to indicate that any component should match.

Java class for AnyCompType complex type.

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

 <complexType name="AnyCompType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AnyCompType

      public AnyCompType()