Class MatchMatcherType


  • public class MatchMatcherType
    extends MatcherType

    Java class for MatchMatcherType complex type.

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

     <complexType name="MatchMatcherType">
       <complexContent>
         <extension base="{}MatcherType">
           <sequence>
             <element ref="{}Matcher" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="classregex" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>