public class IdList extends Object
Java class for IdList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" 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 |
|---|
IdList()
Default constructor
|
IdList(List<String> id)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getId()
Gets the value of the id property.
|
boolean |
isSetId() |
void |
setId(List<String> id)
Sets the value of the id property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
void |
unsetId() |
IdList |
withId(String... values)
Sets the value of the Id property.
|
public List<String> getId()
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetId()
public void unsetId()
public IdList withId(String... values)
values - public void setId(List<String> id)
id - allowed object is
Stringprotected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.