net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans
Class Bean

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Bean
All Implemented Interfaces:
Serializable, Cloneable

public class Bean
extends IdentifiedType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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  Object[] metaOrConstructorArgOrProperty
           
protected  String name
           
protected  String parent
           
protected  Boolean primary
           
protected  String scope
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
Bean()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Bean instance.
Bean(Bean o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Bean instance by copying a given instance.
 
Method Summary
 Bean clone()
          Creates and returns a copy of this object.
 void copyMetaOrConstructorArgOrProperty(Object[] source)
          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.
 Object[] getMetaOrConstructorArgOrProperty()
           
 Object getMetaOrConstructorArgOrProperty(int idx)
           
 int getMetaOrConstructorArgOrPropertyLength()
           
 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.
 Object setMetaOrConstructorArgOrProperty(int idx, Object value)
           
 void setMetaOrConstructorArgOrProperty(Object[] values)
           
 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.pub.indexed.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

description

protected Description description

metaOrConstructorArgOrProperty

protected Object[] metaOrConstructorArgOrProperty

name

protected String name

clazz

protected String clazz

parent

protected String parent

scope

protected String scope

_abstract

protected Boolean _abstract

lazyInit

protected DefaultableBoolean lazyInit

autowire

protected String autowire

dependencyCheck

protected String dependencyCheck

dependsOn

protected String dependsOn

autowireCandidate

protected DefaultableBoolean autowireCandidate

primary

protected Boolean primary

initMethod

protected String initMethod

destroyMethod

protected String destroyMethod

factoryMethod

protected String factoryMethod

factoryBean

protected String factoryBean
Constructor Detail

Bean

public Bean()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Bean instance.


Bean

public Bean(Bean o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Bean instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getMetaOrConstructorArgOrProperty

public Object[] getMetaOrConstructorArgOrProperty()
Returns:
array of Qualifier Object ReplacedMethod ConstructorArg JAXBElement<PropertyType> LookupMethod JAXBElement<MetaType>

getMetaOrConstructorArgOrProperty

public Object getMetaOrConstructorArgOrProperty(int idx)
Returns:
one of Qualifier Object ReplacedMethod ConstructorArg JAXBElement<PropertyType> LookupMethod JAXBElement<MetaType>

getMetaOrConstructorArgOrPropertyLength

public int getMetaOrConstructorArgOrPropertyLength()

setMetaOrConstructorArgOrProperty

public void setMetaOrConstructorArgOrProperty(Object[] values)
Parameters:
values - allowed objects are Qualifier Object ReplacedMethod ConstructorArg JAXBElement<PropertyType> LookupMethod JAXBElement<MetaType>

setMetaOrConstructorArgOrProperty

public Object setMetaOrConstructorArgOrProperty(int idx,
                                                Object value)
Parameters:
value - allowed object is Qualifier Object ReplacedMethod ConstructorArg JAXBElement<PropertyType> LookupMethod JAXBElement<MetaType>

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getParent

public String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

public void setParent(String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

getScope

public String getScope()
Gets the value of the scope property.

Returns:
possible object is String

setScope

public void setScope(String value)
Sets the value of the scope property.

Parameters:
value - allowed object is String

isAbstract

public Boolean isAbstract()
Gets the value of the abstract property.

Returns:
possible object is Boolean

setAbstract

public void setAbstract(Boolean value)
Sets the value of the abstract property.

Parameters:
value - allowed object is Boolean

getLazyInit

public DefaultableBoolean getLazyInit()
Gets the value of the lazyInit property.

Returns:
possible object is DefaultableBoolean

setLazyInit

public void setLazyInit(DefaultableBoolean value)
Sets the value of the lazyInit property.

Parameters:
value - allowed object is DefaultableBoolean

getAutowire

public String getAutowire()
Gets the value of the autowire property.

Returns:
possible object is String

setAutowire

public void setAutowire(String value)
Sets the value of the autowire property.

Parameters:
value - allowed object is String

getDependencyCheck

public String getDependencyCheck()
Gets the value of the dependencyCheck property.

Returns:
possible object is String

setDependencyCheck

public void setDependencyCheck(String value)
Sets the value of the dependencyCheck property.

Parameters:
value - allowed object is String

getDependsOn

public String getDependsOn()
Gets the value of the dependsOn property.

Returns:
possible object is String

setDependsOn

public void setDependsOn(String value)
Sets the value of the dependsOn property.

Parameters:
value - allowed object is String

getAutowireCandidate

public DefaultableBoolean getAutowireCandidate()
Gets the value of the autowireCandidate property.

Returns:
possible object is DefaultableBoolean

setAutowireCandidate

public void setAutowireCandidate(DefaultableBoolean value)
Sets the value of the autowireCandidate property.

Parameters:
value - allowed object is DefaultableBoolean

isPrimary

public Boolean isPrimary()
Gets the value of the primary property.

Returns:
possible object is Boolean

setPrimary

public void setPrimary(Boolean value)
Sets the value of the primary property.

Parameters:
value - allowed object is Boolean

getInitMethod

public String getInitMethod()
Gets the value of the initMethod property.

Returns:
possible object is String

setInitMethod

public void setInitMethod(String value)
Sets the value of the initMethod property.

Parameters:
value - allowed object is String

getDestroyMethod

public String getDestroyMethod()
Gets the value of the destroyMethod property.

Returns:
possible object is String

setDestroyMethod

public void setDestroyMethod(String value)
Sets the value of the destroyMethod property.

Parameters:
value - allowed object is String

getFactoryMethod

public String getFactoryMethod()
Gets the value of the factoryMethod property.

Returns:
possible object is String

setFactoryMethod

public void setFactoryMethod(String value)
Sets the value of the factoryMethod property.

Parameters:
value - allowed object is String

getFactoryBean

public String getFactoryBean()
Gets the value of the factoryBean property.

Returns:
possible object is String

setFactoryBean

public void setFactoryBean(String value)
Sets the value of the factoryBean property.

Parameters:
value - allowed object is String

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

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.

Returns:
always non-null

copyMetaOrConstructorArgOrProperty

public void copyMetaOrConstructorArgOrProperty(Object[] source)
Copies all values of property MetaOrConstructorArgOrProperty.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public Bean clone()
Creates and returns a copy of this object.

Specified by:
clone in class IdentifiedType
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.