public static interface BeansDocument.Beans extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static interface |
BeansDocument.Beans.DefaultAutowire
An XML default-autowire(@).
|
static class |
BeansDocument.Beans.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 |
---|---|
AliasDocument.Alias |
addNewAlias()
Appends and returns a new empty value (as xml) as the last "alias" element
|
BeanDocument.Bean |
addNewBean()
Appends and returns a new empty value (as xml) as the last "bean" element
|
DescriptionDocument.Description |
addNewDescription()
Appends and returns a new empty "description" element
|
ImportDocument.Import |
addNewImport()
Appends and returns a new empty value (as xml) as the last "import" element
|
AliasDocument.Alias[] |
getAliasArray()
Gets array of all "alias" elements
|
AliasDocument.Alias |
getAliasArray(int i)
Gets ith "alias" element
|
BeanDocument.Bean[] |
getBeanArray()
Gets array of all "bean" elements
|
BeanDocument.Bean |
getBeanArray(int i)
Gets ith "bean" element
|
BeansDocument.Beans.DefaultAutowire.Enum |
getDefaultAutowire()
Gets the "default-autowire" attribute
|
String |
getDefaultAutowireCandidates()
Gets the "default-autowire-candidates" attribute
|
String |
getDefaultDestroyMethod()
Gets the "default-destroy-method" attribute
|
String |
getDefaultInitMethod()
Gets the "default-init-method" attribute
|
boolean |
getDefaultLazyInit()
Gets the "default-lazy-init" attribute
|
boolean |
getDefaultMerge()
Gets the "default-merge" attribute
|
DescriptionDocument.Description |
getDescription()
Gets the "description" element
|
ImportDocument.Import[] |
getImportArray()
Gets array of all "import" elements
|
ImportDocument.Import |
getImportArray(int i)
Gets ith "import" element
|
AliasDocument.Alias |
insertNewAlias(int i)
Inserts and returns a new empty value (as xml) as the ith "alias" element
|
BeanDocument.Bean |
insertNewBean(int i)
Inserts and returns a new empty value (as xml) as the ith "bean" element
|
ImportDocument.Import |
insertNewImport(int i)
Inserts and returns a new empty value (as xml) as the ith "import" element
|
boolean |
isSetDefaultAutowire()
True if has "default-autowire" attribute
|
boolean |
isSetDefaultAutowireCandidates()
True if has "default-autowire-candidates" attribute
|
boolean |
isSetDefaultDestroyMethod()
True if has "default-destroy-method" attribute
|
boolean |
isSetDefaultInitMethod()
True if has "default-init-method" attribute
|
boolean |
isSetDefaultLazyInit()
True if has "default-lazy-init" attribute
|
boolean |
isSetDefaultMerge()
True if has "default-merge" attribute
|
boolean |
isSetDescription()
True if has "description" element
|
void |
removeAlias(int i)
Removes the ith "alias" element
|
void |
removeBean(int i)
Removes the ith "bean" element
|
void |
removeImport(int i)
Removes the ith "import" element
|
void |
setAliasArray(AliasDocument.Alias[] aliasArray)
Sets array of all "alias" element
|
void |
setAliasArray(int i,
AliasDocument.Alias alias)
Sets ith "alias" element
|
void |
setBeanArray(BeanDocument.Bean[] beanArray)
Sets array of all "bean" element
|
void |
setBeanArray(int i,
BeanDocument.Bean bean)
Sets ith "bean" element
|
void |
setDefaultAutowire(BeansDocument.Beans.DefaultAutowire.Enum defaultAutowire)
Sets the "default-autowire" attribute
|
void |
setDefaultAutowireCandidates(String defaultAutowireCandidates)
Sets the "default-autowire-candidates" attribute
|
void |
setDefaultDestroyMethod(String defaultDestroyMethod)
Sets the "default-destroy-method" attribute
|
void |
setDefaultInitMethod(String defaultInitMethod)
Sets the "default-init-method" attribute
|
void |
setDefaultLazyInit(boolean defaultLazyInit)
Sets the "default-lazy-init" attribute
|
void |
setDefaultMerge(boolean defaultMerge)
Sets the "default-merge" attribute
|
void |
setDescription(DescriptionDocument.Description description)
Sets the "description" element
|
void |
setImportArray(ImportDocument.Import[] ximportArray)
Sets array of all "import" element
|
void |
setImportArray(int i,
ImportDocument.Import ximport)
Sets ith "import" element
|
int |
sizeOfAliasArray()
Returns number of "alias" element
|
int |
sizeOfBeanArray()
Returns number of "bean" element
|
int |
sizeOfImportArray()
Returns number of "import" element
|
void |
unsetDefaultAutowire()
Unsets the "default-autowire" attribute
|
void |
unsetDefaultAutowireCandidates()
Unsets the "default-autowire-candidates" attribute
|
void |
unsetDefaultDestroyMethod()
Unsets the "default-destroy-method" attribute
|
void |
unsetDefaultInitMethod()
Unsets the "default-init-method" attribute
|
void |
unsetDefaultLazyInit()
Unsets the "default-lazy-init" attribute
|
void |
unsetDefaultMerge()
Unsets the "default-merge" attribute
|
void |
unsetDescription()
Unsets the "description" element
|
BeansDocument.Beans.DefaultAutowire |
xgetDefaultAutowire()
Gets (as xml) the "default-autowire" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefaultAutowireCandidates()
Gets (as xml) the "default-autowire-candidates" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefaultDestroyMethod()
Gets (as xml) the "default-destroy-method" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefaultInitMethod()
Gets (as xml) the "default-init-method" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDefaultLazyInit()
Gets (as xml) the "default-lazy-init" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDefaultMerge()
Gets (as xml) the "default-merge" attribute
|
void |
xsetDefaultAutowire(BeansDocument.Beans.DefaultAutowire defaultAutowire)
Sets (as xml) the "default-autowire" attribute
|
void |
xsetDefaultAutowireCandidates(org.apache.xmlbeans.XmlString defaultAutowireCandidates)
Sets (as xml) the "default-autowire-candidates" attribute
|
void |
xsetDefaultDestroyMethod(org.apache.xmlbeans.XmlString defaultDestroyMethod)
Sets (as xml) the "default-destroy-method" attribute
|
void |
xsetDefaultInitMethod(org.apache.xmlbeans.XmlString defaultInitMethod)
Sets (as xml) the "default-init-method" attribute
|
void |
xsetDefaultLazyInit(org.apache.xmlbeans.XmlBoolean defaultLazyInit)
Sets (as xml) the "default-lazy-init" attribute
|
void |
xsetDefaultMerge(org.apache.xmlbeans.XmlBoolean defaultMerge)
Sets (as xml) the "default-merge" attribute
|
changeType, compareTo, compareValue, copy, 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
static final org.apache.xmlbeans.SchemaType type
DescriptionDocument.Description getDescription()
boolean isSetDescription()
void setDescription(DescriptionDocument.Description description)
DescriptionDocument.Description addNewDescription()
void unsetDescription()
ImportDocument.Import[] getImportArray()
ImportDocument.Import getImportArray(int i)
int sizeOfImportArray()
void setImportArray(ImportDocument.Import[] ximportArray)
void setImportArray(int i, ImportDocument.Import ximport)
ImportDocument.Import insertNewImport(int i)
ImportDocument.Import addNewImport()
void removeImport(int i)
AliasDocument.Alias[] getAliasArray()
AliasDocument.Alias getAliasArray(int i)
int sizeOfAliasArray()
void setAliasArray(AliasDocument.Alias[] aliasArray)
void setAliasArray(int i, AliasDocument.Alias alias)
AliasDocument.Alias insertNewAlias(int i)
AliasDocument.Alias addNewAlias()
void removeAlias(int i)
BeanDocument.Bean[] getBeanArray()
BeanDocument.Bean getBeanArray(int i)
int sizeOfBeanArray()
void setBeanArray(BeanDocument.Bean[] beanArray)
void setBeanArray(int i, BeanDocument.Bean bean)
BeanDocument.Bean insertNewBean(int i)
BeanDocument.Bean addNewBean()
void removeBean(int i)
boolean getDefaultLazyInit()
org.apache.xmlbeans.XmlBoolean xgetDefaultLazyInit()
boolean isSetDefaultLazyInit()
void setDefaultLazyInit(boolean defaultLazyInit)
void xsetDefaultLazyInit(org.apache.xmlbeans.XmlBoolean defaultLazyInit)
void unsetDefaultLazyInit()
boolean getDefaultMerge()
org.apache.xmlbeans.XmlBoolean xgetDefaultMerge()
boolean isSetDefaultMerge()
void setDefaultMerge(boolean defaultMerge)
void xsetDefaultMerge(org.apache.xmlbeans.XmlBoolean defaultMerge)
void unsetDefaultMerge()
BeansDocument.Beans.DefaultAutowire.Enum getDefaultAutowire()
BeansDocument.Beans.DefaultAutowire xgetDefaultAutowire()
boolean isSetDefaultAutowire()
void setDefaultAutowire(BeansDocument.Beans.DefaultAutowire.Enum defaultAutowire)
void xsetDefaultAutowire(BeansDocument.Beans.DefaultAutowire defaultAutowire)
void unsetDefaultAutowire()
String getDefaultAutowireCandidates()
org.apache.xmlbeans.XmlString xgetDefaultAutowireCandidates()
boolean isSetDefaultAutowireCandidates()
void setDefaultAutowireCandidates(String defaultAutowireCandidates)
void xsetDefaultAutowireCandidates(org.apache.xmlbeans.XmlString defaultAutowireCandidates)
void unsetDefaultAutowireCandidates()
String getDefaultInitMethod()
org.apache.xmlbeans.XmlString xgetDefaultInitMethod()
boolean isSetDefaultInitMethod()
void setDefaultInitMethod(String defaultInitMethod)
void xsetDefaultInitMethod(org.apache.xmlbeans.XmlString defaultInitMethod)
void unsetDefaultInitMethod()
String getDefaultDestroyMethod()
org.apache.xmlbeans.XmlString xgetDefaultDestroyMethod()
boolean isSetDefaultDestroyMethod()
void setDefaultDestroyMethod(String defaultDestroyMethod)
void xsetDefaultDestroyMethod(org.apache.xmlbeans.XmlString defaultDestroyMethod)
void unsetDefaultDestroyMethod()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann