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_NUMBER
type
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, xsetId
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, xmlText
getId, isSetId, setId, unsetId, xgetId, xsetId
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
public BeanImpl(org.apache.xmlbeans.SchemaType sType)
public DescriptionDocument.Description getDescription()
getDescription
in interface BeanDocument.Bean
public boolean isSetDescription()
isSetDescription
in interface BeanDocument.Bean
public void setDescription(DescriptionDocument.Description description)
setDescription
in interface BeanDocument.Bean
public DescriptionDocument.Description addNewDescription()
addNewDescription
in interface BeanDocument.Bean
public void unsetDescription()
unsetDescription
in interface BeanDocument.Bean
public MetaType[] getMetaArray()
getMetaArray
in interface BeanDocument.Bean
public MetaType getMetaArray(int i)
getMetaArray
in interface BeanDocument.Bean
public int sizeOfMetaArray()
sizeOfMetaArray
in interface BeanDocument.Bean
public void setMetaArray(MetaType[] metaArray)
setMetaArray
in interface BeanDocument.Bean
public void setMetaArray(int i, MetaType meta)
setMetaArray
in interface BeanDocument.Bean
public MetaType insertNewMeta(int i)
insertNewMeta
in interface BeanDocument.Bean
public MetaType addNewMeta()
addNewMeta
in interface BeanDocument.Bean
public void removeMeta(int i)
removeMeta
in interface BeanDocument.Bean
public ConstructorArgDocument.ConstructorArg[] getConstructorArgArray()
getConstructorArgArray
in interface BeanDocument.Bean
public ConstructorArgDocument.ConstructorArg getConstructorArgArray(int i)
getConstructorArgArray
in interface BeanDocument.Bean
public int sizeOfConstructorArgArray()
sizeOfConstructorArgArray
in interface BeanDocument.Bean
public void setConstructorArgArray(ConstructorArgDocument.ConstructorArg[] constructorArgArray)
setConstructorArgArray
in interface BeanDocument.Bean
public void setConstructorArgArray(int i, ConstructorArgDocument.ConstructorArg constructorArg)
setConstructorArgArray
in interface BeanDocument.Bean
public ConstructorArgDocument.ConstructorArg insertNewConstructorArg(int i)
insertNewConstructorArg
in interface BeanDocument.Bean
public ConstructorArgDocument.ConstructorArg addNewConstructorArg()
addNewConstructorArg
in interface BeanDocument.Bean
public void removeConstructorArg(int i)
removeConstructorArg
in interface BeanDocument.Bean
public PropertyType[] getPropertyArray()
getPropertyArray
in interface BeanDocument.Bean
public PropertyType getPropertyArray(int i)
getPropertyArray
in interface BeanDocument.Bean
public int sizeOfPropertyArray()
sizeOfPropertyArray
in interface BeanDocument.Bean
public void setPropertyArray(PropertyType[] propertyArray)
setPropertyArray
in interface BeanDocument.Bean
public void setPropertyArray(int i, PropertyType property)
setPropertyArray
in interface BeanDocument.Bean
public PropertyType insertNewProperty(int i)
insertNewProperty
in interface BeanDocument.Bean
public PropertyType addNewProperty()
addNewProperty
in interface BeanDocument.Bean
public void removeProperty(int i)
removeProperty
in interface BeanDocument.Bean
public QualifierDocument.Qualifier[] getQualifierArray()
getQualifierArray
in interface BeanDocument.Bean
public QualifierDocument.Qualifier getQualifierArray(int i)
getQualifierArray
in interface BeanDocument.Bean
public int sizeOfQualifierArray()
sizeOfQualifierArray
in interface BeanDocument.Bean
public void setQualifierArray(QualifierDocument.Qualifier[] qualifierArray)
setQualifierArray
in interface BeanDocument.Bean
public void setQualifierArray(int i, QualifierDocument.Qualifier qualifier)
setQualifierArray
in interface BeanDocument.Bean
public QualifierDocument.Qualifier insertNewQualifier(int i)
insertNewQualifier
in interface BeanDocument.Bean
public QualifierDocument.Qualifier addNewQualifier()
addNewQualifier
in interface BeanDocument.Bean
public void removeQualifier(int i)
removeQualifier
in interface BeanDocument.Bean
public LookupMethodDocument.LookupMethod[] getLookupMethodArray()
getLookupMethodArray
in interface BeanDocument.Bean
public LookupMethodDocument.LookupMethod getLookupMethodArray(int i)
getLookupMethodArray
in interface BeanDocument.Bean
public int sizeOfLookupMethodArray()
sizeOfLookupMethodArray
in interface BeanDocument.Bean
public void setLookupMethodArray(LookupMethodDocument.LookupMethod[] lookupMethodArray)
setLookupMethodArray
in interface BeanDocument.Bean
public void setLookupMethodArray(int i, LookupMethodDocument.LookupMethod lookupMethod)
setLookupMethodArray
in interface BeanDocument.Bean
public LookupMethodDocument.LookupMethod insertNewLookupMethod(int i)
insertNewLookupMethod
in interface BeanDocument.Bean
public LookupMethodDocument.LookupMethod addNewLookupMethod()
addNewLookupMethod
in interface BeanDocument.Bean
public void removeLookupMethod(int i)
removeLookupMethod
in interface BeanDocument.Bean
public ReplacedMethodDocument.ReplacedMethod[] getReplacedMethodArray()
getReplacedMethodArray
in interface BeanDocument.Bean
public ReplacedMethodDocument.ReplacedMethod getReplacedMethodArray(int i)
getReplacedMethodArray
in interface BeanDocument.Bean
public int sizeOfReplacedMethodArray()
sizeOfReplacedMethodArray
in interface BeanDocument.Bean
public void setReplacedMethodArray(ReplacedMethodDocument.ReplacedMethod[] replacedMethodArray)
setReplacedMethodArray
in interface BeanDocument.Bean
public void setReplacedMethodArray(int i, ReplacedMethodDocument.ReplacedMethod replacedMethod)
setReplacedMethodArray
in interface BeanDocument.Bean
public ReplacedMethodDocument.ReplacedMethod insertNewReplacedMethod(int i)
insertNewReplacedMethod
in interface BeanDocument.Bean
public ReplacedMethodDocument.ReplacedMethod addNewReplacedMethod()
addNewReplacedMethod
in interface BeanDocument.Bean
public void removeReplacedMethod(int i)
removeReplacedMethod
in interface BeanDocument.Bean
public String getName()
getName
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetName()
xgetName
in interface BeanDocument.Bean
public boolean isSetName()
isSetName
in interface BeanDocument.Bean
public void setName(String name)
setName
in interface BeanDocument.Bean
public void xsetName(org.apache.xmlbeans.XmlString name)
xsetName
in interface BeanDocument.Bean
public void unsetName()
unsetName
in interface BeanDocument.Bean
public String getClass1()
getClass1
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetClass1()
xgetClass1
in interface BeanDocument.Bean
public boolean isSetClass1()
isSetClass1
in interface BeanDocument.Bean
public void setClass1(String class1)
setClass1
in interface BeanDocument.Bean
public void xsetClass1(org.apache.xmlbeans.XmlString class1)
xsetClass1
in interface BeanDocument.Bean
public void unsetClass1()
unsetClass1
in interface BeanDocument.Bean
public String getParent()
getParent
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetParent()
xgetParent
in interface BeanDocument.Bean
public boolean isSetParent()
isSetParent
in interface BeanDocument.Bean
public void setParent(String parent)
setParent
in interface BeanDocument.Bean
public void xsetParent(org.apache.xmlbeans.XmlString parent)
xsetParent
in interface BeanDocument.Bean
public void unsetParent()
unsetParent
in interface BeanDocument.Bean
public String getScope()
getScope
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetScope()
xgetScope
in interface BeanDocument.Bean
public boolean isSetScope()
isSetScope
in interface BeanDocument.Bean
public void setScope(String scope)
setScope
in interface BeanDocument.Bean
public void xsetScope(org.apache.xmlbeans.XmlString scope)
xsetScope
in interface BeanDocument.Bean
public void unsetScope()
unsetScope
in interface BeanDocument.Bean
public boolean getAbstract()
getAbstract
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlBoolean xgetAbstract()
xgetAbstract
in interface BeanDocument.Bean
public boolean isSetAbstract()
isSetAbstract
in interface BeanDocument.Bean
public void setAbstract(boolean xabstract)
setAbstract
in interface BeanDocument.Bean
public void xsetAbstract(org.apache.xmlbeans.XmlBoolean xabstract)
xsetAbstract
in interface BeanDocument.Bean
public void unsetAbstract()
unsetAbstract
in interface BeanDocument.Bean
public DefaultableBoolean.Enum getLazyInit()
getLazyInit
in interface BeanDocument.Bean
public DefaultableBoolean xgetLazyInit()
xgetLazyInit
in interface BeanDocument.Bean
public boolean isSetLazyInit()
isSetLazyInit
in interface BeanDocument.Bean
public void setLazyInit(DefaultableBoolean.Enum lazyInit)
setLazyInit
in interface BeanDocument.Bean
public void xsetLazyInit(DefaultableBoolean lazyInit)
xsetLazyInit
in interface BeanDocument.Bean
public void unsetLazyInit()
unsetLazyInit
in interface BeanDocument.Bean
public BeanDocument.Bean.Autowire.Enum getAutowire()
getAutowire
in interface BeanDocument.Bean
public BeanDocument.Bean.Autowire xgetAutowire()
xgetAutowire
in interface BeanDocument.Bean
public boolean isSetAutowire()
isSetAutowire
in interface BeanDocument.Bean
public void setAutowire(BeanDocument.Bean.Autowire.Enum autowire)
setAutowire
in interface BeanDocument.Bean
public void xsetAutowire(BeanDocument.Bean.Autowire autowire)
xsetAutowire
in interface BeanDocument.Bean
public void unsetAutowire()
unsetAutowire
in interface BeanDocument.Bean
public String getDependsOn()
getDependsOn
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetDependsOn()
xgetDependsOn
in interface BeanDocument.Bean
public boolean isSetDependsOn()
isSetDependsOn
in interface BeanDocument.Bean
public void setDependsOn(String dependsOn)
setDependsOn
in interface BeanDocument.Bean
public void xsetDependsOn(org.apache.xmlbeans.XmlString dependsOn)
xsetDependsOn
in interface BeanDocument.Bean
public void unsetDependsOn()
unsetDependsOn
in interface BeanDocument.Bean
public DefaultableBoolean.Enum getAutowireCandidate()
getAutowireCandidate
in interface BeanDocument.Bean
public DefaultableBoolean xgetAutowireCandidate()
xgetAutowireCandidate
in interface BeanDocument.Bean
public boolean isSetAutowireCandidate()
isSetAutowireCandidate
in interface BeanDocument.Bean
public void setAutowireCandidate(DefaultableBoolean.Enum autowireCandidate)
setAutowireCandidate
in interface BeanDocument.Bean
public void xsetAutowireCandidate(DefaultableBoolean autowireCandidate)
xsetAutowireCandidate
in interface BeanDocument.Bean
public void unsetAutowireCandidate()
unsetAutowireCandidate
in interface BeanDocument.Bean
public boolean getPrimary()
getPrimary
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlBoolean xgetPrimary()
xgetPrimary
in interface BeanDocument.Bean
public boolean isSetPrimary()
isSetPrimary
in interface BeanDocument.Bean
public void setPrimary(boolean primary)
setPrimary
in interface BeanDocument.Bean
public void xsetPrimary(org.apache.xmlbeans.XmlBoolean primary)
xsetPrimary
in interface BeanDocument.Bean
public void unsetPrimary()
unsetPrimary
in interface BeanDocument.Bean
public String getInitMethod()
getInitMethod
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetInitMethod()
xgetInitMethod
in interface BeanDocument.Bean
public boolean isSetInitMethod()
isSetInitMethod
in interface BeanDocument.Bean
public void setInitMethod(String initMethod)
setInitMethod
in interface BeanDocument.Bean
public void xsetInitMethod(org.apache.xmlbeans.XmlString initMethod)
xsetInitMethod
in interface BeanDocument.Bean
public void unsetInitMethod()
unsetInitMethod
in interface BeanDocument.Bean
public String getDestroyMethod()
getDestroyMethod
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetDestroyMethod()
xgetDestroyMethod
in interface BeanDocument.Bean
public boolean isSetDestroyMethod()
isSetDestroyMethod
in interface BeanDocument.Bean
public void setDestroyMethod(String destroyMethod)
setDestroyMethod
in interface BeanDocument.Bean
public void xsetDestroyMethod(org.apache.xmlbeans.XmlString destroyMethod)
xsetDestroyMethod
in interface BeanDocument.Bean
public void unsetDestroyMethod()
unsetDestroyMethod
in interface BeanDocument.Bean
public String getFactoryMethod()
getFactoryMethod
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetFactoryMethod()
xgetFactoryMethod
in interface BeanDocument.Bean
public boolean isSetFactoryMethod()
isSetFactoryMethod
in interface BeanDocument.Bean
public void setFactoryMethod(String factoryMethod)
setFactoryMethod
in interface BeanDocument.Bean
public void xsetFactoryMethod(org.apache.xmlbeans.XmlString factoryMethod)
xsetFactoryMethod
in interface BeanDocument.Bean
public void unsetFactoryMethod()
unsetFactoryMethod
in interface BeanDocument.Bean
public String getFactoryBean()
getFactoryBean
in interface BeanDocument.Bean
public org.apache.xmlbeans.XmlString xgetFactoryBean()
xgetFactoryBean
in interface BeanDocument.Bean
public boolean isSetFactoryBean()
isSetFactoryBean
in interface BeanDocument.Bean
public void setFactoryBean(String factoryBean)
setFactoryBean
in interface BeanDocument.Bean
public void xsetFactoryBean(org.apache.xmlbeans.XmlString factoryBean)
xsetFactoryBean
in interface BeanDocument.Bean
public 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