http://www.springframework.org/schema/beans
element property

Documentation
	Bean definitions can have zero or more properties.
	Property elements correspond to JavaBean setter methods exposed
	by the bean classes. Spring supports primitives, references to other
	beans in the same or related factories, lists, maps and properties.
			
Properties
This component is not nillable.

Model
<property
  name = xsd:string
  ref = xsd:string
  value = xsd:string>
(description?, (meta | bean | ref | idref | value | null | array | list | set | map | props | (any element from any other namespace))? )
</property>


Nested Element Summary
 array
          
 bean
          
 description
          
 idref
          
 list
          
 map
          
 meta
          
 null
          
 props
          
 ref
          
 set
          
 value
          

Attribute Summary
 xsd:stringname
           The name of the property, following JavaBean naming conventions.  
 xsd:stringref
           A short-cut alternative to a nested "<ref bean='...'/>".  
 xsd:stringvalue
           A short-cut alternative to a nested "<value>...</value>" element.  

Attribute Detail

name

The name of the property, following JavaBean naming conventions.

Type:
xsd:string
Use:
required
Form:
unqualified

ref

A short-cut alternative to a nested "<ref bean='...'/>".

Type:
xsd:string
Use:
optional
Form:
unqualified

value

A short-cut alternative to a nested "<value>...</value>" element.

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="property" type="propertyType">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.