Class AndMatcherType


  • public class AndMatcherType
    extends MatcherType

    Java class for AndMatcherType complex type.

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

     <complexType name="AndMatcherType">
       <complexContent>
         <extension base="{}MatcherType">
           <sequence>
             <element ref="{}Matcher" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>