net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans
Interface CollectionType

All Known Subinterfaces:
List, List, ListOrSetType, Map, Map, MapType, Properties, Props, PropsType, Set, Set
All Known Implementing Classes:
CollectionTypeImpl, ListImpl, ListImpl, ListOrSetTypeImpl, MapImpl, MapImpl, MapTypeImpl, PropertiesImpl, PropsImpl, PropsTypeImpl, SetImpl, SetImpl

public interface CollectionType

Java class for collectionType complex type.

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

 <complexType name="collectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="value-type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getValueType()
          Gets the value of the valueType property.
 void setValueType(String value)
          Sets the value of the valueType property.
 

Method Detail

getValueType

String getValueType()
Gets the value of the valueType property.

Returns:
possible object is String

setValueType

void setValueType(String value)
Sets the value of the valueType property.

Parameters:
value - allowed object is String


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