Uses of Class
com.sforce.ws.wsdl.ComplexType
Packages that use ComplexType
Package
Description
Provides an WSDL Object model that can parse and generate WSDL.
-
Uses of ComplexType in com.sforce.ws.codegen
Fields in com.sforce.ws.codegen declared as ComplexTypeMethods in com.sforce.ws.codegen with parameters of type ComplexTypeModifier and TypeMethodDescriptionprotected voidGenerator.generateClassFromComplexType(Types types, Schema schema, ComplexType complexType, File dir) protected TypeMetadataConstructorGenerator.newTypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File dir) Extension point for embedding applications, like Maven plugins, to customize TypeMetadataConstructor without changing system properties.Constructors in com.sforce.ws.codegen with parameters of type ComplexTypeModifierConstructorDescriptionTypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File tempDir, TypeMapper typeMapper) TypeMetadataConstructor(Types types, Schema schema, ComplexType complexType, File tempDir, TypeMapper typeMapper, boolean laxMinOccursMode) -
Uses of ComplexType in com.sforce.ws.wsdl
Methods in com.sforce.ws.wsdl that return ComplexTypeModifier and TypeMethodDescriptionSchema.getComplexType(String type) Types.getComplexType(QName type) Types.getComplexTypeAllowNull(QName type) Methods in com.sforce.ws.wsdl that return types with arguments of type ComplexTypeMethods in com.sforce.ws.wsdl with parameters of type ComplexType