net.opengis.ows._2
Class ExceptionReport

java.lang.Object
  extended by net.opengis.ows._2.ExceptionReport

public class ExceptionReport
extends Object

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/ows/2.0}Exception" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="version" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <pattern value="\d+\.\d?\d\.\d?\d"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ExceptionType> exception
           
protected  String lang
           
protected  String version
           
 
Constructor Summary
ExceptionReport()
           
 
Method Summary
 List<ExceptionType> getException()
          Unordered list of one or more Exception elements that each describes an error.
 String getLang()
          Identifier of the language used by all included exception text values.
 String getVersion()
          Obtient la valeur de la propriété version.
 boolean isSetException()
           
 boolean isSetLang()
           
 boolean isSetVersion()
           
 void setLang(String value)
          Définit la valeur de la propriété lang.
 void setVersion(String value)
          Définit la valeur de la propriété version.
 void unsetException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

protected List<ExceptionType> exception

version

protected String version

lang

protected String lang
Constructor Detail

ExceptionReport

public ExceptionReport()
Method Detail

getException

public List<ExceptionType> getException()
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).Gets the value of the exception property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exception property.

For example, to add a new item, do as follows:

    getException().add(newItem);
 

Objects of the following type(s) are allowed in the list ExceptionType


isSetException

public boolean isSetException()

unsetException

public void unsetException()

getVersion

public String getVersion()
Obtient la valeur de la propriété version.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Définit la valeur de la propriété version.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

getLang

public String getLang()
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:
possible object is String

setLang

public void setLang(String value)
Définit la valeur de la propriété lang.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.