Package net.opengis.ows10
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:
Ows10Package.getExceptionReportType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ExceptionType>
getException()
Returns the value of the 'Exception' containment reference list.String
getLanguage()
Returns the value of the 'Language' attribute.String
getVersion()
Returns the value of the 'Version' attribute.void
setLanguage(String value)
Sets the value of the 'Language
' attribute.void
setVersion(String value)
Sets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
getException
EList<ExceptionType> getException()
Returns the value of the 'Exception' containment reference list. The list contents are of typeExceptionType
. 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
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(String value)
Sets the value of the 'Language
' attribute.- Parameters:
value
- the new value of the 'Language' attribute.- See Also:
getLanguage()
-
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(String)
,Ows10Package.getExceptionReportType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
-