net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans
Interface Bean

All Superinterfaces:
IdentifiedType
All Known Implementing Classes:
BeanImpl

public interface Bean
extends IdentifiedType

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <group ref="{http://www.springframework.org/schema/beans}beanElements"/>
       <attGroup ref="{http://www.springframework.org/schema/beans}beanAttributes"/>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getAutowire()
          Gets the value of the autowire property.
 DefaultableBoolean getAutowireCandidate()
          Gets the value of the autowireCandidate property.
 String getClazz()
          Gets the value of the clazz property.
 String getDependencyCheck()
          Gets the value of the dependencyCheck property.
 String getDependsOn()
          Gets the value of the dependsOn property.
 Description getDescription()
          Gets the value of the description property.
 String getDestroyMethod()
          Gets the value of the destroyMethod property.
 String getFactoryBean()
          Gets the value of the factoryBean property.
 String getFactoryMethod()
          Gets the value of the factoryMethod property.
 String getInitMethod()
          Gets the value of the initMethod property.
 DefaultableBoolean getLazyInit()
          Gets the value of the lazyInit property.
 Object[] getMetaOrConstructorArgOrProperty()
           
 Object getMetaOrConstructorArgOrProperty(int idx)
           
 int getMetaOrConstructorArgOrPropertyLength()
           
 String getName()
          Gets the value of the name property.
 Map<QName,String> getOtherAttributes()
           
 String getParent()
          Gets the value of the parent property.
 String getScope()
          Gets the value of the scope property.
 Boolean isAbstract()
          Gets the value of the abstract property.
 Boolean isPrimary()
          Gets the value of the primary property.
 void setAbstract(Boolean value)
          Sets the value of the abstract property.
 void setAutowire(String value)
          Sets the value of the autowire property.
 void setAutowireCandidate(DefaultableBoolean value)
          Sets the value of the autowireCandidate property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setDependencyCheck(String value)
          Sets the value of the dependencyCheck property.
 void setDependsOn(String value)
          Sets the value of the dependsOn property.
 void setDescription(Description value)
          Sets the value of the description property.
 void setDestroyMethod(String value)
          Sets the value of the destroyMethod property.
 void setFactoryBean(String value)
          Sets the value of the factoryBean property.
 void setFactoryMethod(String value)
          Sets the value of the factoryMethod property.
 void setInitMethod(String value)
          Sets the value of the initMethod property.
 void setLazyInit(DefaultableBoolean value)
          Sets the value of the lazyInit property.
 Object setMetaOrConstructorArgOrProperty(int idx, Object value)
           
 void setMetaOrConstructorArgOrProperty(Object[] values)
           
 void setName(String value)
          Sets the value of the name property.
 void setParent(String value)
          Sets the value of the parent property.
 void setPrimary(Boolean value)
          Sets the value of the primary property.
 void setScope(String value)
          Sets the value of the scope property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

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

getMetaOrConstructorArgOrProperty

Object[] getMetaOrConstructorArgOrProperty()
Returns:
array of JAXBElement<PropertyType> Object ReplacedMethod LookupMethod JAXBElement<MetaType> ConstructorArg Qualifier

getMetaOrConstructorArgOrProperty

Object getMetaOrConstructorArgOrProperty(int idx)
Returns:
one of JAXBElement<PropertyType> Object ReplacedMethod LookupMethod JAXBElement<MetaType> ConstructorArg Qualifier

getMetaOrConstructorArgOrPropertyLength

int getMetaOrConstructorArgOrPropertyLength()

setMetaOrConstructorArgOrProperty

void setMetaOrConstructorArgOrProperty(Object[] values)
Parameters:
values - allowed objects are JAXBElement<PropertyType> Object ReplacedMethod LookupMethod JAXBElement<MetaType> ConstructorArg Qualifier

setMetaOrConstructorArgOrProperty

Object setMetaOrConstructorArgOrProperty(int idx,
                                         Object value)
Parameters:
value - allowed object is JAXBElement<PropertyType> Object ReplacedMethod LookupMethod JAXBElement<MetaType> ConstructorArg Qualifier

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getClazz

String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getParent

String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

void setParent(String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

getScope

String getScope()
Gets the value of the scope property.

Returns:
possible object is String

setScope

void setScope(String value)
Sets the value of the scope property.

Parameters:
value - allowed object is String

isAbstract

Boolean isAbstract()
Gets the value of the abstract property.

Returns:
possible object is Boolean

setAbstract

void setAbstract(Boolean value)
Sets the value of the abstract property.

Parameters:
value - allowed object is Boolean

getLazyInit

DefaultableBoolean getLazyInit()
Gets the value of the lazyInit property.

Returns:
possible object is DefaultableBoolean

setLazyInit

void setLazyInit(DefaultableBoolean value)
Sets the value of the lazyInit property.

Parameters:
value - allowed object is DefaultableBoolean

getAutowire

String getAutowire()
Gets the value of the autowire property.

Returns:
possible object is String

setAutowire

void setAutowire(String value)
Sets the value of the autowire property.

Parameters:
value - allowed object is String

getDependencyCheck

String getDependencyCheck()
Gets the value of the dependencyCheck property.

Returns:
possible object is String

setDependencyCheck

void setDependencyCheck(String value)
Sets the value of the dependencyCheck property.

Parameters:
value - allowed object is String

getDependsOn

String getDependsOn()
Gets the value of the dependsOn property.

Returns:
possible object is String

setDependsOn

void setDependsOn(String value)
Sets the value of the dependsOn property.

Parameters:
value - allowed object is String

getAutowireCandidate

DefaultableBoolean getAutowireCandidate()
Gets the value of the autowireCandidate property.

Returns:
possible object is DefaultableBoolean

setAutowireCandidate

void setAutowireCandidate(DefaultableBoolean value)
Sets the value of the autowireCandidate property.

Parameters:
value - allowed object is DefaultableBoolean

isPrimary

Boolean isPrimary()
Gets the value of the primary property.

Returns:
possible object is Boolean

setPrimary

void setPrimary(Boolean value)
Sets the value of the primary property.

Parameters:
value - allowed object is Boolean

getInitMethod

String getInitMethod()
Gets the value of the initMethod property.

Returns:
possible object is String

setInitMethod

void setInitMethod(String value)
Sets the value of the initMethod property.

Parameters:
value - allowed object is String

getDestroyMethod

String getDestroyMethod()
Gets the value of the destroyMethod property.

Returns:
possible object is String

setDestroyMethod

void setDestroyMethod(String value)
Sets the value of the destroyMethod property.

Parameters:
value - allowed object is String

getFactoryMethod

String getFactoryMethod()
Gets the value of the factoryMethod property.

Returns:
possible object is String

setFactoryMethod

void setFactoryMethod(String value)
Sets the value of the factoryMethod property.

Parameters:
value - allowed object is String

getFactoryBean

String getFactoryBean()
Gets the value of the factoryBean property.

Returns:
possible object is String

setFactoryBean

void setFactoryBean(String value)
Sets the value of the factoryBean property.

Parameters:
value - allowed object is String

getOtherAttributes

Map<QName,String> getOtherAttributes()


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