Class OrMatcherType


  • public class OrMatcherType
    extends MatcherType

    Java class for OrMatcherType complex type.

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

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