Class PriorityMatcherType


  • public class PriorityMatcherType
    extends MatcherType

    Java class for PriorityMatcherType complex type

    .

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

    
     <complexType name="PriorityMatcherType">
       <complexContent>
         <extension base="{}MatcherType">
           <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue()
      Gets the value of the value property.
      void setValue​(int value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

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

      • value

        protected int value
    • Constructor Detail

      • PriorityMatcherType

        public PriorityMatcherType()
    • Method Detail

      • getValue

        public int getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(int value)
        Sets the value of the value property.