public static class RegionConfig.Entry
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="key">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="string" type="{http://geode.apache.org/schema/cache}string-type"/>
<element name="declarable" type="{http://geode.apache.org/schema/cache}declarable-type"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="value">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="string" type="{http://geode.apache.org/schema/cache}string-type"/>
<element name="declarable" type="{http://geode.apache.org/schema/cache}declarable-type"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RegionConfig.Entry.Key
Java class for anonymous complex type.
|
static class |
RegionConfig.Entry.Value
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected RegionConfig.Entry.Key |
key |
protected RegionConfig.Entry.Value |
value |
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
RegionConfig.Entry.Key |
getKey()
Gets the value of the key property.
|
RegionConfig.Entry.Value |
getValue()
Gets the value of the value property.
|
void |
setKey(RegionConfig.Entry.Key value)
Sets the value of the key property.
|
void |
setValue(RegionConfig.Entry.Value value)
Sets the value of the value property.
|
protected RegionConfig.Entry.Key key
protected RegionConfig.Entry.Value value
public RegionConfig.Entry.Key getKey()
RegionConfig.Entry.Keypublic void setKey(RegionConfig.Entry.Key value)
value - allowed object is
RegionConfig.Entry.Keypublic RegionConfig.Entry.Value getValue()
RegionConfig.Entry.Valuepublic void setValue(RegionConfig.Entry.Value value)
value - allowed object is
RegionConfig.Entry.Value