net.opengis.ows10
Interface ExceptionReportType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ExceptionReportTypeImpl

public interface ExceptionReportType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Exception Report Type'.

The following features are supported:

See Also:
Ows10Package.getExceptionReportType()

Method Summary
 org.eclipse.emf.common.util.EList getException()
          Returns the value of the 'Exception' containment reference list.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getException

org.eclipse.emf.common.util.EList 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:
Ows10Package.getExceptionReportType_Exception()

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute. Identifier of the language used by all included exception text values. These language identifiers shall be as specified in IETF RFC 1766. When this attribute is omitted, the language used is not identified.

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), Ows10Package.getExceptionReportType_Language()

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()

getVersion

java.lang.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(String), Ows10Package.getExceptionReportType_Version()

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()


Copyright © 1996-2010 Geotools. All Rights Reserved.