net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans
Interface Beans

All Known Implementing Classes:
BeansImpl

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

getDescription

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

Returns:
possible object is Description

setDescription

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

Parameters:
value - allowed object is Description

getImportOrAliasOrBean

Object[] getImportOrAliasOrBean()
Returns:
array of Import Alias Object Bean

getImportOrAliasOrBean

Object getImportOrAliasOrBean(int idx)
Returns:
one of Import Alias Object Bean

getImportOrAliasOrBeanLength

int getImportOrAliasOrBeanLength()

setImportOrAliasOrBean

void setImportOrAliasOrBean(Object[] values)
Parameters:
values - allowed objects are Import Alias Object Bean

setImportOrAliasOrBean

Object setImportOrAliasOrBean(int idx,
                              Object value)
Parameters:
value - allowed object is Import Alias Object Bean

isDefaultLazyInit

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

Returns:
possible object is Boolean

setDefaultLazyInit

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

Parameters:
value - allowed object is Boolean

isDefaultMerge

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

Returns:
possible object is Boolean

setDefaultMerge

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

Parameters:
value - allowed object is Boolean

getDefaultAutowire

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

Returns:
possible object is String

setDefaultAutowire

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

Parameters:
value - allowed object is String

getDefaultDependencyCheck

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

Returns:
possible object is String

setDefaultDependencyCheck

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

Parameters:
value - allowed object is String

getDefaultAutowireCandidates

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

Returns:
possible object is String

setDefaultAutowireCandidates

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

Parameters:
value - allowed object is String

getDefaultInitMethod

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

Returns:
possible object is String

setDefaultInitMethod

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

Parameters:
value - allowed object is String

getDefaultDestroyMethod

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

Returns:
possible object is String

setDefaultDestroyMethod

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

Parameters:
value - allowed object is String

getOtherAttributes

Map<QName,String> getOtherAttributes()


Copyright © 2009 The CC-XJC Community. All Rights Reserved.