net.opengis.ows._2
Class ExceptionType

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

public class ExceptionType
extends Object

An Exception element describes one detected error that a server chooses to convey to the client.

Classe Java pour ExceptionType complex type.

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

 <complexType name="ExceptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ExceptionText" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="exceptionCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="locator" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String exceptionCode
           
protected  List<String> exceptionText
           
protected  String locator
           
 
Constructor Summary
ExceptionType()
           
 
Method Summary
 String getExceptionCode()
          Obtient la valeur de la propriété exceptionCode.
 List<String> getExceptionText()
          Gets the value of the exceptionText property.
 String getLocator()
          Obtient la valeur de la propriété locator.
 boolean isSetExceptionCode()
           
 boolean isSetExceptionText()
           
 boolean isSetLocator()
           
 void setExceptionCode(String value)
          Définit la valeur de la propriété exceptionCode.
 void setLocator(String value)
          Définit la valeur de la propriété locator.
 void unsetExceptionText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionText

protected List<String> exceptionText

exceptionCode

protected String exceptionCode

locator

protected String locator
Constructor Detail

ExceptionType

public ExceptionType()
Method Detail

getExceptionText

public List<String> getExceptionText()
Gets the value of the exceptionText 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 exceptionText property.

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

    getExceptionText().add(newItem);
 

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


isSetExceptionText

public boolean isSetExceptionText()

unsetExceptionText

public void unsetExceptionText()

getExceptionCode

public String getExceptionCode()
Obtient la valeur de la propriété exceptionCode.

Returns:
possible object is String

setExceptionCode

public void setExceptionCode(String value)
Définit la valeur de la propriété exceptionCode.

Parameters:
value - allowed object is String

isSetExceptionCode

public boolean isSetExceptionCode()

getLocator

public String getLocator()
Obtient la valeur de la propriété locator.

Returns:
possible object is String

setLocator

public void setLocator(String value)
Définit la valeur de la propriété locator.

Parameters:
value - allowed object is String

isSetLocator

public boolean isSetLocator()


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