|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.BeansImpl
public class BeansImpl
| 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 List<Object> |
importOrAliasOrBean
|
| Constructor Summary | |
|---|---|
BeansImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.BeansImpl instance. |
|
BeansImpl(BeansImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.BeansImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
BeansImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyImportOrAliasOrBean(List<Object> source,
List<Object> target)
Copies all values of property ImportOrAliasOrBean. |
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. |
List<Object> |
getImportOrAliasOrBean()
Gets the value of the importOrAliasOrBean property. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionImpl description
protected List<Object> importOrAliasOrBean
protected Boolean defaultLazyInit
protected Boolean defaultMerge
protected String defaultAutowire
protected String defaultDependencyCheck
protected String defaultAutowireCandidates
protected String defaultInitMethod
protected String defaultDestroyMethod
| Constructor Detail |
|---|
public BeansImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.BeansImpl instance.
public BeansImpl(BeansImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.BeansImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Description getDescription()
Beans
getDescription in interface BeansDescriptionpublic void setDescription(Description value)
Beans
setDescription in interface Beansvalue - allowed object is
Descriptionpublic List<Object> getImportOrAliasOrBean()
Beans
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 importOrAliasOrBean property.
For example, to add a new item, do as follows:
getImportOrAliasOrBean().add(newItem);
Objects of the following type(s) are allowed in the list
Bean
Import
Object
Alias
getImportOrAliasOrBean in interface Beanspublic boolean isDefaultLazyInit()
Beans
isDefaultLazyInit in interface BeansBooleanpublic void setDefaultLazyInit(Boolean value)
Beans
setDefaultLazyInit in interface Beansvalue - allowed object is
Booleanpublic boolean isDefaultMerge()
Beans
isDefaultMerge in interface BeansBooleanpublic void setDefaultMerge(Boolean value)
Beans
setDefaultMerge in interface Beansvalue - allowed object is
Booleanpublic String getDefaultAutowire()
Beans
getDefaultAutowire in interface BeansStringpublic void setDefaultAutowire(String value)
Beans
setDefaultAutowire in interface Beansvalue - allowed object is
Stringpublic String getDefaultDependencyCheck()
Beans
getDefaultDependencyCheck in interface BeansStringpublic void setDefaultDependencyCheck(String value)
Beans
setDefaultDependencyCheck in interface Beansvalue - allowed object is
Stringpublic String getDefaultAutowireCandidates()
Beans
getDefaultAutowireCandidates in interface BeansStringpublic void setDefaultAutowireCandidates(String value)
Beans
setDefaultAutowireCandidates in interface Beansvalue - allowed object is
Stringpublic String getDefaultInitMethod()
Beans
getDefaultInitMethod in interface BeansStringpublic void setDefaultInitMethod(String value)
Beans
setDefaultInitMethod in interface Beansvalue - allowed object is
Stringpublic String getDefaultDestroyMethod()
Beans
getDefaultDestroyMethod in interface BeansStringpublic void setDefaultDestroyMethod(String value)
Beans
setDefaultDestroyMethod in interface Beansvalue - 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 Beans
public static void copyImportOrAliasOrBean(List<Object> source,
List<Object> target)
ImportOrAliasOrBean.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public BeansImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||