public static class JndiBindingsType.JndiBinding.ConfigProperty 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
configPropertyName |
protected java.lang.String |
configPropertyType |
protected java.lang.String |
configPropertyValue |
CLUSTER, groups| Constructor and Description |
|---|
ConfigProperty() |
ConfigProperty(java.lang.String name,
java.lang.String value) |
ConfigProperty(java.lang.String name,
java.lang.String type,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Get the id of the element.
|
java.lang.String |
getName()
Gets the value of the configPropertyName property.
|
java.lang.String |
getType()
Gets the value of the configPropertyType property.
|
java.lang.String |
getValue()
Gets the value of the configPropertyValue property.
|
void |
setName(java.lang.String value)
Sets the value of the configPropertyName property.
|
void |
setType(java.lang.String value)
Sets the value of the configPropertyType property.
|
void |
setValue(java.lang.String value)
Sets the value of the configPropertyValue property.
|
addGroup, exists, findElement, getConfigGroup, getGroup, getGroups, removeElement, setGroupprotected java.lang.String configPropertyName
protected java.lang.String configPropertyType
protected java.lang.String configPropertyValue
public ConfigProperty()
public ConfigProperty(java.lang.String name,
java.lang.String type,
java.lang.String value)
public ConfigProperty(java.lang.String name,
java.lang.String value)
public java.lang.String getId()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
String