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 Detail

      • value

        protected long value
      • relOp

        protected 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 String getRelOp()
        Gets the value of the relOp property.
        Returns:
        possible object is String
      • setRelOp

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