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

Documentation
	Contains a string representation of a property value.
	The property may be a string, or may be converted to the required
	type using the JavaBeans PropertyEditor machinery. This makes it
	possible for application developers to write custom PropertyEditor
	implementations that can convert strings to arbitrary target objects.

	Note that this is recommended for simple objects only. Configure
	more complex objects by populating JavaBean properties with
	references to other beans.
			
Properties
This component is not nillable.

Model
<value
  type = xsd:string>
*
</value>


Attribute Summary
 xsd:stringtype
          The exact type that the value should be converted to. 

Attribute Detail

type

The exact type that the value should be converted to. Only needed if the type of the target property or constructor argument is too generic: for example, in case of a collection element.

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="value">
<xsd:complexType mixed="true">
<xsd:choice maxOccurs="unbounded" minOccurs="0"/>
<xsd:attribute name="type" type="xsd:string">
</xsd:attribute>
</xsd:complexType>
</xsd:element>


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