public interface Monitor
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Monitor.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 |
---|---|
Configuration |
addNewConfiguration()
Appends and returns a new empty "configuration" element
|
Environment |
addNewEnvironment()
Appends and returns a new empty "environment" element
|
Implementation |
addNewImplementer()
Appends and returns a new empty "implementer" element
|
Configuration |
getConfiguration()
Gets the "configuration" element
|
Environment |
getEnvironment()
Gets the "environment" element
|
Implementation |
getImplementer()
Gets the "implementer" element
|
Calendar |
getReleaseDate()
Gets the "releaseDate" attribute
|
String |
getVersion()
Gets the "version" attribute
|
boolean |
isNilConfiguration()
Tests for nil "configuration" element
|
boolean |
isSetReleaseDate()
True if has "releaseDate" attribute
|
boolean |
isSetVersion()
True if has "version" attribute
|
void |
setConfiguration(Configuration configuration)
Sets the "configuration" element
|
void |
setEnvironment(Environment environment)
Sets the "environment" element
|
void |
setImplementer(Implementation implementer)
Sets the "implementer" element
|
void |
setNilConfiguration()
Nils the "configuration" element
|
void |
setReleaseDate(Calendar releaseDate)
Sets the "releaseDate" attribute
|
void |
setVersion(String version)
Sets the "version" attribute
|
void |
unsetReleaseDate()
Unsets the "releaseDate" attribute
|
void |
unsetVersion()
Unsets the "version" attribute
|
org.apache.xmlbeans.XmlDate |
xgetReleaseDate()
Gets (as xml) the "releaseDate" attribute
|
org.apache.xmlbeans.XmlString |
xgetVersion()
Gets (as xml) the "version" attribute
|
void |
xsetReleaseDate(org.apache.xmlbeans.XmlDate releaseDate)
Sets (as xml) the "releaseDate" attribute
|
void |
xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" 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
Implementation getImplementer()
void setImplementer(Implementation implementer)
Implementation addNewImplementer()
Environment getEnvironment()
void setEnvironment(Environment environment)
Environment addNewEnvironment()
Configuration getConfiguration()
boolean isNilConfiguration()
void setConfiguration(Configuration configuration)
Configuration addNewConfiguration()
void setNilConfiguration()
String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
boolean isSetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
void unsetVersion()
Calendar getReleaseDate()
org.apache.xmlbeans.XmlDate xgetReleaseDate()
boolean isSetReleaseDate()
void setReleaseDate(Calendar releaseDate)
void xsetReleaseDate(org.apache.xmlbeans.XmlDate releaseDate)
void unsetReleaseDate()
Copyright © 2019. All Rights Reserved.