net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans
Class Beans

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.Beans
All Implemented Interfaces:
Serializable, Cloneable

public class Beans
extends Object
implements Serializable, Cloneable

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>
 

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  Description description
           
protected  List<Object> importOrAliasOrBean
           
 
Constructor Summary
Beans()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.Beans instance.
Beans(Beans o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.Beans instance by copying a given instance.
 
Method Summary
 Beans 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.
 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

description

protected Description description

importOrAliasOrBean

protected List<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

Beans

public Beans()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.Beans instance.


Beans

public Beans(Beans o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.Beans instance by copying a given instance.

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

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getImportOrAliasOrBean

public List<Object> getImportOrAliasOrBean()
Gets the value of the importOrAliasOrBean property.

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 Alias Import Object


isDefaultLazyInit

public boolean isDefaultLazyInit()
Gets the value of the defaultLazyInit property.

Returns:
possible object is Boolean

setDefaultLazyInit

public void setDefaultLazyInit(Boolean value)
Sets the value of the defaultLazyInit property.

Parameters:
value - allowed object is Boolean

isDefaultMerge

public boolean isDefaultMerge()
Gets the value of the defaultMerge property.

Returns:
possible object is Boolean

setDefaultMerge

public void setDefaultMerge(Boolean value)
Sets the value of the defaultMerge property.

Parameters:
value - allowed object is Boolean

getDefaultAutowire

public String getDefaultAutowire()
Gets the value of the defaultAutowire property.

Returns:
possible object is String

setDefaultAutowire

public void setDefaultAutowire(String value)
Sets the value of the defaultAutowire property.

Parameters:
value - allowed object is String

getDefaultDependencyCheck

public String getDefaultDependencyCheck()
Gets the value of the defaultDependencyCheck property.

Returns:
possible object is String

setDefaultDependencyCheck

public void setDefaultDependencyCheck(String value)
Sets the value of the defaultDependencyCheck property.

Parameters:
value - allowed object is String

getDefaultAutowireCandidates

public String getDefaultAutowireCandidates()
Gets the value of the defaultAutowireCandidates property.

Returns:
possible object is String

setDefaultAutowireCandidates

public void setDefaultAutowireCandidates(String value)
Sets the value of the defaultAutowireCandidates property.

Parameters:
value - allowed object is String

getDefaultInitMethod

public String getDefaultInitMethod()
Gets the value of the defaultInitMethod property.

Returns:
possible object is String

setDefaultInitMethod

public void setDefaultInitMethod(String value)
Sets the value of the defaultInitMethod property.

Parameters:
value - allowed object is String

getDefaultDestroyMethod

public String getDefaultDestroyMethod()
Gets the value of the defaultDestroyMethod property.

Returns:
possible object is String

setDefaultDestroyMethod

public void setDefaultDestroyMethod(String value)
Sets the value of the defaultDestroyMethod property.

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.

Returns:
always non-null

clone

public Beans 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.