Class ClassMatcherType


  • public class ClassMatcherType
    extends MatcherType

    Java class for ClassMatcherType complex type.

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

     <complexType name="ClassMatcherType">
       <complexContent>
         <extension base="{}MatcherType">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ClassMatcherType

        public ClassMatcherType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getRole

        public String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String