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

Documentation
	A set can contain multiple inner bean, ref, collection, or value elements.
			
Properties
This component is not nillable.

Model
<set
  merge = defaultable-boolean : default
  value-type = xsd:string>
(description?, (bean | ref | idref | value | null | array | list | set | map | props | (any element from any other namespace)*)* )
</set>


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

Attribute Summary
 defaultable-booleanmerge
           Enables/disables merging for collections when using parent/child beans.  
 xsd:stringvalue-type
          The default Java type for nested values. 

Attribute Detail

merge

Enables/disables merging for collections when using parent/child beans.

Type:
defaultable-boolean
Default:
default
Use:
optional
Form:
unqualified

value-type

The default Java type for nested values. Must be a fully qualified class name.

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="set">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="listOrSetType">
<xsd:attribute default="default" name="merge" type="defaultable-boolean">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>


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