|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Beans
public class Beans
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.springframework.org/schema/beans}description" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.springframework.org/schema/beans}import"/>
<element ref="{http://www.springframework.org/schema/beans}alias"/>
<element ref="{http://www.springframework.org/schema/beans}bean"/>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="default-lazy-init" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="default-merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="default-autowire" default="no">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="no"/>
<enumeration value="byName"/>
<enumeration value="byType"/>
<enumeration value="constructor"/>
<enumeration value="autodetect"/>
</restriction>
</simpleType>
</attribute>
<attribute name="default-dependency-check" default="none">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="none"/>
<enumeration value="simple"/>
<enumeration value="objects"/>
<enumeration value="all"/>
</restriction>
</simpleType>
</attribute>
<attribute name="default-autowire-candidates" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default-init-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default-destroy-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
defaultAutowire
|
protected String |
defaultAutowireCandidates
|
protected String |
defaultDependencyCheck
|
protected String |
defaultDestroyMethod
|
protected String |
defaultInitMethod
|
protected Boolean |
defaultLazyInit
|
protected Boolean |
defaultMerge
|
protected Description |
description
|
protected Object[] |
importOrAliasOrBean
|
| Constructor Summary | |
|---|---|
Beans()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Beans instance. |
|
Beans(Beans o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Beans instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Beans |
clone()
Creates and returns a copy of this object. |
void |
copyImportOrAliasOrBean(Object[] source)
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. |
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 |
|---|
protected Description description
protected 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 Beans()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Beans instance.
public Beans(Beans o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Beans 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 Object[] getImportOrAliasOrBean()
Bean
Object
Import
Aliaspublic Object getImportOrAliasOrBean(int idx)
Bean
Object
Import
Aliaspublic int getImportOrAliasOrBeanLength()
public void setImportOrAliasOrBean(Object[] values)
values - allowed objects are
Bean
Object
Import
Alias
public Object setImportOrAliasOrBean(int idx,
Object value)
value - allowed object is
Bean
Object
Import
Aliaspublic boolean isDefaultLazyInit()
Booleanpublic void setDefaultLazyInit(Boolean value)
value - allowed object is
Booleanpublic boolean isDefaultMerge()
Booleanpublic void setDefaultMerge(Boolean value)
value - allowed object is
Booleanpublic String getDefaultAutowire()
Stringpublic void setDefaultAutowire(String value)
value - allowed object is
Stringpublic String getDefaultDependencyCheck()
Stringpublic void setDefaultDependencyCheck(String value)
value - allowed object is
Stringpublic String getDefaultAutowireCandidates()
Stringpublic void setDefaultAutowireCandidates(String value)
value - allowed object is
Stringpublic String getDefaultInitMethod()
Stringpublic void setDefaultInitMethod(String value)
value - allowed object is
Stringpublic String getDefaultDestroyMethod()
Stringpublic void setDefaultDestroyMethod(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.
public void copyImportOrAliasOrBean(Object[] source)
ImportOrAliasOrBean.
source - The source to copy from.
NullPointerException - if source is null.public Beans clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||