public static class Error.Detail 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>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Constructor and Description |
|---|
Detail()
Default constructor
|
Detail(List<Object> any)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
boolean |
isSetAny() |
void |
setAny(List<Object> any)
Sets the value of the any property.
|
void |
unsetAny() |
Error.Detail |
withAny(Object... values)
Sets the value of the Any property.
|
public List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
public boolean isSetAny()
public void unsetAny()
public Error.Detail withAny(Object... values)
values - Copyright © 2020. All rights reserved.