|
||||||||||
| 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.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.Bean
public class Bean
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.springframework.org/schema/beans}identifiedType">
<group ref="{http://www.springframework.org/schema/beans}beanElements"/>
<attGroup ref="{http://www.springframework.org/schema/beans}beanAttributes"/>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
_abstract
|
protected String |
autowire
|
protected DefaultableBoolean |
autowireCandidate
|
protected String |
clazz
|
protected String |
dependencyCheck
|
protected String |
dependsOn
|
protected Description |
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.valueclass.spring.beans.IdentifiedType |
|---|
id |
| Constructor Summary | |
|---|---|
Bean()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.Bean instance. |
|
Bean(Bean o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.Bean instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Bean |
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.valueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Description 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 Bean()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.Bean instance.
public Bean(Bean o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.Bean instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic List<Object> getMetaOrConstructorArgOrProperty()
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
Qualifier
JAXBElement<MetaType>
Object
LookupMethod
ReplacedMethod
ConstructorArg
JAXBElement<PropertyType>
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic String getScope()
Stringpublic void setScope(String value)
value - allowed object is
Stringpublic Boolean isAbstract()
Booleanpublic void setAbstract(Boolean value)
value - allowed object is
Booleanpublic DefaultableBoolean getLazyInit()
DefaultableBooleanpublic void setLazyInit(DefaultableBoolean value)
value - allowed object is
DefaultableBooleanpublic String getAutowire()
Stringpublic void setAutowire(String value)
value - allowed object is
Stringpublic String getDependencyCheck()
Stringpublic void setDependencyCheck(String value)
value - allowed object is
Stringpublic String getDependsOn()
Stringpublic void setDependsOn(String value)
value - allowed object is
Stringpublic DefaultableBoolean getAutowireCandidate()
DefaultableBooleanpublic void setAutowireCandidate(DefaultableBoolean value)
value - allowed object is
DefaultableBooleanpublic Boolean isPrimary()
Booleanpublic void setPrimary(Boolean value)
value - allowed object is
Booleanpublic String getInitMethod()
Stringpublic void setInitMethod(String value)
value - allowed object is
Stringpublic String getDestroyMethod()
Stringpublic void setDestroyMethod(String value)
value - allowed object is
Stringpublic String getFactoryMethod()
Stringpublic void setFactoryMethod(String value)
value - allowed object is
Stringpublic String getFactoryBean()
Stringpublic void setFactoryBean(String value)
value - 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.
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 Bean clone()
clone in class IdentifiedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||