Interface ExceptionReportType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ExceptionReportTypeImpl

public interface ExceptionReportType extends EObject
A representation of the model object 'Exception Report Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Exception' containment reference list.
    Returns the value of the 'Lang' attribute.
    Returns the value of the 'Version' attribute.
    void
    setLang(String value)
    Sets the value of the 'Lang' attribute.
    void
    Sets the value of the 'Version' attribute.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getException

      EList<ExceptionType> getException()
      Returns the value of the 'Exception' containment reference list. The list contents are of type ExceptionType. Unordered list of one or more Exception elements that each describes an error. These Exception elements shall be interpreted by clients as being independent of one another (not hierarchical).
      Returns:
      the value of the 'Exception' containment reference list.
      See Also:
    • getLang

      String getLang()
      Returns the value of the 'Lang' attribute. Identifier of the language used by all included exception text values. These language identifiers shall be as specified in IETF RFC 4646. When this attribute is omitted, the language used is not identified.
      Returns:
      the value of the 'Lang' attribute.
      See Also:
    • setLang

      void setLang(String value)
      Sets the value of the 'Lang' attribute.
      Parameters:
      value - the new value of the 'Lang' attribute.
      See Also:
    • getVersion

      String getVersion()
      Returns the value of the 'Version' attribute. Specification version for OWS operation. The string value shall contain one x.y.z "version" value (e.g., "2.1.3"). A version number shall contain three non-negative integers separated by decimal points, in the form "x.y.z". The integers y and z shall not exceed 99. Each version shall be for the Implementation Specification (document) and the associated XML Schemas to which requested operations will conform. An Implementation Specification version normally specifies XML Schemas against which an XML encoded operation response must conform and should be validated. See Version negotiation subclause for more information.
      Returns:
      the value of the 'Version' attribute.
      See Also:
    • setVersion

      void setVersion(String value)
      Sets the value of the 'Version' attribute.
      Parameters:
      value - the new value of the 'Version' attribute.
      See Also: