Interface ObservationOfferingType

    • Field Detail

      • type

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

      • getIntendedApplicationArray

        String[] getIntendedApplicationArray()
        Gets array of all "intendedApplication" elements
      • getIntendedApplicationArray

        String getIntendedApplicationArray​(int i)
        Gets ith "intendedApplication" element
      • xgetIntendedApplicationArray

        org.apache.xmlbeans.XmlToken[] xgetIntendedApplicationArray()
        Gets (as xml) array of all "intendedApplication" elements
      • xgetIntendedApplicationArray

        org.apache.xmlbeans.XmlToken xgetIntendedApplicationArray​(int i)
        Gets (as xml) ith "intendedApplication" element
      • sizeOfIntendedApplicationArray

        int sizeOfIntendedApplicationArray()
        Returns number of "intendedApplication" element
      • setIntendedApplicationArray

        void setIntendedApplicationArray​(String[] intendedApplicationArray)
        Sets array of all "intendedApplication" element
      • setIntendedApplicationArray

        void setIntendedApplicationArray​(int i,
                                         String intendedApplication)
        Sets ith "intendedApplication" element
      • xsetIntendedApplicationArray

        void xsetIntendedApplicationArray​(org.apache.xmlbeans.XmlToken[] intendedApplicationArray)
        Sets (as xml) array of all "intendedApplication" element
      • xsetIntendedApplicationArray

        void xsetIntendedApplicationArray​(int i,
                                          org.apache.xmlbeans.XmlToken intendedApplication)
        Sets (as xml) ith "intendedApplication" element
      • insertIntendedApplication

        void insertIntendedApplication​(int i,
                                       String intendedApplication)
        Inserts the value as the ith "intendedApplication" element
      • addIntendedApplication

        void addIntendedApplication​(String intendedApplication)
        Appends the value as the last "intendedApplication" element
      • insertNewIntendedApplication

        org.apache.xmlbeans.XmlToken insertNewIntendedApplication​(int i)
        Inserts and returns a new empty value (as xml) as the ith "intendedApplication" element
      • addNewIntendedApplication

        org.apache.xmlbeans.XmlToken addNewIntendedApplication()
        Appends and returns a new empty value (as xml) as the last "intendedApplication" element
      • removeIntendedApplication

        void removeIntendedApplication​(int i)
        Removes the ith "intendedApplication" element
      • getProcedureArray

        ReferenceType[] getProcedureArray()
        Gets array of all "procedure" elements
      • getProcedureArray

        ReferenceType getProcedureArray​(int i)
        Gets ith "procedure" element
      • sizeOfProcedureArray

        int sizeOfProcedureArray()
        Returns number of "procedure" element
      • setProcedureArray

        void setProcedureArray​(ReferenceType[] procedureArray)
        Sets array of all "procedure" element
      • setProcedureArray

        void setProcedureArray​(int i,
                               ReferenceType procedure)
        Sets ith "procedure" element
      • insertNewProcedure

        ReferenceType insertNewProcedure​(int i)
        Inserts and returns a new empty value (as xml) as the ith "procedure" element
      • addNewProcedure

        ReferenceType addNewProcedure()
        Appends and returns a new empty value (as xml) as the last "procedure" element
      • removeProcedure

        void removeProcedure​(int i)
        Removes the ith "procedure" element
      • getObservedPropertyArray

        PhenomenonPropertyType[] getObservedPropertyArray()
        Gets array of all "observedProperty" elements
      • getObservedPropertyArray

        PhenomenonPropertyType getObservedPropertyArray​(int i)
        Gets ith "observedProperty" element
      • sizeOfObservedPropertyArray

        int sizeOfObservedPropertyArray()
        Returns number of "observedProperty" element
      • setObservedPropertyArray

        void setObservedPropertyArray​(PhenomenonPropertyType[] observedPropertyArray)
        Sets array of all "observedProperty" element
      • setObservedPropertyArray

        void setObservedPropertyArray​(int i,
                                      PhenomenonPropertyType observedProperty)
        Sets ith "observedProperty" element
      • insertNewObservedProperty

        PhenomenonPropertyType insertNewObservedProperty​(int i)
        Inserts and returns a new empty value (as xml) as the ith "observedProperty" element
      • addNewObservedProperty

        PhenomenonPropertyType addNewObservedProperty()
        Appends and returns a new empty value (as xml) as the last "observedProperty" element
      • removeObservedProperty

        void removeObservedProperty​(int i)
        Removes the ith "observedProperty" element
      • getFeatureOfInterestArray

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

        ReferenceType getFeatureOfInterestArray​(int i)
        Gets ith "featureOfInterest" element
      • sizeOfFeatureOfInterestArray

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

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

        void setFeatureOfInterestArray​(int i,
                                       ReferenceType featureOfInterest)
        Sets ith "featureOfInterest" element
      • insertNewFeatureOfInterest

        ReferenceType insertNewFeatureOfInterest​(int i)
        Inserts and returns a new empty value (as xml) as the ith "featureOfInterest" element
      • addNewFeatureOfInterest

        ReferenceType 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
      • getResponseFormatArray

        String[] getResponseFormatArray()
        Gets array of all "responseFormat" elements
      • getResponseFormatArray

        String getResponseFormatArray​(int i)
        Gets ith "responseFormat" element
      • xgetResponseFormatArray

        MimeType[] xgetResponseFormatArray()
        Gets (as xml) array of all "responseFormat" elements
      • xgetResponseFormatArray

        MimeType xgetResponseFormatArray​(int i)
        Gets (as xml) ith "responseFormat" element
      • sizeOfResponseFormatArray

        int sizeOfResponseFormatArray()
        Returns number of "responseFormat" element
      • setResponseFormatArray

        void setResponseFormatArray​(String[] responseFormatArray)
        Sets array of all "responseFormat" element
      • setResponseFormatArray

        void setResponseFormatArray​(int i,
                                    String responseFormat)
        Sets ith "responseFormat" element
      • xsetResponseFormatArray

        void xsetResponseFormatArray​(MimeType[] responseFormatArray)
        Sets (as xml) array of all "responseFormat" element
      • xsetResponseFormatArray

        void xsetResponseFormatArray​(int i,
                                     MimeType responseFormat)
        Sets (as xml) ith "responseFormat" element
      • insertResponseFormat

        void insertResponseFormat​(int i,
                                  String responseFormat)
        Inserts the value as the ith "responseFormat" element
      • addResponseFormat

        void addResponseFormat​(String responseFormat)
        Appends the value as the last "responseFormat" element
      • insertNewResponseFormat

        MimeType insertNewResponseFormat​(int i)
        Inserts and returns a new empty value (as xml) as the ith "responseFormat" element
      • addNewResponseFormat

        MimeType addNewResponseFormat()
        Appends and returns a new empty value (as xml) as the last "responseFormat" element
      • removeResponseFormat

        void removeResponseFormat​(int i)
        Removes the ith "responseFormat" element
      • getResultModelArray

        QName[] getResultModelArray()
        Gets array of all "resultModel" elements
      • getResultModelArray

        QName getResultModelArray​(int i)
        Gets ith "resultModel" element
      • xgetResultModelArray

        org.apache.xmlbeans.XmlQName[] xgetResultModelArray()
        Gets (as xml) array of all "resultModel" elements
      • xgetResultModelArray

        org.apache.xmlbeans.XmlQName xgetResultModelArray​(int i)
        Gets (as xml) ith "resultModel" element
      • sizeOfResultModelArray

        int sizeOfResultModelArray()
        Returns number of "resultModel" element
      • setResultModelArray

        void setResultModelArray​(QName[] resultModelArray)
        Sets array of all "resultModel" element
      • setResultModelArray

        void setResultModelArray​(int i,
                                 QName resultModel)
        Sets ith "resultModel" element
      • xsetResultModelArray

        void xsetResultModelArray​(org.apache.xmlbeans.XmlQName[] resultModelArray)
        Sets (as xml) array of all "resultModel" element
      • xsetResultModelArray

        void xsetResultModelArray​(int i,
                                  org.apache.xmlbeans.XmlQName resultModel)
        Sets (as xml) ith "resultModel" element
      • insertResultModel

        void insertResultModel​(int i,
                               QName resultModel)
        Inserts the value as the ith "resultModel" element
      • addResultModel

        void addResultModel​(QName resultModel)
        Appends the value as the last "resultModel" element
      • insertNewResultModel

        org.apache.xmlbeans.XmlQName insertNewResultModel​(int i)
        Inserts and returns a new empty value (as xml) as the ith "resultModel" element
      • addNewResultModel

        org.apache.xmlbeans.XmlQName addNewResultModel()
        Appends and returns a new empty value (as xml) as the last "resultModel" element
      • removeResultModel

        void removeResultModel​(int i)
        Removes the ith "resultModel" element
      • getResponseModeArray

        ResponseModeType.Enum[] getResponseModeArray()
        Gets array of all "responseMode" elements
      • getResponseModeArray

        ResponseModeType.Enum getResponseModeArray​(int i)
        Gets ith "responseMode" element
      • xgetResponseModeArray

        ResponseModeType[] xgetResponseModeArray()
        Gets (as xml) array of all "responseMode" elements
      • xgetResponseModeArray

        ResponseModeType xgetResponseModeArray​(int i)
        Gets (as xml) ith "responseMode" element
      • sizeOfResponseModeArray

        int sizeOfResponseModeArray()
        Returns number of "responseMode" element
      • setResponseModeArray

        void setResponseModeArray​(ResponseModeType.Enum[] responseModeArray)
        Sets array of all "responseMode" element
      • setResponseModeArray

        void setResponseModeArray​(int i,
                                  ResponseModeType.Enum responseMode)
        Sets ith "responseMode" element
      • xsetResponseModeArray

        void xsetResponseModeArray​(ResponseModeType[] responseModeArray)
        Sets (as xml) array of all "responseMode" element
      • xsetResponseModeArray

        void xsetResponseModeArray​(int i,
                                   ResponseModeType responseMode)
        Sets (as xml) ith "responseMode" element
      • insertResponseMode

        void insertResponseMode​(int i,
                                ResponseModeType.Enum responseMode)
        Inserts the value as the ith "responseMode" element
      • addResponseMode

        void addResponseMode​(ResponseModeType.Enum responseMode)
        Appends the value as the last "responseMode" element
      • insertNewResponseMode

        ResponseModeType insertNewResponseMode​(int i)
        Inserts and returns a new empty value (as xml) as the ith "responseMode" element
      • addNewResponseMode

        ResponseModeType addNewResponseMode()
        Appends and returns a new empty value (as xml) as the last "responseMode" element
      • removeResponseMode

        void removeResponseMode​(int i)
        Removes the ith "responseMode" element