Class FirstVersionMatcherType


  • public class FirstVersionMatcherType
    extends MatcherType

    Java class for FirstVersionMatcherType complex type

    .

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

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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String relOp  
      protected long value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRelOp()
      Gets the value of the relOp property.
      long getValue()
      Gets the value of the value property.
      void setRelOp​(java.lang.String value)
      Sets the value of the relOp property.
      void setValue​(long 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 long value
      • relOp

        protected java.lang.String relOp
    • Constructor Detail

      • FirstVersionMatcherType

        public FirstVersionMatcherType()
    • Method Detail

      • getValue

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

        public void setValue​(long value)
        Sets the value of the value property.
      • getRelOp

        public java.lang.String getRelOp()
        Gets the value of the relOp property.
        Returns:
        possible object is String
      • setRelOp

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