public interface DefinitionCacheConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
DefinitionCacheConfig.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 |
---|---|
DefintionPartConfig |
addNewPart()
Appends and returns a new empty value (as xml) as the last "part" element
|
Calendar |
getCacheTime()
Gets the "cacheTime" attribute
|
DefintionPartConfig[] |
getPartArray()
Deprecated.
|
DefintionPartConfig |
getPartArray(int i)
Gets ith "part" element
|
List<DefintionPartConfig> |
getPartList()
Gets a List of "part" elements
|
String |
getRootPart()
Gets the "rootPart" attribute
|
DefinitionCacheTypeConfig.Enum |
getType()
Gets the "type" attribute
|
DefintionPartConfig |
insertNewPart(int i)
Inserts and returns a new empty value (as xml) as the ith "part" element
|
boolean |
isSetCacheTime()
True if has "cacheTime" attribute
|
boolean |
isSetRootPart()
True if has "rootPart" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
removePart(int i)
Removes the ith "part" element
|
void |
setCacheTime(Calendar cacheTime)
Sets the "cacheTime" attribute
|
void |
setPartArray(DefintionPartConfig[] partArray)
Sets array of all "part" element
|
void |
setPartArray(int i,
DefintionPartConfig part)
Sets ith "part" element
|
void |
setRootPart(String rootPart)
Sets the "rootPart" attribute
|
void |
setType(DefinitionCacheTypeConfig.Enum type)
Sets the "type" attribute
|
int |
sizeOfPartArray()
Returns number of "part" element
|
void |
unsetCacheTime()
Unsets the "cacheTime" attribute
|
void |
unsetRootPart()
Unsets the "rootPart" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlDateTime |
xgetCacheTime()
Gets (as xml) the "cacheTime" attribute
|
org.apache.xmlbeans.XmlString |
xgetRootPart()
Gets (as xml) the "rootPart" attribute
|
DefinitionCacheTypeConfig |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetCacheTime(org.apache.xmlbeans.XmlDateTime cacheTime)
Sets (as xml) the "cacheTime" attribute
|
void |
xsetRootPart(org.apache.xmlbeans.XmlString rootPart)
Sets (as xml) the "rootPart" attribute
|
void |
xsetType(DefinitionCacheTypeConfig type)
Sets (as xml) the "type" 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
List<DefintionPartConfig> getPartList()
DefintionPartConfig[] getPartArray()
DefintionPartConfig getPartArray(int i)
int sizeOfPartArray()
void setPartArray(DefintionPartConfig[] partArray)
void setPartArray(int i, DefintionPartConfig part)
DefintionPartConfig insertNewPart(int i)
DefintionPartConfig addNewPart()
void removePart(int i)
String getRootPart()
org.apache.xmlbeans.XmlString xgetRootPart()
boolean isSetRootPart()
void setRootPart(String rootPart)
void xsetRootPart(org.apache.xmlbeans.XmlString rootPart)
void unsetRootPart()
Calendar getCacheTime()
org.apache.xmlbeans.XmlDateTime xgetCacheTime()
boolean isSetCacheTime()
void setCacheTime(Calendar cacheTime)
void xsetCacheTime(org.apache.xmlbeans.XmlDateTime cacheTime)
void unsetCacheTime()
DefinitionCacheTypeConfig.Enum getType()
DefinitionCacheTypeConfig xgetType()
boolean isSetType()
void setType(DefinitionCacheTypeConfig.Enum type)
void xsetType(DefinitionCacheTypeConfig type)
void unsetType()
Copyright © 2019. All Rights Reserved.