public interface SystemPropertyType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SystemPropertyType.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" attribute
|
int |
getId()
Gets the "id" attribute
|
String |
getName()
Gets the "name" attribute
|
String |
getValue()
Gets the "value" attribute
|
boolean |
isSetDefaultValue()
True if has "defaultValue" attribute
|
void |
setDefaultValue(String defaultValue)
Sets the "defaultValue" attribute
|
void |
setId(int id)
Sets the "id" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setValue(String value)
Sets the "value" attribute
|
void |
unsetDefaultValue()
Unsets the "defaultValue" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefaultValue()
Gets (as xml) the "defaultValue" attribute
|
org.apache.xmlbeans.XmlInt |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetValue()
Gets (as xml) the "value" attribute
|
void |
xsetDefaultValue(org.apache.xmlbeans.XmlString defaultValue)
Sets (as xml) the "defaultValue" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "id" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" attribute
|
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
int getId()
org.apache.xmlbeans.XmlInt xgetId()
void setId(int id)
void xsetId(org.apache.xmlbeans.XmlInt id)
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()
void setValue(String value)
void xsetValue(org.apache.xmlbeans.XmlString value)
String getDefaultValue()
org.apache.xmlbeans.XmlString xgetDefaultValue()
boolean isSetDefaultValue()
void setDefaultValue(String defaultValue)
void xsetDefaultValue(org.apache.xmlbeans.XmlString defaultValue)
void unsetDefaultValue()
Copyright © 2009-2013 DuraSpace. All Rights Reserved.