|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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()
|
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)
|
| Method Detail |
|---|
Description getDescription()
Descriptionvoid setDescription(Description value)
value - allowed object is
DescriptionObject[] getImportOrAliasOrBean()
Import
Alias
Object
BeanObject getImportOrAliasOrBean(int idx)
Import
Alias
Object
Beanint getImportOrAliasOrBeanLength()
void setImportOrAliasOrBean(Object[] values)
values - allowed objects are
Import
Alias
Object
Bean
Object setImportOrAliasOrBean(int idx,
Object value)
value - allowed object is
Import
Alias
Object
Beanboolean isDefaultLazyInit()
Booleanvoid setDefaultLazyInit(Boolean value)
value - allowed object is
Booleanboolean isDefaultMerge()
Booleanvoid setDefaultMerge(Boolean value)
value - allowed object is
BooleanString getDefaultAutowire()
Stringvoid setDefaultAutowire(String value)
value - allowed object is
StringString getDefaultDependencyCheck()
Stringvoid setDefaultDependencyCheck(String value)
value - allowed object is
StringString getDefaultAutowireCandidates()
Stringvoid setDefaultAutowireCandidates(String value)
value - allowed object is
StringString getDefaultInitMethod()
Stringvoid setDefaultInitMethod(String value)
value - allowed object is
StringString getDefaultDestroyMethod()
Stringvoid setDefaultDestroyMethod(String value)
value - allowed object is
StringMap<QName,String> getOtherAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||