Interface SosInsertionMetadataType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  SosInsertionMetadataType.Factory
      A factory class with static methods for creating instances of this type.
    • 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
    • Field Detail

      • type

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

      • getObservationTypeArray

        String[] getObservationTypeArray()
        Gets array of all "observationType" elements
      • getObservationTypeArray

        String getObservationTypeArray​(int i)
        Gets ith "observationType" element
      • xgetObservationTypeArray

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

        org.apache.xmlbeans.XmlAnyURI xgetObservationTypeArray​(int i)
        Gets (as xml) ith "observationType" element
      • sizeOfObservationTypeArray

        int sizeOfObservationTypeArray()
        Returns number of "observationType" element
      • setObservationTypeArray

        void setObservationTypeArray​(String[] observationTypeArray)
        Sets array of all "observationType" element
      • setObservationTypeArray

        void setObservationTypeArray​(int i,
                                     String observationType)
        Sets ith "observationType" element
      • xsetObservationTypeArray

        void xsetObservationTypeArray​(org.apache.xmlbeans.XmlAnyURI[] observationTypeArray)
        Sets (as xml) array of all "observationType" element
      • xsetObservationTypeArray

        void xsetObservationTypeArray​(int i,
                                      org.apache.xmlbeans.XmlAnyURI observationType)
        Sets (as xml) ith "observationType" element
      • insertObservationType

        void insertObservationType​(int i,
                                   String observationType)
        Inserts the value as the ith "observationType" element
      • addObservationType

        void addObservationType​(String observationType)
        Appends the value as the last "observationType" element
      • insertNewObservationType

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

        org.apache.xmlbeans.XmlAnyURI addNewObservationType()
        Appends and returns a new empty value (as xml) as the last "observationType" element
      • removeObservationType

        void removeObservationType​(int i)
        Removes the ith "observationType" element
      • getFeatureOfInterestTypeArray

        String[] getFeatureOfInterestTypeArray()
        Gets array of all "featureOfInterestType" elements
      • getFeatureOfInterestTypeArray

        String getFeatureOfInterestTypeArray​(int i)
        Gets ith "featureOfInterestType" element
      • xgetFeatureOfInterestTypeArray

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

        org.apache.xmlbeans.XmlAnyURI xgetFeatureOfInterestTypeArray​(int i)
        Gets (as xml) ith "featureOfInterestType" element
      • sizeOfFeatureOfInterestTypeArray

        int sizeOfFeatureOfInterestTypeArray()
        Returns number of "featureOfInterestType" element
      • setFeatureOfInterestTypeArray

        void setFeatureOfInterestTypeArray​(String[] featureOfInterestTypeArray)
        Sets array of all "featureOfInterestType" element
      • setFeatureOfInterestTypeArray

        void setFeatureOfInterestTypeArray​(int i,
                                           String featureOfInterestType)
        Sets ith "featureOfInterestType" element
      • xsetFeatureOfInterestTypeArray

        void xsetFeatureOfInterestTypeArray​(org.apache.xmlbeans.XmlAnyURI[] featureOfInterestTypeArray)
        Sets (as xml) array of all "featureOfInterestType" element
      • xsetFeatureOfInterestTypeArray

        void xsetFeatureOfInterestTypeArray​(int i,
                                            org.apache.xmlbeans.XmlAnyURI featureOfInterestType)
        Sets (as xml) ith "featureOfInterestType" element
      • insertFeatureOfInterestType

        void insertFeatureOfInterestType​(int i,
                                         String featureOfInterestType)
        Inserts the value as the ith "featureOfInterestType" element
      • addFeatureOfInterestType

        void addFeatureOfInterestType​(String featureOfInterestType)
        Appends the value as the last "featureOfInterestType" element
      • insertNewFeatureOfInterestType

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

        org.apache.xmlbeans.XmlAnyURI addNewFeatureOfInterestType()
        Appends and returns a new empty value (as xml) as the last "featureOfInterestType" element
      • removeFeatureOfInterestType

        void removeFeatureOfInterestType​(int i)
        Removes the ith "featureOfInterestType" element