public class SEARCHABLESType extends Object
Java class for SEARCHABLESType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SEARCHABLESType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="SEARCHABLE" type="{}SEARCHABLEType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SEARCHABLEType> |
searchable |
| Constructor and Description |
|---|
SEARCHABLESType() |
| Modifier and Type | Method and Description |
|---|---|
List<SEARCHABLEType> |
getSEARCHABLE()
Gets the value of the searchable property.
|
protected List<SEARCHABLEType> searchable
public List<SEARCHABLEType> getSEARCHABLE()
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 searchable property.
For example, to add a new item, do as follows:
getSEARCHABLE().add(newItem);
Objects of the following type(s) are allowed in the list
SEARCHABLEType
Copyright © 2019. All rights reserved.