|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.BeanImpl
public class BeanImpl
| Field Summary | |
|---|---|
protected Boolean |
_abstract
|
protected String |
autowire
|
protected DefaultableBoolean |
autowireCandidate
|
protected String |
clazz
|
protected String |
dependencyCheck
|
protected String |
dependsOn
|
protected DescriptionImpl |
description
|
protected String |
destroyMethod
|
protected String |
factoryBean
|
protected String |
factoryMethod
|
protected String |
initMethod
|
protected DefaultableBoolean |
lazyInit
|
protected List<Object> |
metaOrConstructorArgOrProperty
|
protected String |
name
|
protected String |
parent
|
protected Boolean |
primary
|
protected String |
scope
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl |
|---|
id |
| Constructor Summary | |
|---|---|
BeanImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.BeanImpl instance. |
|
BeanImpl(BeanImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.BeanImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
BeanImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyMetaOrConstructorArgOrProperty(List<Object> source,
List<Object> target)
Copies all values of property MetaOrConstructorArgOrProperty. |
String |
getAutowire()
Gets the value of the autowire property. |
DefaultableBoolean |
getAutowireCandidate()
Gets the value of the autowireCandidate property. |
String |
getClazz()
Gets the value of the clazz property. |
String |
getDependencyCheck()
Gets the value of the dependencyCheck property. |
String |
getDependsOn()
Gets the value of the dependsOn property. |
Description |
getDescription()
Gets the value of the description property. |
String |
getDestroyMethod()
Gets the value of the destroyMethod property. |
String |
getFactoryBean()
Gets the value of the factoryBean property. |
String |
getFactoryMethod()
Gets the value of the factoryMethod property. |
String |
getInitMethod()
Gets the value of the initMethod property. |
DefaultableBoolean |
getLazyInit()
Gets the value of the lazyInit property. |
List<Object> |
getMetaOrConstructorArgOrProperty()
Gets the value of the metaOrConstructorArgOrProperty property. |
String |
getName()
Gets the value of the name property. |
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
String |
getParent()
Gets the value of the parent property. |
String |
getScope()
Gets the value of the scope property. |
Boolean |
isAbstract()
Gets the value of the abstract property. |
Boolean |
isPrimary()
Gets the value of the primary property. |
void |
setAbstract(Boolean value)
Sets the value of the abstract property. |
void |
setAutowire(String value)
Sets the value of the autowire property. |
void |
setAutowireCandidate(DefaultableBoolean value)
Sets the value of the autowireCandidate property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setDependencyCheck(String value)
Sets the value of the dependencyCheck property. |
void |
setDependsOn(String value)
Sets the value of the dependsOn property. |
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setDestroyMethod(String value)
Sets the value of the destroyMethod property. |
void |
setFactoryBean(String value)
Sets the value of the factoryBean property. |
void |
setFactoryMethod(String value)
Sets the value of the factoryMethod property. |
void |
setInitMethod(String value)
Sets the value of the initMethod property. |
void |
setLazyInit(DefaultableBoolean value)
Sets the value of the lazyInit property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setParent(String value)
Sets the value of the parent property. |
void |
setPrimary(Boolean value)
Sets the value of the primary property. |
void |
setScope(String value)
Sets the value of the scope property. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Field Detail |
|---|
protected DescriptionImpl description
protected List<Object> metaOrConstructorArgOrProperty
protected String name
protected String clazz
protected String parent
protected String scope
protected Boolean _abstract
protected DefaultableBoolean lazyInit
protected String autowire
protected String dependencyCheck
protected String dependsOn
protected DefaultableBoolean autowireCandidate
protected Boolean primary
protected String initMethod
protected String destroyMethod
protected String factoryMethod
protected String factoryBean
| Constructor Detail |
|---|
public BeanImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.BeanImpl instance.
public BeanImpl(BeanImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.BeanImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Description getDescription()
Bean
getDescription in interface BeanDescriptionpublic void setDescription(Description value)
Bean
setDescription in interface Beanvalue - allowed object is
Descriptionpublic List<Object> getMetaOrConstructorArgOrProperty()
Bean
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the metaOrConstructorArgOrProperty property.
For example, to add a new item, do as follows:
getMetaOrConstructorArgOrProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<MetaType>
LookupMethod
ReplacedMethod
ConstructorArg
Object
Qualifier
JAXBElement<PropertyType>
getMetaOrConstructorArgOrProperty in interface Beanpublic String getName()
Bean
getName in interface BeanStringpublic void setName(String value)
Bean
setName in interface Beanvalue - allowed object is
Stringpublic String getClazz()
Bean
getClazz in interface BeanStringpublic void setClazz(String value)
Bean
setClazz in interface Beanvalue - allowed object is
Stringpublic String getParent()
Bean
getParent in interface BeanStringpublic void setParent(String value)
Bean
setParent in interface Beanvalue - allowed object is
Stringpublic String getScope()
Bean
getScope in interface BeanStringpublic void setScope(String value)
Bean
setScope in interface Beanvalue - allowed object is
Stringpublic Boolean isAbstract()
Bean
isAbstract in interface BeanBooleanpublic void setAbstract(Boolean value)
Bean
setAbstract in interface Beanvalue - allowed object is
Booleanpublic DefaultableBoolean getLazyInit()
Bean
getLazyInit in interface BeanDefaultableBooleanpublic void setLazyInit(DefaultableBoolean value)
Bean
setLazyInit in interface Beanvalue - allowed object is
DefaultableBooleanpublic String getAutowire()
Bean
getAutowire in interface BeanStringpublic void setAutowire(String value)
Bean
setAutowire in interface Beanvalue - allowed object is
Stringpublic String getDependencyCheck()
Bean
getDependencyCheck in interface BeanStringpublic void setDependencyCheck(String value)
Bean
setDependencyCheck in interface Beanvalue - allowed object is
Stringpublic String getDependsOn()
Bean
getDependsOn in interface BeanStringpublic void setDependsOn(String value)
Bean
setDependsOn in interface Beanvalue - allowed object is
Stringpublic DefaultableBoolean getAutowireCandidate()
Bean
getAutowireCandidate in interface BeanDefaultableBooleanpublic void setAutowireCandidate(DefaultableBoolean value)
Bean
setAutowireCandidate in interface Beanvalue - allowed object is
DefaultableBooleanpublic Boolean isPrimary()
Bean
isPrimary in interface BeanBooleanpublic void setPrimary(Boolean value)
Bean
setPrimary in interface Beanvalue - allowed object is
Booleanpublic String getInitMethod()
Bean
getInitMethod in interface BeanStringpublic void setInitMethod(String value)
Bean
setInitMethod in interface Beanvalue - allowed object is
Stringpublic String getDestroyMethod()
Bean
getDestroyMethod in interface BeanStringpublic void setDestroyMethod(String value)
Bean
setDestroyMethod in interface Beanvalue - allowed object is
Stringpublic String getFactoryMethod()
Bean
getFactoryMethod in interface BeanStringpublic void setFactoryMethod(String value)
Bean
setFactoryMethod in interface Beanvalue - allowed object is
Stringpublic String getFactoryBean()
Bean
getFactoryBean in interface BeanStringpublic void setFactoryBean(String value)
Bean
setFactoryBean in interface Beanvalue - allowed object is
Stringpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
getOtherAttributes in interface Bean
protected static void copyMetaOrConstructorArgOrProperty(List<Object> source,
List<Object> target)
MetaOrConstructorArgOrProperty.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public BeanImpl clone()
clone in class IdentifiedTypeImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||