public static class BeanDocumentImpl.BeanImpl extends IdentifiedTypeImpl implements BeanDocument.Bean
| Modifier and Type | Class and Description |
|---|---|
static class |
BeanDocumentImpl.BeanImpl.AutowireImpl
An XML autowire(@).
|
BeanDocument.Bean.Autowire, BeanDocument.Bean.Factory_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
BeanImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
ConstructorArgDocument.ConstructorArg |
addNewConstructorArg()
Appends and returns a new empty value (as xml) as the last "constructor-arg" element
|
DescriptionDocument.Description |
addNewDescription()
Appends and returns a new empty "description" element
|
LookupMethodDocument.LookupMethod |
addNewLookupMethod()
Appends and returns a new empty value (as xml) as the last "lookup-method" element
|
MetaType |
addNewMeta()
Appends and returns a new empty value (as xml) as the last "meta" element
|
PropertyType |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
QualifierDocument.Qualifier |
addNewQualifier()
Appends and returns a new empty value (as xml) as the last "qualifier" element
|
ReplacedMethodDocument.ReplacedMethod |
addNewReplacedMethod()
Appends and returns a new empty value (as xml) as the last "replaced-method" element
|
boolean |
getAbstract()
Gets the "abstract" attribute
|
BeanDocument.Bean.Autowire.Enum |
getAutowire()
Gets the "autowire" attribute
|
DefaultableBoolean.Enum |
getAutowireCandidate()
Gets the "autowire-candidate" attribute
|
String |
getClass1()
Gets the "class" attribute
|
ConstructorArgDocument.ConstructorArg[] |
getConstructorArgArray()
Gets array of all "constructor-arg" elements
|
ConstructorArgDocument.ConstructorArg |
getConstructorArgArray(int i)
Gets ith "constructor-arg" element
|
String |
getDependsOn()
Gets the "depends-on" attribute
|
DescriptionDocument.Description |
getDescription()
Gets the "description" element
|
String |
getDestroyMethod()
Gets the "destroy-method" attribute
|
String |
getFactoryBean()
Gets the "factory-bean" attribute
|
String |
getFactoryMethod()
Gets the "factory-method" attribute
|
String |
getInitMethod()
Gets the "init-method" attribute
|
DefaultableBoolean.Enum |
getLazyInit()
Gets the "lazy-init" attribute
|
LookupMethodDocument.LookupMethod[] |
getLookupMethodArray()
Gets array of all "lookup-method" elements
|
LookupMethodDocument.LookupMethod |
getLookupMethodArray(int i)
Gets ith "lookup-method" element
|
MetaType[] |
getMetaArray()
Gets array of all "meta" elements
|
MetaType |
getMetaArray(int i)
Gets ith "meta" element
|
String |
getName()
Gets the "name" attribute
|
String |
getParent()
Gets the "parent" attribute
|
boolean |
getPrimary()
Gets the "primary" attribute
|
PropertyType[] |
getPropertyArray()
Gets array of all "property" elements
|
PropertyType |
getPropertyArray(int i)
Gets ith "property" element
|
QualifierDocument.Qualifier[] |
getQualifierArray()
Gets array of all "qualifier" elements
|
QualifierDocument.Qualifier |
getQualifierArray(int i)
Gets ith "qualifier" element
|
ReplacedMethodDocument.ReplacedMethod[] |
getReplacedMethodArray()
Gets array of all "replaced-method" elements
|
ReplacedMethodDocument.ReplacedMethod |
getReplacedMethodArray(int i)
Gets ith "replaced-method" element
|
String |
getScope()
Gets the "scope" attribute
|
ConstructorArgDocument.ConstructorArg |
insertNewConstructorArg(int i)
Inserts and returns a new empty value (as xml) as the ith "constructor-arg" element
|
LookupMethodDocument.LookupMethod |
insertNewLookupMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "lookup-method" element
|
MetaType |
insertNewMeta(int i)
Inserts and returns a new empty value (as xml) as the ith "meta" element
|
PropertyType |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
QualifierDocument.Qualifier |
insertNewQualifier(int i)
Inserts and returns a new empty value (as xml) as the ith "qualifier" element
|
ReplacedMethodDocument.ReplacedMethod |
insertNewReplacedMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "replaced-method" element
|
boolean |
isSetAbstract()
True if has "abstract" attribute
|
boolean |
isSetAutowire()
True if has "autowire" attribute
|
boolean |
isSetAutowireCandidate()
True if has "autowire-candidate" attribute
|
boolean |
isSetClass1()
True if has "class" attribute
|
boolean |
isSetDependsOn()
True if has "depends-on" attribute
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetDestroyMethod()
True if has "destroy-method" attribute
|
boolean |
isSetFactoryBean()
True if has "factory-bean" attribute
|
boolean |
isSetFactoryMethod()
True if has "factory-method" attribute
|
boolean |
isSetInitMethod()
True if has "init-method" attribute
|
boolean |
isSetLazyInit()
True if has "lazy-init" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetParent()
True if has "parent" attribute
|
boolean |
isSetPrimary()
True if has "primary" attribute
|
boolean |
isSetScope()
True if has "scope" attribute
|
void |
removeConstructorArg(int i)
Removes the ith "constructor-arg" element
|
void |
removeLookupMethod(int i)
Removes the ith "lookup-method" element
|
void |
removeMeta(int i)
Removes the ith "meta" element
|
void |
removeProperty(int i)
Removes the ith "property" element
|
void |
removeQualifier(int i)
Removes the ith "qualifier" element
|
void |
removeReplacedMethod(int i)
Removes the ith "replaced-method" element
|
void |
setAbstract(boolean xabstract)
Sets the "abstract" attribute
|
void |
setAutowire(BeanDocument.Bean.Autowire.Enum autowire)
Sets the "autowire" attribute
|
void |
setAutowireCandidate(DefaultableBoolean.Enum autowireCandidate)
Sets the "autowire-candidate" attribute
|
void |
setClass1(String class1)
Sets the "class" attribute
|
void |
setConstructorArgArray(ConstructorArgDocument.ConstructorArg[] constructorArgArray)
Sets array of all "constructor-arg" element
|
void |
setConstructorArgArray(int i,
ConstructorArgDocument.ConstructorArg constructorArg)
Sets ith "constructor-arg" element
|
void |
setDependsOn(String dependsOn)
Sets the "depends-on" attribute
|
void |
setDescription(DescriptionDocument.Description description)
Sets the "description" element
|
void |
setDestroyMethod(String destroyMethod)
Sets the "destroy-method" attribute
|
void |
setFactoryBean(String factoryBean)
Sets the "factory-bean" attribute
|
void |
setFactoryMethod(String factoryMethod)
Sets the "factory-method" attribute
|
void |
setInitMethod(String initMethod)
Sets the "init-method" attribute
|
void |
setLazyInit(DefaultableBoolean.Enum lazyInit)
Sets the "lazy-init" attribute
|
void |
setLookupMethodArray(int i,
LookupMethodDocument.LookupMethod lookupMethod)
Sets ith "lookup-method" element
|
void |
setLookupMethodArray(LookupMethodDocument.LookupMethod[] lookupMethodArray)
Sets array of all "lookup-method" element
|
void |
setMetaArray(int i,
MetaType meta)
Sets ith "meta" element
|
void |
setMetaArray(MetaType[] metaArray)
Sets array of all "meta" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setParent(String parent)
Sets the "parent" attribute
|
void |
setPrimary(boolean primary)
Sets the "primary" attribute
|
void |
setPropertyArray(int i,
PropertyType property)
Sets ith "property" element
|
void |
setPropertyArray(PropertyType[] propertyArray)
Sets array of all "property" element
|
void |
setQualifierArray(int i,
QualifierDocument.Qualifier qualifier)
Sets ith "qualifier" element
|
void |
setQualifierArray(QualifierDocument.Qualifier[] qualifierArray)
Sets array of all "qualifier" element
|
void |
setReplacedMethodArray(int i,
ReplacedMethodDocument.ReplacedMethod replacedMethod)
Sets ith "replaced-method" element
|
void |
setReplacedMethodArray(ReplacedMethodDocument.ReplacedMethod[] replacedMethodArray)
Sets array of all "replaced-method" element
|
void |
setScope(String scope)
Sets the "scope" attribute
|
int |
sizeOfConstructorArgArray()
Returns number of "constructor-arg" element
|
int |
sizeOfLookupMethodArray()
Returns number of "lookup-method" element
|
int |
sizeOfMetaArray()
Returns number of "meta" element
|
int |
sizeOfPropertyArray()
Returns number of "property" element
|
int |
sizeOfQualifierArray()
Returns number of "qualifier" element
|
int |
sizeOfReplacedMethodArray()
Returns number of "replaced-method" element
|
void |
unsetAbstract()
Unsets the "abstract" attribute
|
void |
unsetAutowire()
Unsets the "autowire" attribute
|
void |
unsetAutowireCandidate()
Unsets the "autowire-candidate" attribute
|
void |
unsetClass1()
Unsets the "class" attribute
|
void |
unsetDependsOn()
Unsets the "depends-on" attribute
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetDestroyMethod()
Unsets the "destroy-method" attribute
|
void |
unsetFactoryBean()
Unsets the "factory-bean" attribute
|
void |
unsetFactoryMethod()
Unsets the "factory-method" attribute
|
void |
unsetInitMethod()
Unsets the "init-method" attribute
|
void |
unsetLazyInit()
Unsets the "lazy-init" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetParent()
Unsets the "parent" attribute
|
void |
unsetPrimary()
Unsets the "primary" attribute
|
void |
unsetScope()
Unsets the "scope" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAbstract()
Gets (as xml) the "abstract" attribute
|
BeanDocument.Bean.Autowire |
xgetAutowire()
Gets (as xml) the "autowire" attribute
|
DefaultableBoolean |
xgetAutowireCandidate()
Gets (as xml) the "autowire-candidate" attribute
|
org.apache.xmlbeans.XmlString |
xgetClass1()
Gets (as xml) the "class" attribute
|
org.apache.xmlbeans.XmlString |
xgetDependsOn()
Gets (as xml) the "depends-on" attribute
|
org.apache.xmlbeans.XmlString |
xgetDestroyMethod()
Gets (as xml) the "destroy-method" attribute
|
org.apache.xmlbeans.XmlString |
xgetFactoryBean()
Gets (as xml) the "factory-bean" attribute
|
org.apache.xmlbeans.XmlString |
xgetFactoryMethod()
Gets (as xml) the "factory-method" attribute
|
org.apache.xmlbeans.XmlString |
xgetInitMethod()
Gets (as xml) the "init-method" attribute
|
DefaultableBoolean |
xgetLazyInit()
Gets (as xml) the "lazy-init" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetParent()
Gets (as xml) the "parent" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetPrimary()
Gets (as xml) the "primary" attribute
|
org.apache.xmlbeans.XmlString |
xgetScope()
Gets (as xml) the "scope" attribute
|
void |
xsetAbstract(org.apache.xmlbeans.XmlBoolean xabstract)
Sets (as xml) the "abstract" attribute
|
void |
xsetAutowire(BeanDocument.Bean.Autowire autowire)
Sets (as xml) the "autowire" attribute
|
void |
xsetAutowireCandidate(DefaultableBoolean autowireCandidate)
Sets (as xml) the "autowire-candidate" attribute
|
void |
xsetClass1(org.apache.xmlbeans.XmlString class1)
Sets (as xml) the "class" attribute
|
void |
xsetDependsOn(org.apache.xmlbeans.XmlString dependsOn)
Sets (as xml) the "depends-on" attribute
|
void |
xsetDestroyMethod(org.apache.xmlbeans.XmlString destroyMethod)
Sets (as xml) the "destroy-method" attribute
|
void |
xsetFactoryBean(org.apache.xmlbeans.XmlString factoryBean)
Sets (as xml) the "factory-bean" attribute
|
void |
xsetFactoryMethod(org.apache.xmlbeans.XmlString factoryMethod)
Sets (as xml) the "factory-method" attribute
|
void |
xsetInitMethod(org.apache.xmlbeans.XmlString initMethod)
Sets (as xml) the "init-method" attribute
|
void |
xsetLazyInit(DefaultableBoolean lazyInit)
Sets (as xml) the "lazy-init" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetParent(org.apache.xmlbeans.XmlString parent)
Sets (as xml) the "parent" attribute
|
void |
xsetPrimary(org.apache.xmlbeans.XmlBoolean primary)
Sets (as xml) the "primary" attribute
|
void |
xsetScope(org.apache.xmlbeans.XmlString scope)
Sets (as xml) the "scope" attribute
|
getId, isSetId, setId, unsetId, xgetId, xsetIdcompute_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, xmlTextgetId, isSetId, setId, unsetId, xgetId, xsetIdchangeType, 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 BeanImpl(org.apache.xmlbeans.SchemaType sType)
public DescriptionDocument.Description getDescription()
getDescription in interface BeanDocument.Beanpublic boolean isSetDescription()
isSetDescription in interface BeanDocument.Beanpublic void setDescription(DescriptionDocument.Description description)
setDescription in interface BeanDocument.Beanpublic DescriptionDocument.Description addNewDescription()
addNewDescription in interface BeanDocument.Beanpublic void unsetDescription()
unsetDescription in interface BeanDocument.Beanpublic MetaType[] getMetaArray()
getMetaArray in interface BeanDocument.Beanpublic MetaType getMetaArray(int i)
getMetaArray in interface BeanDocument.Beanpublic int sizeOfMetaArray()
sizeOfMetaArray in interface BeanDocument.Beanpublic void setMetaArray(MetaType[] metaArray)
setMetaArray in interface BeanDocument.Beanpublic void setMetaArray(int i, MetaType meta)
setMetaArray in interface BeanDocument.Beanpublic MetaType insertNewMeta(int i)
insertNewMeta in interface BeanDocument.Beanpublic MetaType addNewMeta()
addNewMeta in interface BeanDocument.Beanpublic void removeMeta(int i)
removeMeta in interface BeanDocument.Beanpublic ConstructorArgDocument.ConstructorArg[] getConstructorArgArray()
getConstructorArgArray in interface BeanDocument.Beanpublic ConstructorArgDocument.ConstructorArg getConstructorArgArray(int i)
getConstructorArgArray in interface BeanDocument.Beanpublic int sizeOfConstructorArgArray()
sizeOfConstructorArgArray in interface BeanDocument.Beanpublic void setConstructorArgArray(ConstructorArgDocument.ConstructorArg[] constructorArgArray)
setConstructorArgArray in interface BeanDocument.Beanpublic void setConstructorArgArray(int i, ConstructorArgDocument.ConstructorArg constructorArg)
setConstructorArgArray in interface BeanDocument.Beanpublic ConstructorArgDocument.ConstructorArg insertNewConstructorArg(int i)
insertNewConstructorArg in interface BeanDocument.Beanpublic ConstructorArgDocument.ConstructorArg addNewConstructorArg()
addNewConstructorArg in interface BeanDocument.Beanpublic void removeConstructorArg(int i)
removeConstructorArg in interface BeanDocument.Beanpublic PropertyType[] getPropertyArray()
getPropertyArray in interface BeanDocument.Beanpublic PropertyType getPropertyArray(int i)
getPropertyArray in interface BeanDocument.Beanpublic int sizeOfPropertyArray()
sizeOfPropertyArray in interface BeanDocument.Beanpublic void setPropertyArray(PropertyType[] propertyArray)
setPropertyArray in interface BeanDocument.Beanpublic void setPropertyArray(int i, PropertyType property)
setPropertyArray in interface BeanDocument.Beanpublic PropertyType insertNewProperty(int i)
insertNewProperty in interface BeanDocument.Beanpublic PropertyType addNewProperty()
addNewProperty in interface BeanDocument.Beanpublic void removeProperty(int i)
removeProperty in interface BeanDocument.Beanpublic QualifierDocument.Qualifier[] getQualifierArray()
getQualifierArray in interface BeanDocument.Beanpublic QualifierDocument.Qualifier getQualifierArray(int i)
getQualifierArray in interface BeanDocument.Beanpublic int sizeOfQualifierArray()
sizeOfQualifierArray in interface BeanDocument.Beanpublic void setQualifierArray(QualifierDocument.Qualifier[] qualifierArray)
setQualifierArray in interface BeanDocument.Beanpublic void setQualifierArray(int i, QualifierDocument.Qualifier qualifier)
setQualifierArray in interface BeanDocument.Beanpublic QualifierDocument.Qualifier insertNewQualifier(int i)
insertNewQualifier in interface BeanDocument.Beanpublic QualifierDocument.Qualifier addNewQualifier()
addNewQualifier in interface BeanDocument.Beanpublic void removeQualifier(int i)
removeQualifier in interface BeanDocument.Beanpublic LookupMethodDocument.LookupMethod[] getLookupMethodArray()
getLookupMethodArray in interface BeanDocument.Beanpublic LookupMethodDocument.LookupMethod getLookupMethodArray(int i)
getLookupMethodArray in interface BeanDocument.Beanpublic int sizeOfLookupMethodArray()
sizeOfLookupMethodArray in interface BeanDocument.Beanpublic void setLookupMethodArray(LookupMethodDocument.LookupMethod[] lookupMethodArray)
setLookupMethodArray in interface BeanDocument.Beanpublic void setLookupMethodArray(int i, LookupMethodDocument.LookupMethod lookupMethod)
setLookupMethodArray in interface BeanDocument.Beanpublic LookupMethodDocument.LookupMethod insertNewLookupMethod(int i)
insertNewLookupMethod in interface BeanDocument.Beanpublic LookupMethodDocument.LookupMethod addNewLookupMethod()
addNewLookupMethod in interface BeanDocument.Beanpublic void removeLookupMethod(int i)
removeLookupMethod in interface BeanDocument.Beanpublic ReplacedMethodDocument.ReplacedMethod[] getReplacedMethodArray()
getReplacedMethodArray in interface BeanDocument.Beanpublic ReplacedMethodDocument.ReplacedMethod getReplacedMethodArray(int i)
getReplacedMethodArray in interface BeanDocument.Beanpublic int sizeOfReplacedMethodArray()
sizeOfReplacedMethodArray in interface BeanDocument.Beanpublic void setReplacedMethodArray(ReplacedMethodDocument.ReplacedMethod[] replacedMethodArray)
setReplacedMethodArray in interface BeanDocument.Beanpublic void setReplacedMethodArray(int i, ReplacedMethodDocument.ReplacedMethod replacedMethod)
setReplacedMethodArray in interface BeanDocument.Beanpublic ReplacedMethodDocument.ReplacedMethod insertNewReplacedMethod(int i)
insertNewReplacedMethod in interface BeanDocument.Beanpublic ReplacedMethodDocument.ReplacedMethod addNewReplacedMethod()
addNewReplacedMethod in interface BeanDocument.Beanpublic void removeReplacedMethod(int i)
removeReplacedMethod in interface BeanDocument.Beanpublic String getName()
getName in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetName()
xgetName in interface BeanDocument.Beanpublic boolean isSetName()
isSetName in interface BeanDocument.Beanpublic void setName(String name)
setName in interface BeanDocument.Beanpublic void xsetName(org.apache.xmlbeans.XmlString name)
xsetName in interface BeanDocument.Beanpublic void unsetName()
unsetName in interface BeanDocument.Beanpublic String getClass1()
getClass1 in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetClass1()
xgetClass1 in interface BeanDocument.Beanpublic boolean isSetClass1()
isSetClass1 in interface BeanDocument.Beanpublic void setClass1(String class1)
setClass1 in interface BeanDocument.Beanpublic void xsetClass1(org.apache.xmlbeans.XmlString class1)
xsetClass1 in interface BeanDocument.Beanpublic void unsetClass1()
unsetClass1 in interface BeanDocument.Beanpublic String getParent()
getParent in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetParent()
xgetParent in interface BeanDocument.Beanpublic boolean isSetParent()
isSetParent in interface BeanDocument.Beanpublic void setParent(String parent)
setParent in interface BeanDocument.Beanpublic void xsetParent(org.apache.xmlbeans.XmlString parent)
xsetParent in interface BeanDocument.Beanpublic void unsetParent()
unsetParent in interface BeanDocument.Beanpublic String getScope()
getScope in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetScope()
xgetScope in interface BeanDocument.Beanpublic boolean isSetScope()
isSetScope in interface BeanDocument.Beanpublic void setScope(String scope)
setScope in interface BeanDocument.Beanpublic void xsetScope(org.apache.xmlbeans.XmlString scope)
xsetScope in interface BeanDocument.Beanpublic void unsetScope()
unsetScope in interface BeanDocument.Beanpublic boolean getAbstract()
getAbstract in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlBoolean xgetAbstract()
xgetAbstract in interface BeanDocument.Beanpublic boolean isSetAbstract()
isSetAbstract in interface BeanDocument.Beanpublic void setAbstract(boolean xabstract)
setAbstract in interface BeanDocument.Beanpublic void xsetAbstract(org.apache.xmlbeans.XmlBoolean xabstract)
xsetAbstract in interface BeanDocument.Beanpublic void unsetAbstract()
unsetAbstract in interface BeanDocument.Beanpublic DefaultableBoolean.Enum getLazyInit()
getLazyInit in interface BeanDocument.Beanpublic DefaultableBoolean xgetLazyInit()
xgetLazyInit in interface BeanDocument.Beanpublic boolean isSetLazyInit()
isSetLazyInit in interface BeanDocument.Beanpublic void setLazyInit(DefaultableBoolean.Enum lazyInit)
setLazyInit in interface BeanDocument.Beanpublic void xsetLazyInit(DefaultableBoolean lazyInit)
xsetLazyInit in interface BeanDocument.Beanpublic void unsetLazyInit()
unsetLazyInit in interface BeanDocument.Beanpublic BeanDocument.Bean.Autowire.Enum getAutowire()
getAutowire in interface BeanDocument.Beanpublic BeanDocument.Bean.Autowire xgetAutowire()
xgetAutowire in interface BeanDocument.Beanpublic boolean isSetAutowire()
isSetAutowire in interface BeanDocument.Beanpublic void setAutowire(BeanDocument.Bean.Autowire.Enum autowire)
setAutowire in interface BeanDocument.Beanpublic void xsetAutowire(BeanDocument.Bean.Autowire autowire)
xsetAutowire in interface BeanDocument.Beanpublic void unsetAutowire()
unsetAutowire in interface BeanDocument.Beanpublic String getDependsOn()
getDependsOn in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetDependsOn()
xgetDependsOn in interface BeanDocument.Beanpublic boolean isSetDependsOn()
isSetDependsOn in interface BeanDocument.Beanpublic void setDependsOn(String dependsOn)
setDependsOn in interface BeanDocument.Beanpublic void xsetDependsOn(org.apache.xmlbeans.XmlString dependsOn)
xsetDependsOn in interface BeanDocument.Beanpublic void unsetDependsOn()
unsetDependsOn in interface BeanDocument.Beanpublic DefaultableBoolean.Enum getAutowireCandidate()
getAutowireCandidate in interface BeanDocument.Beanpublic DefaultableBoolean xgetAutowireCandidate()
xgetAutowireCandidate in interface BeanDocument.Beanpublic boolean isSetAutowireCandidate()
isSetAutowireCandidate in interface BeanDocument.Beanpublic void setAutowireCandidate(DefaultableBoolean.Enum autowireCandidate)
setAutowireCandidate in interface BeanDocument.Beanpublic void xsetAutowireCandidate(DefaultableBoolean autowireCandidate)
xsetAutowireCandidate in interface BeanDocument.Beanpublic void unsetAutowireCandidate()
unsetAutowireCandidate in interface BeanDocument.Beanpublic boolean getPrimary()
getPrimary in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlBoolean xgetPrimary()
xgetPrimary in interface BeanDocument.Beanpublic boolean isSetPrimary()
isSetPrimary in interface BeanDocument.Beanpublic void setPrimary(boolean primary)
setPrimary in interface BeanDocument.Beanpublic void xsetPrimary(org.apache.xmlbeans.XmlBoolean primary)
xsetPrimary in interface BeanDocument.Beanpublic void unsetPrimary()
unsetPrimary in interface BeanDocument.Beanpublic String getInitMethod()
getInitMethod in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetInitMethod()
xgetInitMethod in interface BeanDocument.Beanpublic boolean isSetInitMethod()
isSetInitMethod in interface BeanDocument.Beanpublic void setInitMethod(String initMethod)
setInitMethod in interface BeanDocument.Beanpublic void xsetInitMethod(org.apache.xmlbeans.XmlString initMethod)
xsetInitMethod in interface BeanDocument.Beanpublic void unsetInitMethod()
unsetInitMethod in interface BeanDocument.Beanpublic String getDestroyMethod()
getDestroyMethod in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetDestroyMethod()
xgetDestroyMethod in interface BeanDocument.Beanpublic boolean isSetDestroyMethod()
isSetDestroyMethod in interface BeanDocument.Beanpublic void setDestroyMethod(String destroyMethod)
setDestroyMethod in interface BeanDocument.Beanpublic void xsetDestroyMethod(org.apache.xmlbeans.XmlString destroyMethod)
xsetDestroyMethod in interface BeanDocument.Beanpublic void unsetDestroyMethod()
unsetDestroyMethod in interface BeanDocument.Beanpublic String getFactoryMethod()
getFactoryMethod in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetFactoryMethod()
xgetFactoryMethod in interface BeanDocument.Beanpublic boolean isSetFactoryMethod()
isSetFactoryMethod in interface BeanDocument.Beanpublic void setFactoryMethod(String factoryMethod)
setFactoryMethod in interface BeanDocument.Beanpublic void xsetFactoryMethod(org.apache.xmlbeans.XmlString factoryMethod)
xsetFactoryMethod in interface BeanDocument.Beanpublic void unsetFactoryMethod()
unsetFactoryMethod in interface BeanDocument.Beanpublic String getFactoryBean()
getFactoryBean in interface BeanDocument.Beanpublic org.apache.xmlbeans.XmlString xgetFactoryBean()
xgetFactoryBean in interface BeanDocument.Beanpublic boolean isSetFactoryBean()
isSetFactoryBean in interface BeanDocument.Beanpublic void setFactoryBean(String factoryBean)
setFactoryBean in interface BeanDocument.Beanpublic void xsetFactoryBean(org.apache.xmlbeans.XmlString factoryBean)
xsetFactoryBean in interface BeanDocument.Beanpublic void unsetFactoryBean()
unsetFactoryBean in interface BeanDocument.Bean
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann