|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ErrorType
Java content class for ErrorType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/findbugs.xsd line 212)
<complexType name="ErrorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Exception" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StackTrace" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getErrorMessage()
Gets the value of the errorMessage property. |
String |
getException()
Gets the value of the exception property. |
List |
getStackTrace()
Gets the value of the StackTrace property. |
boolean |
isSetErrorMessage()
|
boolean |
isSetException()
|
boolean |
isSetStackTrace()
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property. |
void |
setException(String value)
Sets the value of the exception property. |
void |
unsetErrorMessage()
|
void |
unsetException()
|
void |
unsetStackTrace()
|
| Method Detail |
|---|
String getException()
Stringvoid setException(String value)
value - allowed object is
Stringboolean isSetException()
void unsetException()
String getErrorMessage()
Stringvoid setErrorMessage(String value)
value - allowed object is
Stringboolean isSetErrorMessage()
void unsetErrorMessage()
List getStackTrace()
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 StackTrace property.
For example, to add a new item, do as follows:
getStackTrace().add(newItem);
Objects of the following type(s) are allowed in the list
String
boolean isSetStackTrace()
void unsetStackTrace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||