public class ExceptionType extends Object
Java class for ExceptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
exceptionCode |
protected List<String> |
exceptionText |
protected String |
locator |
| Constructor and Description |
|---|
ExceptionType()
Default no-arg constructor
|
ExceptionType(List<String> exceptionText,
String exceptionCode,
String locator)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionCode()
Gets the value of the exceptionCode property.
|
List<String> |
getExceptionText()
Gets the value of the exceptionText property.
|
String |
getLocator()
Gets the value of the locator property.
|
void |
setExceptionCode(String value)
Sets the value of the exceptionCode property.
|
void |
setLocator(String value)
Sets the value of the locator property.
|
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 String getExceptionCode()
Stringpublic void setExceptionCode(String value)
value - allowed object is
Stringpublic String getLocator()
StringCopyright © 2020 B3Partners B.V.. All rights reserved.