Class CollectionInfoJ2Set

    • Constructor Detail

      • CollectionInfoJ2Set

        public CollectionInfoJ2Set​(XSType contentType,
                                   java.lang.String name,
                                   java.lang.String elementName,
                                   boolean useJava50,
                                   FieldMemberAndAccessorFactory memberAndAccessorFactory,
                                   FieldMemberAndAccessorFactory contentMemberAndAccessorFactory)
        Creates an instance of this class that represents information about a Java collection type of type 'java.util.Set'.
        Parameters:
        contentType - The content type of the collection, ie. the type of objects that the collection will contain.
        name - The name of the Collection.
        elementName - The element name for each element in collection.
        useJava50 - true if code is supposed to be generated for Java 5
        memberAndAccessorFactory - the FieldMemberAndAccessorFactory to be used
        contentMemberAndAccessorFactory - the factory for the content