net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl
Class BeansImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.BeansImpl
All Implemented Interfaces:
Serializable, Cloneable, Beans

public class BeansImpl
extends Object
implements Serializable, Cloneable, Beans

See Also:
Serialized Form

Field Summary
protected  String defaultAutowire
           
protected  String defaultAutowireCandidates
           
protected  String defaultDependencyCheck
           
protected  String defaultDestroyMethod
           
protected  String defaultInitMethod
           
protected  Boolean defaultLazyInit
           
protected  Boolean defaultMerge
           
protected  DescriptionImpl description
           
protected  Object[] importOrAliasOrBean
           
 
Constructor Summary
BeansImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.BeansImpl instance.
BeansImpl(BeansImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.BeansImpl instance by copying a given instance.
 
Method Summary
 BeansImpl clone()
          Creates and returns a copy of this object.
 String getDefaultAutowire()
          Gets the value of the defaultAutowire property.
 String getDefaultAutowireCandidates()
          Gets the value of the defaultAutowireCandidates property.
 String getDefaultDependencyCheck()
          Gets the value of the defaultDependencyCheck property.
 String getDefaultDestroyMethod()
          Gets the value of the defaultDestroyMethod property.
 String getDefaultInitMethod()
          Gets the value of the defaultInitMethod property.
 Description getDescription()
          Gets the value of the description property.
 Object[] getImportOrAliasOrBean()
           
 Object getImportOrAliasOrBean(int idx)
           
 int getImportOrAliasOrBeanLength()
           
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 boolean isDefaultLazyInit()
          Gets the value of the defaultLazyInit property.
 boolean isDefaultMerge()
          Gets the value of the defaultMerge property.
 void setDefaultAutowire(String value)
          Sets the value of the defaultAutowire property.
 void setDefaultAutowireCandidates(String value)
          Sets the value of the defaultAutowireCandidates property.
 void setDefaultDependencyCheck(String value)
          Sets the value of the defaultDependencyCheck property.
 void setDefaultDestroyMethod(String value)
          Sets the value of the defaultDestroyMethod property.
 void setDefaultInitMethod(String value)
          Sets the value of the defaultInitMethod property.
 void setDefaultLazyInit(Boolean value)
          Sets the value of the defaultLazyInit property.
 void setDefaultMerge(Boolean value)
          Sets the value of the defaultMerge property.
 void setDescription(Description value)
          Sets the value of the description property.
 Object setImportOrAliasOrBean(int idx, Object value)
           
 void setImportOrAliasOrBean(Object[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionImpl description

importOrAliasOrBean

protected Object[] importOrAliasOrBean

defaultLazyInit

protected Boolean defaultLazyInit

defaultMerge

protected Boolean defaultMerge

defaultAutowire

protected String defaultAutowire

defaultDependencyCheck

protected String defaultDependencyCheck

defaultAutowireCandidates

protected String defaultAutowireCandidates

defaultInitMethod

protected String defaultInitMethod

defaultDestroyMethod

protected String defaultDestroyMethod
Constructor Detail

BeansImpl

public BeansImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.BeansImpl instance.


BeansImpl

public BeansImpl(BeansImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.impl.BeansImpl instance by copying a given instance.

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

getDescription

public Description getDescription()
Description copied from interface: Beans
Gets the value of the description property.

Specified by:
getDescription in interface Beans
Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Description copied from interface: Beans
Sets the value of the description property.

Specified by:
setDescription in interface Beans
Parameters:
value - allowed object is Description

getImportOrAliasOrBean

public Object[] getImportOrAliasOrBean()
Specified by:
getImportOrAliasOrBean in interface Beans
Returns:
array of Object Bean Import Alias

getImportOrAliasOrBean

public Object getImportOrAliasOrBean(int idx)
Specified by:
getImportOrAliasOrBean in interface Beans
Returns:
one of Object Bean Import Alias

getImportOrAliasOrBeanLength

public int getImportOrAliasOrBeanLength()
Specified by:
getImportOrAliasOrBeanLength in interface Beans

setImportOrAliasOrBean

public void setImportOrAliasOrBean(Object[] values)
Specified by:
setImportOrAliasOrBean in interface Beans
Parameters:
values - allowed objects are Object Bean Import Alias

setImportOrAliasOrBean

public Object setImportOrAliasOrBean(int idx,
                                     Object value)
Specified by:
setImportOrAliasOrBean in interface Beans
value - allowed object is Object Bean Import Alias

isDefaultLazyInit

public boolean isDefaultLazyInit()
Description copied from interface: Beans
Gets the value of the defaultLazyInit property.

Specified by:
isDefaultLazyInit in interface Beans
Returns:
possible object is Boolean

setDefaultLazyInit

public void setDefaultLazyInit(Boolean value)
Description copied from interface: Beans
Sets the value of the defaultLazyInit property.

Specified by:
setDefaultLazyInit in interface Beans
Parameters:
value - allowed object is Boolean

isDefaultMerge

public boolean isDefaultMerge()
Description copied from interface: Beans
Gets the value of the defaultMerge property.

Specified by:
isDefaultMerge in interface Beans
Returns:
possible object is Boolean

setDefaultMerge

public void setDefaultMerge(Boolean value)
Description copied from interface: Beans
Sets the value of the defaultMerge property.

Specified by:
setDefaultMerge in interface Beans
Parameters:
value - allowed object is Boolean

getDefaultAutowire

public String getDefaultAutowire()
Description copied from interface: Beans
Gets the value of the defaultAutowire property.

Specified by:
getDefaultAutowire in interface Beans
Returns:
possible object is String

setDefaultAutowire

public void setDefaultAutowire(String value)
Description copied from interface: Beans
Sets the value of the defaultAutowire property.

Specified by:
setDefaultAutowire in interface Beans
Parameters:
value - allowed object is String

getDefaultDependencyCheck

public String getDefaultDependencyCheck()
Description copied from interface: Beans
Gets the value of the defaultDependencyCheck property.

Specified by:
getDefaultDependencyCheck in interface Beans
Returns:
possible object is String

setDefaultDependencyCheck

public void setDefaultDependencyCheck(String value)
Description copied from interface: Beans
Sets the value of the defaultDependencyCheck property.

Specified by:
setDefaultDependencyCheck in interface Beans
Parameters:
value - allowed object is String

getDefaultAutowireCandidates

public String getDefaultAutowireCandidates()
Description copied from interface: Beans
Gets the value of the defaultAutowireCandidates property.

Specified by:
getDefaultAutowireCandidates in interface Beans
Returns:
possible object is String

setDefaultAutowireCandidates

public void setDefaultAutowireCandidates(String value)
Description copied from interface: Beans
Sets the value of the defaultAutowireCandidates property.

Specified by:
setDefaultAutowireCandidates in interface Beans
Parameters:
value - allowed object is String

getDefaultInitMethod

public String getDefaultInitMethod()
Description copied from interface: Beans
Gets the value of the defaultInitMethod property.

Specified by:
getDefaultInitMethod in interface Beans
Returns:
possible object is String

setDefaultInitMethod

public void setDefaultInitMethod(String value)
Description copied from interface: Beans
Sets the value of the defaultInitMethod property.

Specified by:
setDefaultInitMethod in interface Beans
Parameters:
value - allowed object is String

getDefaultDestroyMethod

public String getDefaultDestroyMethod()
Description copied from interface: Beans
Gets the value of the defaultDestroyMethod property.

Specified by:
getDefaultDestroyMethod in interface Beans
Returns:
possible object is String

setDefaultDestroyMethod

public void setDefaultDestroyMethod(String value)
Description copied from interface: Beans
Sets the value of the defaultDestroyMethod property.

Specified by:
setDefaultDestroyMethod in interface Beans
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.

Specified by:
getOtherAttributes in interface Beans
Returns:
always non-null

clone

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

Overrides:
clone in class Object
Returns:
A clone of this instance.


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