Interface GetResultType

  • All Superinterfaces:
    ExtensibleRequestType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    GetResultTypeImpl

    public interface GetResultType
    extends ExtensibleRequestType
    An XML GetResultType(@http://www.opengis.net/sos/2.0). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getOffering

        String getOffering()
        Gets the "offering" element
      • xgetOffering

        org.apache.xmlbeans.XmlAnyURI xgetOffering()
        Gets (as xml) the "offering" element
      • setOffering

        void setOffering​(String offering)
        Sets the "offering" element
      • xsetOffering

        void xsetOffering​(org.apache.xmlbeans.XmlAnyURI offering)
        Sets (as xml) the "offering" element
      • getObservedProperty

        String getObservedProperty()
        Gets the "observedProperty" element
      • xgetObservedProperty

        org.apache.xmlbeans.XmlAnyURI xgetObservedProperty()
        Gets (as xml) the "observedProperty" element
      • setObservedProperty

        void setObservedProperty​(String observedProperty)
        Sets the "observedProperty" element
      • xsetObservedProperty

        void xsetObservedProperty​(org.apache.xmlbeans.XmlAnyURI observedProperty)
        Sets (as xml) the "observedProperty" element
      • sizeOfTemporalFilterArray

        int sizeOfTemporalFilterArray()
        Returns number of "temporalFilter" element
      • setTemporalFilterArray

        void setTemporalFilterArray​(GetResultType.TemporalFilter[] temporalFilterArray)
        Sets array of all "temporalFilter" element
      • setTemporalFilterArray

        void setTemporalFilterArray​(int i,
                                    GetResultType.TemporalFilter temporalFilter)
        Sets ith "temporalFilter" element
      • insertNewTemporalFilter

        GetResultType.TemporalFilter insertNewTemporalFilter​(int i)
        Inserts and returns a new empty value (as xml) as the ith "temporalFilter" element
      • addNewTemporalFilter

        GetResultType.TemporalFilter addNewTemporalFilter()
        Appends and returns a new empty value (as xml) as the last "temporalFilter" element
      • removeTemporalFilter

        void removeTemporalFilter​(int i)
        Removes the ith "temporalFilter" element
      • getFeatureOfInterestArray

        String[] getFeatureOfInterestArray()
        Gets array of all "featureOfInterest" elements
      • getFeatureOfInterestArray

        String getFeatureOfInterestArray​(int i)
        Gets ith "featureOfInterest" element
      • xgetFeatureOfInterestArray

        org.apache.xmlbeans.XmlAnyURI[] xgetFeatureOfInterestArray()
        Gets (as xml) array of all "featureOfInterest" elements
      • xgetFeatureOfInterestArray

        org.apache.xmlbeans.XmlAnyURI xgetFeatureOfInterestArray​(int i)
        Gets (as xml) ith "featureOfInterest" element
      • sizeOfFeatureOfInterestArray

        int sizeOfFeatureOfInterestArray()
        Returns number of "featureOfInterest" element
      • setFeatureOfInterestArray

        void setFeatureOfInterestArray​(String[] featureOfInterestArray)
        Sets array of all "featureOfInterest" element
      • setFeatureOfInterestArray

        void setFeatureOfInterestArray​(int i,
                                       String featureOfInterest)
        Sets ith "featureOfInterest" element
      • xsetFeatureOfInterestArray

        void xsetFeatureOfInterestArray​(org.apache.xmlbeans.XmlAnyURI[] featureOfInterestArray)
        Sets (as xml) array of all "featureOfInterest" element
      • xsetFeatureOfInterestArray

        void xsetFeatureOfInterestArray​(int i,
                                        org.apache.xmlbeans.XmlAnyURI featureOfInterest)
        Sets (as xml) ith "featureOfInterest" element
      • insertFeatureOfInterest

        void insertFeatureOfInterest​(int i,
                                     String featureOfInterest)
        Inserts the value as the ith "featureOfInterest" element
      • addFeatureOfInterest

        void addFeatureOfInterest​(String featureOfInterest)
        Appends the value as the last "featureOfInterest" element
      • insertNewFeatureOfInterest

        org.apache.xmlbeans.XmlAnyURI insertNewFeatureOfInterest​(int i)
        Inserts and returns a new empty value (as xml) as the ith "featureOfInterest" element
      • addNewFeatureOfInterest

        org.apache.xmlbeans.XmlAnyURI addNewFeatureOfInterest()
        Appends and returns a new empty value (as xml) as the last "featureOfInterest" element
      • removeFeatureOfInterest

        void removeFeatureOfInterest​(int i)
        Removes the ith "featureOfInterest" element
      • isSetSpatialFilter

        boolean isSetSpatialFilter()
        True if has "spatialFilter" element
      • unsetSpatialFilter

        void unsetSpatialFilter()
        Unsets the "spatialFilter" element