public interface PropertyConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PropertyConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Gets the "defaultValue" element
|
String |
getDescription()
Gets the "description" element
|
String |
getName()
Gets the "name" element
|
boolean |
getTransient()
Gets the "transient" attribute
|
String |
getValue()
Gets the "value" element
|
boolean |
isSetDefaultValue()
True if has "defaultValue" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetTransient()
True if has "transient" attribute
|
boolean |
isSetValue()
True if has "value" element
|
void |
setDefaultValue(String defaultValue)
Sets the "defaultValue" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setTransient(boolean xtransient)
Sets the "transient" attribute
|
void |
setValue(String value)
Sets the "value" element
|
void |
unsetDefaultValue()
Unsets the "defaultValue" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetTransient()
Unsets the "transient" attribute
|
void |
unsetValue()
Unsets the "value" element
|
org.apache.xmlbeans.XmlString |
xgetDefaultValue()
Gets (as xml) the "defaultValue" element
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlBoolean |
xgetTransient()
Gets (as xml) the "transient" attribute
|
org.apache.xmlbeans.XmlString |
xgetValue()
Gets (as xml) the "value" element
|
void |
xsetDefaultValue(org.apache.xmlbeans.XmlString defaultValue)
Sets (as xml) the "defaultValue" element
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetTransient(org.apache.xmlbeans.XmlBoolean xtransient)
Sets (as xml) the "transient" attribute
|
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getValue()
org.apache.xmlbeans.XmlString xgetValue()
boolean isSetValue()
void setValue(String value)
void xsetValue(org.apache.xmlbeans.XmlString value)
void unsetValue()
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
String getDefaultValue()
org.apache.xmlbeans.XmlString xgetDefaultValue()
boolean isSetDefaultValue()
void setDefaultValue(String defaultValue)
void xsetDefaultValue(org.apache.xmlbeans.XmlString defaultValue)
void unsetDefaultValue()
boolean getTransient()
org.apache.xmlbeans.XmlBoolean xgetTransient()
boolean isSetTransient()
void setTransient(boolean xtransient)
void xsetTransient(org.apache.xmlbeans.XmlBoolean xtransient)
void unsetTransient()
Copyright © 2019. All Rights Reserved.