Class JndiBindingsType.JndiBinding.ConfigProperty
java.lang.Object
org.apache.geode.cache.configuration.CacheElement
org.apache.geode.cache.configuration.JndiBindingsType.JndiBinding.ConfigProperty
- All Implemented Interfaces:
Serializable,org.apache.geode.lang.Identifiable<String>
- Enclosing class:
- JndiBindingsType.JndiBinding
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="config-property-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="config-property-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="config-property-value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConfigProperty(String name, String value) ConfigProperty(String name, String type, String value) -
Method Summary
Modifier and TypeMethodDescriptiongetId()Get the id of the element.getName()Gets the value of the configPropertyName property.getType()Gets the value of the configPropertyType property.getValue()Gets the value of the configPropertyValue property.voidSets the value of the configPropertyName property.voidSets the value of the configPropertyType property.voidSets the value of the configPropertyValue property.
-
Field Details
-
configPropertyName
-
configPropertyType
-
configPropertyValue
-
-
Constructor Details
-
ConfigProperty
public ConfigProperty() -
ConfigProperty
-
ConfigProperty
-
-
Method Details
-
getId
Get the id of the element. The id is the same as the name.- Returns:
- the id of the element
-
getName
Gets the value of the configPropertyName property. possible object isString- Returns:
- the name.
-
setName
Sets the value of the configPropertyName property. allowed object isString- Parameters:
value- the name.
-
getType
Gets the value of the configPropertyType property. possible object isString- Returns:
- the type.
-
setType
Sets the value of the configPropertyType property. allowed object isString- Parameters:
value- the type.
-
getValue
Gets the value of the configPropertyValue property. possible object isString- Returns:
- the value.
-
setValue
Sets the value of the configPropertyValue property. allowed object isString- Parameters:
value- the value.
-