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 String |
configPropertyName |
protected String |
configPropertyType |
protected String |
configPropertyValue |
Constructor and Description |
---|
ConfigProperty() |
ConfigProperty(String name,
String value) |
ConfigProperty(String name,
String type,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the id of the element.
|
String |
getName()
Gets the value of the configPropertyName property.
|
String |
getType()
Gets the value of the configPropertyType property.
|
String |
getValue()
Gets the value of the configPropertyValue property.
|
void |
setName(String value)
Sets the value of the configPropertyName property.
|
void |
setType(String value)
Sets the value of the configPropertyType property.
|
void |
setValue(String value)
Sets the value of the configPropertyValue property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exists, find, remove
protected String configPropertyName
protected String configPropertyType
protected String configPropertyValue
public String getId()
public String getName()
String
public void setName(String value)
String
public String getType()
String
public void setType(String value)
String
public String getValue()
String