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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> matcher  
    • Constructor Summary

      Constructors 
      Constructor Description
      AndMatcherType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> getMatcher()
      Gets the value of the matcher property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait