Class ContentsTypeImpl

    • Constructor Detail

      • ContentsTypeImpl

        public ContentsTypeImpl​(org.apache.xmlbeans.SchemaType sType)
    • Method Detail

      • xgetResponseFormatArray

        public org.apache.xmlbeans.XmlAnyURI[] xgetResponseFormatArray()
        Gets (as xml) array of all "responseFormat" elements
        Specified by:
        xgetResponseFormatArray in interface ContentsType
      • xgetResponseFormatArray

        public org.apache.xmlbeans.XmlAnyURI xgetResponseFormatArray​(int i)
        Gets (as xml) ith "responseFormat" element
        Specified by:
        xgetResponseFormatArray in interface ContentsType
      • setResponseFormatArray

        public void setResponseFormatArray​(String[] responseFormatArray)
        Sets array of all "responseFormat" element
        Specified by:
        setResponseFormatArray in interface ContentsType
      • xsetResponseFormatArray

        public void xsetResponseFormatArray​(org.apache.xmlbeans.XmlAnyURI[] responseFormatArray)
        Sets (as xml) array of all "responseFormat" element
        Specified by:
        xsetResponseFormatArray in interface ContentsType
      • xsetResponseFormatArray

        public void xsetResponseFormatArray​(int i,
                                            org.apache.xmlbeans.XmlAnyURI responseFormat)
        Sets (as xml) ith "responseFormat" element
        Specified by:
        xsetResponseFormatArray in interface ContentsType
      • insertResponseFormat

        public void insertResponseFormat​(int i,
                                         String responseFormat)
        Inserts the value as the ith "responseFormat" element
        Specified by:
        insertResponseFormat in interface ContentsType
      • addResponseFormat

        public void addResponseFormat​(String responseFormat)
        Appends the value as the last "responseFormat" element
        Specified by:
        addResponseFormat in interface ContentsType
      • insertNewResponseFormat

        public org.apache.xmlbeans.XmlAnyURI insertNewResponseFormat​(int i)
        Inserts and returns a new empty value (as xml) as the ith "responseFormat" element
        Specified by:
        insertNewResponseFormat in interface ContentsType
      • addNewResponseFormat

        public org.apache.xmlbeans.XmlAnyURI addNewResponseFormat()
        Appends and returns a new empty value (as xml) as the last "responseFormat" element
        Specified by:
        addNewResponseFormat in interface ContentsType
      • removeResponseFormat

        public void removeResponseFormat​(int i)
        Removes the ith "responseFormat" element
        Specified by:
        removeResponseFormat in interface ContentsType
      • xgetObservationTypeArray

        public org.apache.xmlbeans.XmlAnyURI[] xgetObservationTypeArray()
        Gets (as xml) array of all "observationType" elements
        Specified by:
        xgetObservationTypeArray in interface ContentsType
      • xgetObservationTypeArray

        public org.apache.xmlbeans.XmlAnyURI xgetObservationTypeArray​(int i)
        Gets (as xml) ith "observationType" element
        Specified by:
        xgetObservationTypeArray in interface ContentsType
      • setObservationTypeArray

        public void setObservationTypeArray​(String[] observationTypeArray)
        Sets array of all "observationType" element
        Specified by:
        setObservationTypeArray in interface ContentsType
      • xsetObservationTypeArray

        public void xsetObservationTypeArray​(org.apache.xmlbeans.XmlAnyURI[] observationTypeArray)
        Sets (as xml) array of all "observationType" element
        Specified by:
        xsetObservationTypeArray in interface ContentsType
      • xsetObservationTypeArray

        public void xsetObservationTypeArray​(int i,
                                             org.apache.xmlbeans.XmlAnyURI observationType)
        Sets (as xml) ith "observationType" element
        Specified by:
        xsetObservationTypeArray in interface ContentsType
      • insertObservationType

        public void insertObservationType​(int i,
                                          String observationType)
        Inserts the value as the ith "observationType" element
        Specified by:
        insertObservationType in interface ContentsType
      • addObservationType

        public void addObservationType​(String observationType)
        Appends the value as the last "observationType" element
        Specified by:
        addObservationType in interface ContentsType
      • insertNewObservationType

        public org.apache.xmlbeans.XmlAnyURI insertNewObservationType​(int i)
        Inserts and returns a new empty value (as xml) as the ith "observationType" element
        Specified by:
        insertNewObservationType in interface ContentsType
      • addNewObservationType

        public org.apache.xmlbeans.XmlAnyURI addNewObservationType()
        Appends and returns a new empty value (as xml) as the last "observationType" element
        Specified by:
        addNewObservationType in interface ContentsType
      • removeObservationType

        public void removeObservationType​(int i)
        Removes the ith "observationType" element
        Specified by:
        removeObservationType in interface ContentsType
      • xgetFeatureOfInterestTypeArray

        public org.apache.xmlbeans.XmlAnyURI[] xgetFeatureOfInterestTypeArray()
        Gets (as xml) array of all "featureOfInterestType" elements
        Specified by:
        xgetFeatureOfInterestTypeArray in interface ContentsType
      • xgetFeatureOfInterestTypeArray

        public org.apache.xmlbeans.XmlAnyURI xgetFeatureOfInterestTypeArray​(int i)
        Gets (as xml) ith "featureOfInterestType" element
        Specified by:
        xgetFeatureOfInterestTypeArray in interface ContentsType
      • setFeatureOfInterestTypeArray

        public void setFeatureOfInterestTypeArray​(String[] featureOfInterestTypeArray)
        Sets array of all "featureOfInterestType" element
        Specified by:
        setFeatureOfInterestTypeArray in interface ContentsType
      • xsetFeatureOfInterestTypeArray

        public void xsetFeatureOfInterestTypeArray​(org.apache.xmlbeans.XmlAnyURI[] featureOfInterestTypeArray)
        Sets (as xml) array of all "featureOfInterestType" element
        Specified by:
        xsetFeatureOfInterestTypeArray in interface ContentsType
      • xsetFeatureOfInterestTypeArray

        public void xsetFeatureOfInterestTypeArray​(int i,
                                                   org.apache.xmlbeans.XmlAnyURI featureOfInterestType)
        Sets (as xml) ith "featureOfInterestType" element
        Specified by:
        xsetFeatureOfInterestTypeArray in interface ContentsType
      • insertFeatureOfInterestType

        public void insertFeatureOfInterestType​(int i,
                                                String featureOfInterestType)
        Inserts the value as the ith "featureOfInterestType" element
        Specified by:
        insertFeatureOfInterestType in interface ContentsType
      • addFeatureOfInterestType

        public void addFeatureOfInterestType​(String featureOfInterestType)
        Appends the value as the last "featureOfInterestType" element
        Specified by:
        addFeatureOfInterestType in interface ContentsType
      • insertNewFeatureOfInterestType

        public org.apache.xmlbeans.XmlAnyURI insertNewFeatureOfInterestType​(int i)
        Inserts and returns a new empty value (as xml) as the ith "featureOfInterestType" element
        Specified by:
        insertNewFeatureOfInterestType in interface ContentsType
      • addNewFeatureOfInterestType

        public org.apache.xmlbeans.XmlAnyURI addNewFeatureOfInterestType()
        Appends and returns a new empty value (as xml) as the last "featureOfInterestType" element
        Specified by:
        addNewFeatureOfInterestType in interface ContentsType
      • removeFeatureOfInterestType

        public void removeFeatureOfInterestType​(int i)
        Removes the ith "featureOfInterestType" element
        Specified by:
        removeFeatureOfInterestType in interface ContentsType