Package net.opengis.ows20
Interface ExceptionReportType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- ExceptionReportTypeImpl
 
 public interface ExceptionReportType extends EObjectA representation of the model object 'Exception Report Type'.The following features are supported: - See Also:
- Ows20Package.getExceptionReportType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ExceptionType>getException()Returns the value of the 'Exception' containment reference list.StringgetLang()Returns the value of the 'Lang' attribute.StringgetVersion()Returns the value of the 'Version' attribute.voidsetLang(String value)Sets the value of the 'Lang' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getExceptionEList<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:
- Ows20Package.getExceptionReportType_Exception()
 
 - 
getLangString 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(String),- Ows20Package.getExceptionReportType_Lang()
 
 - 
setLangvoid setLang(String value) Sets the value of the 'Lang' attribute.- Parameters:
- value- the new value of the 'Lang' attribute.
- See Also:
- getLang()
 
 - 
getVersionString 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),- Ows20Package.getExceptionReportType_Version()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- getVersion()
 
 
- 
 
-