Class RangeType

java.lang.Object
ca.phon.query.db.xml.io.resultset.RangeType

public class RangeType extends Object
Type definition for the range element.

Java class for RangeType complex type.

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

 <complexType name="RangeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="start_index" use="required" type="{http://phon.ling.mun.ca/ns/result}charIndex" />
       <attribute name="end_index" use="required" type="{http://phon.ling.mun.ca/ns/result}charIndex" />
       <attribute name="excludes_end" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • startIndex

      protected int startIndex
    • endIndex

      protected int endIndex
    • excludesEnd

      protected Boolean excludesEnd
  • Constructor Details

    • RangeType

      public RangeType()
  • Method Details

    • getStartIndex

      public int getStartIndex()
      Gets the value of the startIndex property.
    • setStartIndex

      public void setStartIndex(int value)
      Sets the value of the startIndex property.
    • getEndIndex

      public int getEndIndex()
      Gets the value of the endIndex property.
    • setEndIndex

      public void setEndIndex(int value)
      Sets the value of the endIndex property.
    • isExcludesEnd

      public boolean isExcludesEnd()
      Gets the value of the excludesEnd property.
      Returns:
      possible object is Boolean
    • setExcludesEnd

      public void setExcludesEnd(Boolean value)
      Sets the value of the excludesEnd property.
      Parameters:
      value - allowed object is Boolean