Interface ExceptionReportDocument.ExceptionReport

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ExceptionReportDocumentImpl.ExceptionReportImpl
    Enclosing interface:
    ExceptionReportDocument

    public static interface ExceptionReportDocument.ExceptionReport
    extends org.apache.xmlbeans.XmlObject
    An XML ExceptionReport(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Field Detail

      • type

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

      • getExceptionArray

        ExceptionType[] getExceptionArray()
        Gets array of all "Exception" elements
      • getExceptionArray

        ExceptionType getExceptionArray​(int i)
        Gets ith "Exception" element
      • sizeOfExceptionArray

        int sizeOfExceptionArray()
        Returns number of "Exception" element
      • setExceptionArray

        void setExceptionArray​(ExceptionType[] exceptionArray)
        Sets array of all "Exception" element
      • setExceptionArray

        void setExceptionArray​(int i,
                               ExceptionType exception)
        Sets ith "Exception" element
      • insertNewException

        ExceptionType insertNewException​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Exception" element
      • addNewException

        ExceptionType addNewException()
        Appends and returns a new empty value (as xml) as the last "Exception" element
      • removeException

        void removeException​(int i)
        Removes the ith "Exception" element
      • getVersion

        String getVersion()
        Gets the "version" attribute
      • setVersion

        void setVersion​(String version)
        Sets the "version" attribute
      • getLang

        String getLang()
        Gets the "lang" attribute
      • xgetLang

        org.apache.xmlbeans.XmlLanguage xgetLang()
        Gets (as xml) the "lang" attribute
      • isSetLang

        boolean isSetLang()
        True if has "lang" attribute
      • setLang

        void setLang​(String lang)
        Sets the "lang" attribute
      • xsetLang

        void xsetLang​(org.apache.xmlbeans.XmlLanguage lang)
        Sets (as xml) the "lang" attribute
      • unsetLang

        void unsetLang()
        Unsets the "lang" attribute