|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.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 List<Object> |
importOrAliasOrBean
|
| Constructor Summary | |
|---|---|
Beans()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.Beans instance. |
|
Beans(Beans o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.Beans instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Beans |
clone()
Creates and returns a copy of this object. |
protected 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 Description 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 Beans()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.Beans instance.
public Beans(Beans o)
net.sourceforge.ccxjc.it.model.prot.collections.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 List<Object> getImportOrAliasOrBean()
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
Import
Object
Alias
Bean
public 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.
protected 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 Beans clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||