public static class Response.Fixed
extends java.lang.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 java.lang.Boolean |
canSelectMany |
protected java.util.List<Response.Fixed.Item> |
item |
| Constructor and Description |
|---|
Fixed() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Response.Fixed.Item> |
getItem()
Gets the value of the item property.
|
java.lang.Boolean |
isCanSelectMany()
Gets the value of the canSelectMany property.
|
void |
setCanSelectMany(java.lang.Boolean value)
Sets the value of the canSelectMany property.
|
protected java.util.List<Response.Fixed.Item> item
protected java.lang.Boolean canSelectMany
public java.util.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 java.lang.Boolean isCanSelectMany()
Booleanpublic void setCanSelectMany(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2007–2023. All rights reserved.