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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String classregex  
      protected java.lang.String clazz  
      protected java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> matcher  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassregex()
      Gets the value of the classregex property.
      java.lang.String getClazz()
      Gets the value of the clazz property.
      java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> getMatcher()
      Gets the value of the matcher property.
      void setClassregex​(java.lang.String value)
      Sets the value of the classregex property.
      void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • matcher

        protected java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> matcher
      • classregex

        protected java.lang.String classregex
      • clazz

        protected java.lang.String clazz
    • Constructor Detail

      • MatchMatcherType

        public MatchMatcherType()
    • Method Detail

      • getClassregex

        public java.lang.String getClassregex()
        Gets the value of the classregex property.
        Returns:
        possible object is String
      • setClassregex

        public void setClassregex​(java.lang.String value)
        Sets the value of the classregex property.
        Parameters:
        value - allowed object is String
      • getClazz

        public java.lang.String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(java.lang.String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String