Class ExtendedGetFeatureType

java.lang.Object
net.opengis.wfs.v_1_1_0.BaseRequestType
net.opengis.wfs.v_1_1_0.GetFeatureType
org.codice.ddf.spatial.ogc.wfs.v110.catalog.source.ExtendedGetFeatureType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

public class ExtendedGetFeatureType extends net.opengis.wfs.v_1_1_0.GetFeatureType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected BigInteger
     

    Fields inherited from class net.opengis.wfs.v_1_1_0.GetFeatureType

    maxFeatures, outputFormat, query, resultType, traverseXlinkDepth, traverseXlinkExpiry

    Fields inherited from class net.opengis.wfs.v_1_1_0.BaseRequestType

    handle, service, version
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
     
    copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
     
    boolean
    equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
     
    Gets the value of the startIndex property.
    int
    hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
     
    boolean
     
    void
    mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
     
    void
    Sets the value of the startIndex property.
    net.opengis.wfs.v_1_1_0.GetFeatureType
     

    Methods inherited from class net.opengis.wfs.v_1_1_0.GetFeatureType

    append, clone, copyTo, createNewInstance, equals, getMaxFeatures, getOutputFormat, getQuery, getResultType, getTraverseXlinkDepth, getTraverseXlinkExpiry, hashCode, isSetMaxFeatures, isSetOutputFormat, isSetQuery, isSetResultType, isSetTraverseXlinkDepth, isSetTraverseXlinkExpiry, mergeFrom, setMaxFeatures, setOutputFormat, setQuery, setResultType, setTraverseXlinkDepth, setTraverseXlinkExpiry, toString, unsetQuery, withHandle, withMaxFeatures, withOutputFormat, withQuery, withQuery, withQuery, withResultType, withService, withTraverseXlinkDepth, withTraverseXlinkExpiry, withVersion

    Methods inherited from class net.opengis.wfs.v_1_1_0.BaseRequestType

    getHandle, getService, getVersion, isSetHandle, isSetService, isSetVersion, setHandle, setService, setVersion

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo2

    copyTo, createNewInstance

    Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom2

    createNewInstance, mergeFrom

    Methods inherited from interface org.jvnet.jaxb2_commons.lang.ToString2

    append
  • Field Details

  • Constructor Details

    • ExtendedGetFeatureType

      public ExtendedGetFeatureType()
  • Method Details

    • getStartIndex

      public BigInteger getStartIndex()
      Gets the value of the startIndex property.
      Returns:
      possible object is BigInteger
    • setStartIndex

      public void setStartIndex(BigInteger value)
      Sets the value of the startIndex property.
      Parameters:
      value - allowed object is BigInteger
    • isSetStartIndex

      public boolean isSetStartIndex()
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class net.opengis.wfs.v_1_1_0.GetFeatureType
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class net.opengis.wfs.v_1_1_0.GetFeatureType
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class net.opengis.wfs.v_1_1_0.GetFeatureType
    • copyTo

      public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      Overrides:
      copyTo in class net.opengis.wfs.v_1_1_0.GetFeatureType
    • mergeFrom

      public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
      Overrides:
      mergeFrom in class net.opengis.wfs.v_1_1_0.GetFeatureType
    • withStartIndex

      public net.opengis.wfs.v_1_1_0.GetFeatureType withStartIndex(BigInteger value)