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