public static class BeansDocumentImpl.BeansImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements BeansDocument.Beans
| Modifier and Type | Class and Description |
|---|---|
static class |
BeansDocumentImpl.BeansImpl.DefaultAutowireImpl
An XML default-autowire(@).
|
BeansDocument.Beans.DefaultAutowire, BeansDocument.Beans.Factory_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
BeansImpl(org.apache.xmlbeans.SchemaType sType) |
| 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
|
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text_copy, _copy, _set, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, hashCode, init_flags, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_newValue, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextpublic BeansImpl(org.apache.xmlbeans.SchemaType sType)
public DescriptionDocument.Description getDescription()
getDescription in interface BeansDocument.Beanspublic boolean isSetDescription()
isSetDescription in interface BeansDocument.Beanspublic void setDescription(DescriptionDocument.Description description)
setDescription in interface BeansDocument.Beanspublic DescriptionDocument.Description addNewDescription()
addNewDescription in interface BeansDocument.Beanspublic void unsetDescription()
unsetDescription in interface BeansDocument.Beanspublic ImportDocument.Import[] getImportArray()
getImportArray in interface BeansDocument.Beanspublic ImportDocument.Import getImportArray(int i)
getImportArray in interface BeansDocument.Beanspublic int sizeOfImportArray()
sizeOfImportArray in interface BeansDocument.Beanspublic void setImportArray(ImportDocument.Import[] ximportArray)
setImportArray in interface BeansDocument.Beanspublic void setImportArray(int i, ImportDocument.Import ximport)
setImportArray in interface BeansDocument.Beanspublic ImportDocument.Import insertNewImport(int i)
insertNewImport in interface BeansDocument.Beanspublic ImportDocument.Import addNewImport()
addNewImport in interface BeansDocument.Beanspublic void removeImport(int i)
removeImport in interface BeansDocument.Beanspublic AliasDocument.Alias[] getAliasArray()
getAliasArray in interface BeansDocument.Beanspublic AliasDocument.Alias getAliasArray(int i)
getAliasArray in interface BeansDocument.Beanspublic int sizeOfAliasArray()
sizeOfAliasArray in interface BeansDocument.Beanspublic void setAliasArray(AliasDocument.Alias[] aliasArray)
setAliasArray in interface BeansDocument.Beanspublic void setAliasArray(int i, AliasDocument.Alias alias)
setAliasArray in interface BeansDocument.Beanspublic AliasDocument.Alias insertNewAlias(int i)
insertNewAlias in interface BeansDocument.Beanspublic AliasDocument.Alias addNewAlias()
addNewAlias in interface BeansDocument.Beanspublic void removeAlias(int i)
removeAlias in interface BeansDocument.Beanspublic BeanDocument.Bean[] getBeanArray()
getBeanArray in interface BeansDocument.Beanspublic BeanDocument.Bean getBeanArray(int i)
getBeanArray in interface BeansDocument.Beanspublic int sizeOfBeanArray()
sizeOfBeanArray in interface BeansDocument.Beanspublic void setBeanArray(BeanDocument.Bean[] beanArray)
setBeanArray in interface BeansDocument.Beanspublic void setBeanArray(int i, BeanDocument.Bean bean)
setBeanArray in interface BeansDocument.Beanspublic BeanDocument.Bean insertNewBean(int i)
insertNewBean in interface BeansDocument.Beanspublic BeanDocument.Bean addNewBean()
addNewBean in interface BeansDocument.Beanspublic void removeBean(int i)
removeBean in interface BeansDocument.Beanspublic boolean getDefaultLazyInit()
getDefaultLazyInit in interface BeansDocument.Beanspublic org.apache.xmlbeans.XmlBoolean xgetDefaultLazyInit()
xgetDefaultLazyInit in interface BeansDocument.Beanspublic boolean isSetDefaultLazyInit()
isSetDefaultLazyInit in interface BeansDocument.Beanspublic void setDefaultLazyInit(boolean defaultLazyInit)
setDefaultLazyInit in interface BeansDocument.Beanspublic void xsetDefaultLazyInit(org.apache.xmlbeans.XmlBoolean defaultLazyInit)
xsetDefaultLazyInit in interface BeansDocument.Beanspublic void unsetDefaultLazyInit()
unsetDefaultLazyInit in interface BeansDocument.Beanspublic boolean getDefaultMerge()
getDefaultMerge in interface BeansDocument.Beanspublic org.apache.xmlbeans.XmlBoolean xgetDefaultMerge()
xgetDefaultMerge in interface BeansDocument.Beanspublic boolean isSetDefaultMerge()
isSetDefaultMerge in interface BeansDocument.Beanspublic void setDefaultMerge(boolean defaultMerge)
setDefaultMerge in interface BeansDocument.Beanspublic void xsetDefaultMerge(org.apache.xmlbeans.XmlBoolean defaultMerge)
xsetDefaultMerge in interface BeansDocument.Beanspublic void unsetDefaultMerge()
unsetDefaultMerge in interface BeansDocument.Beanspublic BeansDocument.Beans.DefaultAutowire.Enum getDefaultAutowire()
getDefaultAutowire in interface BeansDocument.Beanspublic BeansDocument.Beans.DefaultAutowire xgetDefaultAutowire()
xgetDefaultAutowire in interface BeansDocument.Beanspublic boolean isSetDefaultAutowire()
isSetDefaultAutowire in interface BeansDocument.Beanspublic void setDefaultAutowire(BeansDocument.Beans.DefaultAutowire.Enum defaultAutowire)
setDefaultAutowire in interface BeansDocument.Beanspublic void xsetDefaultAutowire(BeansDocument.Beans.DefaultAutowire defaultAutowire)
xsetDefaultAutowire in interface BeansDocument.Beanspublic void unsetDefaultAutowire()
unsetDefaultAutowire in interface BeansDocument.Beanspublic String getDefaultAutowireCandidates()
getDefaultAutowireCandidates in interface BeansDocument.Beanspublic org.apache.xmlbeans.XmlString xgetDefaultAutowireCandidates()
xgetDefaultAutowireCandidates in interface BeansDocument.Beanspublic boolean isSetDefaultAutowireCandidates()
isSetDefaultAutowireCandidates in interface BeansDocument.Beanspublic void setDefaultAutowireCandidates(String defaultAutowireCandidates)
setDefaultAutowireCandidates in interface BeansDocument.Beanspublic void xsetDefaultAutowireCandidates(org.apache.xmlbeans.XmlString defaultAutowireCandidates)
xsetDefaultAutowireCandidates in interface BeansDocument.Beanspublic void unsetDefaultAutowireCandidates()
unsetDefaultAutowireCandidates in interface BeansDocument.Beanspublic String getDefaultInitMethod()
getDefaultInitMethod in interface BeansDocument.Beanspublic org.apache.xmlbeans.XmlString xgetDefaultInitMethod()
xgetDefaultInitMethod in interface BeansDocument.Beanspublic boolean isSetDefaultInitMethod()
isSetDefaultInitMethod in interface BeansDocument.Beanspublic void setDefaultInitMethod(String defaultInitMethod)
setDefaultInitMethod in interface BeansDocument.Beanspublic void xsetDefaultInitMethod(org.apache.xmlbeans.XmlString defaultInitMethod)
xsetDefaultInitMethod in interface BeansDocument.Beanspublic void unsetDefaultInitMethod()
unsetDefaultInitMethod in interface BeansDocument.Beanspublic String getDefaultDestroyMethod()
getDefaultDestroyMethod in interface BeansDocument.Beanspublic org.apache.xmlbeans.XmlString xgetDefaultDestroyMethod()
xgetDefaultDestroyMethod in interface BeansDocument.Beanspublic boolean isSetDefaultDestroyMethod()
isSetDefaultDestroyMethod in interface BeansDocument.Beanspublic void setDefaultDestroyMethod(String defaultDestroyMethod)
setDefaultDestroyMethod in interface BeansDocument.Beanspublic void xsetDefaultDestroyMethod(org.apache.xmlbeans.XmlString defaultDestroyMethod)
xsetDefaultDestroyMethod in interface BeansDocument.Beanspublic void unsetDefaultDestroyMethod()
unsetDefaultDestroyMethod in interface BeansDocument.Beans
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann