Class RegionConfig.Entry

java.lang.Object
org.apache.geode.cache.configuration.RegionConfig.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
RegionConfig

public static class RegionConfig.Entry extends Object implements Serializable

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>
 
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getKey

      public ObjectType getKey()
      Gets the value of the key property. possible object is ObjectType
      Returns:
      the value of the key property
    • setKey

      public void setKey(ObjectType value)
      Sets the value of the key property. allowed object is ObjectType
      Parameters:
      value - the value of the key property
    • getValue

      public ObjectType getValue()
      Gets the value of the value property. possible object is ObjectType
      Returns:
      the value of the value property
    • setValue

      public void setValue(ObjectType value)
      Sets the value of the value property. allowed object is ObjectType
      Parameters:
      value - the value of the value property