Class Range


  • public class Range
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="begin" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String begin  
      protected java.lang.String end  
    • Constructor Summary

      Constructors 
      Constructor Description
      Range()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getBegin()
      Gets the value of the begin property.
      java.lang.String getEnd()
      Gets the value of the end property.
      int hashCode()  
      void setBegin​(java.lang.String value)
      Sets the value of the begin property.
      void setEnd​(java.lang.String value)
      Sets the value of the end property.
      • Methods inherited from class java.lang.Object

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

      • begin

        protected java.lang.String begin
      • end

        protected java.lang.String end
    • Constructor Detail

      • Range

        public Range()
    • Method Detail

      • getBegin

        public java.lang.String getBegin()
        Gets the value of the begin property.
        Returns:
        possible object is String
      • setBegin

        public void setBegin​(java.lang.String value)
        Sets the value of the begin property.
        Parameters:
        value - allowed object is String
      • getEnd

        public java.lang.String getEnd()
        Gets the value of the end property.
        Returns:
        possible object is String
      • setEnd

        public void setEnd​(java.lang.String value)
        Sets the value of the end property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object