public class Index extends CacheElement
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="field" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="analyzer" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="serializer" type="{http://geode.apache.org/schema/cache}declarable-type" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Index.Field
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Index.Field> |
field |
protected String |
name |
protected DeclarableType |
serializer |
Constructor and Description |
---|
Index() |
Modifier and Type | Method and Description |
---|---|
List<Index.Field> |
getField()
Gets the value of the field property.
|
String |
getId()
Gets the identifier uniquely identifying this Object instance.
|
String |
getName()
Gets the value of the name property.
|
DeclarableType |
getSerializer()
Gets the value of the serializer property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSerializer(DeclarableType value)
Sets the value of the serializer property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exists, find, remove
protected List<Index.Field> field
protected DeclarableType serializer
protected String name
public List<Index.Field> getField()
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 field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
Index.Field
public DeclarableType getSerializer()
DeclarableType
public void setSerializer(DeclarableType value)
DeclarableType
value
- the value of the serializer property to setpublic String getName()
String
public void setName(String value)
String
value
- the value of the name property to setpublic String getId()
Identifiable