Class Range


  • public class Range
    extends 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>
     
    • Constructor Detail

      • Range

        public Range()
    • Method Detail

      • getBegin

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

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

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object