Package org.exolab.castor.builder.types
Class XSCollectionFactory
java.lang.Object
org.exolab.castor.builder.types.XSCollectionFactory
Helper class to facilitate creation of XML schema collection types.
- Since:
- 1.1
- Author:
- Werner Guttmann
-
Method Summary
Modifier and TypeMethodDescriptionstatic XSListType
createCollection
(String collectionName, XSType contentType, boolean useJava50) Factory method to create an XS collection type, i.e.
-
Method Details
-
createCollection
public static XSListType createCollection(String collectionName, XSType contentType, boolean useJava50) Factory method to create an XS collection type, i.e. an instance ofXSListType
.- Parameters:
collectionName
- The name of the Java collection type,e.g. 'java.util.Collection'contentType
- the content type of the collection, ie. the type of objects that the collection will containuseJava50
- true if source code is supposed to be generated for Java 5- Returns:
- An
XSListType
instance. - See Also:
-