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 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.