public class StatusList extends Object
Java class for StatusList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Constructor and Description |
|---|
StatusList()
Default constructor
|
StatusList(List<String> status)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getStatus()
Gets the value of the status property.
|
boolean |
isSetStatus() |
void |
setStatus(List<String> status)
Sets the value of the status property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
void |
unsetStatus() |
StatusList |
withStatus(String... values)
Sets the value of the Status property.
|
public List<String> getStatus()
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 status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetStatus()
public void unsetStatus()
public StatusList withStatus(String... values)
values - public void setStatus(List<String> status)
status - allowed object is
Stringprotected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.