public static class Response.Fixed 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="item" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" 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> <attribute name="canSelectMany" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Response.Fixed.Item
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Boolean |
canSelectMany |
protected List<Response.Fixed.Item> |
item |
Constructor and Description |
---|
Fixed() |
Modifier and Type | Method and Description |
---|---|
List<Response.Fixed.Item> |
getItem()
Gets the value of the item property.
|
Boolean |
isCanSelectMany()
Gets the value of the canSelectMany property.
|
void |
setCanSelectMany(Boolean value)
Sets the value of the canSelectMany property.
|
protected List<Response.Fixed.Item> item
protected Boolean canSelectMany
public List<Response.Fixed.Item> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
Response.Fixed.Item
public Boolean isCanSelectMany()
Boolean
Copyright © 2007-2018. All Rights Reserved.