public class ConfigProperty
extends java.lang.Object
Java class for config-propertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="config-propertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <element name="config-property-name" type="{http://java.sun.com/xml/ns/javaee}config-property-nameType"/> <element name="config-property-type" type="{http://java.sun.com/xml/ns/javaee}config-property-typeType"/> <element name="config-property-value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> <element name="config-property-ignore" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="config-property-supports-dynamic-updates" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="config-property-confidential" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
configPropertyConfidential |
protected java.lang.Boolean |
configPropertyIgnore |
protected java.lang.String |
configPropertyName |
protected java.lang.Boolean |
configPropertySupportsDynamicUpdates |
protected java.lang.String |
configPropertyType |
protected java.lang.String |
configPropertyValue |
protected TextMap |
description |
protected java.lang.String |
id |
Constructor and Description |
---|
ConfigProperty() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigPropertyName() |
java.lang.String |
getConfigPropertyType() |
java.lang.String |
getConfigPropertyValue() |
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getId() |
java.lang.Boolean |
isConfigPropertyConfidential() |
java.lang.Boolean |
isConfigPropertyIgnore() |
java.lang.Boolean |
isConfigPropertySupportsDynamicUpdates() |
void |
setConfigPropertyConfidential(java.lang.Boolean configPropertyConfidential) |
void |
setConfigPropertyIgnore(java.lang.Boolean configPropertyIgnore) |
void |
setConfigPropertyName(java.lang.String value) |
void |
setConfigPropertySupportsDynamicUpdates(java.lang.Boolean configPropertySupportsDynamicUpdates) |
void |
setConfigPropertyType(java.lang.String value) |
void |
setConfigPropertyValue(java.lang.String value) |
void |
setDescriptions(Text[] text) |
void |
setId(java.lang.String value) |
protected TextMap description
protected java.lang.String configPropertyName
protected java.lang.String configPropertyType
protected java.lang.String configPropertyValue
protected java.lang.Boolean configPropertyIgnore
protected java.lang.Boolean configPropertySupportsDynamicUpdates
protected java.lang.Boolean configPropertyConfidential
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public java.lang.String getConfigPropertyName()
public void setConfigPropertyName(java.lang.String value)
public java.lang.String getConfigPropertyType()
public void setConfigPropertyType(java.lang.String value)
public java.lang.String getConfigPropertyValue()
public void setConfigPropertyValue(java.lang.String value)
public java.lang.Boolean isConfigPropertyConfidential()
public void setConfigPropertyConfidential(java.lang.Boolean configPropertyConfidential)
public java.lang.Boolean isConfigPropertyIgnore()
public void setConfigPropertyIgnore(java.lang.Boolean configPropertyIgnore)
public java.lang.Boolean isConfigPropertySupportsDynamicUpdates()
public void setConfigPropertySupportsDynamicUpdates(java.lang.Boolean configPropertySupportsDynamicUpdates)
public java.lang.String getId()
public void setId(java.lang.String value)