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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String descriptor  
      protected java.lang.String role  
      protected java.lang.String typeParameters  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeMatcherType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescriptor()
      Gets the value of the descriptor property.
      java.lang.String getRole()
      Gets the value of the role property.
      java.lang.String getTypeParameters()
      Gets the value of the typeParameters property.
      void setDescriptor​(java.lang.String value)
      Sets the value of the descriptor property.
      void setRole​(java.lang.String value)
      Sets the value of the role property.
      void setTypeParameters​(java.lang.String value)
      Sets the value of the typeParameters property.
      • Methods inherited from class java.lang.Object

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

      • descriptor

        protected java.lang.String descriptor
      • role

        protected java.lang.String role
      • typeParameters

        protected java.lang.String typeParameters
    • Constructor Detail

      • TypeMatcherType

        public TypeMatcherType()
    • Method Detail

      • getDescriptor

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

        public void setDescriptor​(java.lang.String value)
        Sets the value of the descriptor property.
        Parameters:
        value - allowed object is String
      • getRole

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

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

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

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