Class TypeMatcherType


  • public class TypeMatcherType
    extends MatcherType

    Java class for TypeMatcherType complex type.

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

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

      • descriptor

        protected String descriptor
      • typeParameters

        protected String typeParameters
    • Constructor Detail

      • TypeMatcherType

        public TypeMatcherType()
    • Method Detail

      • getDescriptor

        public String getDescriptor()
        Gets the value of the descriptor property.
        Returns:
        possible object is String
      • setDescriptor

        public void setDescriptor​(String value)
        Sets the value of the descriptor 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
      • getTypeParameters

        public String getTypeParameters()
        Gets the value of the typeParameters property.
        Returns:
        possible object is String
      • setTypeParameters

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