|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.ExceptionType
public class ExceptionType
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 |
|---|
protected List<String> exceptionText
protected String exceptionCode
protected String locator
| Constructor Detail |
|---|
public ExceptionType()
| Method Detail |
|---|
public List<String> getExceptionText()
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
public boolean isSetExceptionText()
public void unsetExceptionText()
public String getExceptionCode()
Stringpublic void setExceptionCode(String value)
value - allowed object is
Stringpublic boolean isSetExceptionCode()
public String getLocator()
Stringpublic void setLocator(String value)
value - allowed object is
Stringpublic boolean isSetLocator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||