public class GetErrorCodeListResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errors" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetErrorCodeListResponse.Errors
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<GetErrorCodeListResponse.Errors> |
errors |
| Constructor and Description |
|---|
GetErrorCodeListResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<GetErrorCodeListResponse.Errors> |
getErrors()
Gets the value of the errors property.
|
protected List<GetErrorCodeListResponse.Errors> errors
public List<GetErrorCodeListResponse.Errors> getErrors()
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 errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
GetErrorCodeListResponse.Errors
Copyright © 2017 Lime - HighTech Solutions Inc.. All rights reserved.