public interface ModelItemConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ModelItemConfig.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 |
---|---|
SettingsConfig |
addNewSettings()
Appends and returns a new empty "settings" element
|
String |
getDescription()
Gets the "description" element
|
String |
getId()
Gets the "id" attribute
|
String |
getName()
Gets the "name" attribute
|
SettingsConfig |
getSettings()
Gets the "settings" element
|
Calendar |
getTimestamp()
Gets the "timestamp" attribute
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetSettings()
True if has "settings" element
|
boolean |
isSetTimestamp()
True if has "timestamp" attribute
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setSettings(SettingsConfig settings)
Sets the "settings" element
|
void |
setTimestamp(Calendar timestamp)
Sets the "timestamp" attribute
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetSettings()
Unsets the "settings" element
|
void |
unsetTimestamp()
Unsets the "timestamp" attribute
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlDateTime |
xgetTimestamp()
Gets (as xml) the "timestamp" attribute
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
Sets (as xml) the "timestamp" 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
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
SettingsConfig getSettings()
boolean isSetSettings()
void setSettings(SettingsConfig settings)
SettingsConfig addNewSettings()
void unsetSettings()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
String getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
Calendar getTimestamp()
org.apache.xmlbeans.XmlDateTime xgetTimestamp()
boolean isSetTimestamp()
void setTimestamp(Calendar timestamp)
void xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
void unsetTimestamp()
Copyright © 2019. All Rights Reserved.