Interface GetObservationDocument.GetObservation.FeatureOfInterest

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.xmlbeans.XmlAnyURI addNewObjectID()
      Appends and returns a new empty value (as xml) as the last "ObjectID" element
      SpatialOpsType addNewSpatialOps()
      Appends and returns a new empty "spatialOps" element
      void addObjectID​(String objectID)
      Appends the value as the last "ObjectID" element
      String[] getObjectIDArray()
      Gets array of all "ObjectID" elements
      String getObjectIDArray​(int i)
      Gets ith "ObjectID" element
      SpatialOpsType getSpatialOps()
      Gets the "spatialOps" element
      org.apache.xmlbeans.XmlAnyURI insertNewObjectID​(int i)
      Inserts and returns a new empty value (as xml) as the ith "ObjectID" element
      void insertObjectID​(int i, String objectID)
      Inserts the value as the ith "ObjectID" element
      boolean isSetSpatialOps()
      True if has "spatialOps" element
      void removeObjectID​(int i)
      Removes the ith "ObjectID" element
      void setObjectIDArray​(int i, String objectID)
      Sets ith "ObjectID" element
      void setObjectIDArray​(String[] objectIDArray)
      Sets array of all "ObjectID" element
      void setSpatialOps​(SpatialOpsType spatialOps)
      Sets the "spatialOps" element
      int sizeOfObjectIDArray()
      Returns number of "ObjectID" element
      void unsetSpatialOps()
      Unsets the "spatialOps" element
      org.apache.xmlbeans.XmlAnyURI[] xgetObjectIDArray()
      Gets (as xml) array of all "ObjectID" elements
      org.apache.xmlbeans.XmlAnyURI xgetObjectIDArray​(int i)
      Gets (as xml) ith "ObjectID" element
      void xsetObjectIDArray​(int i, org.apache.xmlbeans.XmlAnyURI objectID)
      Sets (as xml) ith "ObjectID" element
      void xsetObjectIDArray​(org.apache.xmlbeans.XmlAnyURI[] objectIDArray)
      Sets (as xml) array of all "ObjectID" element
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getSpatialOps

        SpatialOpsType getSpatialOps()
        Gets the "spatialOps" element
      • isSetSpatialOps

        boolean isSetSpatialOps()
        True if has "spatialOps" element
      • setSpatialOps

        void setSpatialOps​(SpatialOpsType spatialOps)
        Sets the "spatialOps" element
      • addNewSpatialOps

        SpatialOpsType addNewSpatialOps()
        Appends and returns a new empty "spatialOps" element
      • unsetSpatialOps

        void unsetSpatialOps()
        Unsets the "spatialOps" element
      • getObjectIDArray

        String[] getObjectIDArray()
        Gets array of all "ObjectID" elements
      • getObjectIDArray

        String getObjectIDArray​(int i)
        Gets ith "ObjectID" element
      • xgetObjectIDArray

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

        org.apache.xmlbeans.XmlAnyURI xgetObjectIDArray​(int i)
        Gets (as xml) ith "ObjectID" element
      • sizeOfObjectIDArray

        int sizeOfObjectIDArray()
        Returns number of "ObjectID" element
      • setObjectIDArray

        void setObjectIDArray​(String[] objectIDArray)
        Sets array of all "ObjectID" element
      • setObjectIDArray

        void setObjectIDArray​(int i,
                              String objectID)
        Sets ith "ObjectID" element
      • xsetObjectIDArray

        void xsetObjectIDArray​(org.apache.xmlbeans.XmlAnyURI[] objectIDArray)
        Sets (as xml) array of all "ObjectID" element
      • xsetObjectIDArray

        void xsetObjectIDArray​(int i,
                               org.apache.xmlbeans.XmlAnyURI objectID)
        Sets (as xml) ith "ObjectID" element
      • insertObjectID

        void insertObjectID​(int i,
                            String objectID)
        Inserts the value as the ith "ObjectID" element
      • addObjectID

        void addObjectID​(String objectID)
        Appends the value as the last "ObjectID" element
      • insertNewObjectID

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

        org.apache.xmlbeans.XmlAnyURI addNewObjectID()
        Appends and returns a new empty value (as xml) as the last "ObjectID" element
      • removeObjectID

        void removeObjectID​(int i)
        Removes the ith "ObjectID" element