Uses of Class
com.sforce.ws.wsdl.ComplexType
-
Packages that use ComplexType Package Description com.sforce.ws.codegen com.sforce.ws.wsdl 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 ComplexType Modifier and Type Field Description protected ComplexTypeTypeMetadataConstructor. complexTypeMethods in com.sforce.ws.codegen with parameters of type ComplexType Modifier and Type Method Description protected 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 ComplexType Constructor Description TypeMetadataConstructor(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 ComplexType Modifier and Type Method Description ComplexTypeSchema. getComplexType(String type)ComplexTypeTypes. getComplexType(QName type)ComplexTypeTypes. getComplexTypeAllowNull(QName type)Methods in com.sforce.ws.wsdl that return types with arguments of type ComplexType Modifier and Type Method Description Collection<ComplexType>Schema. getComplexTypes()Methods in com.sforce.ws.wsdl with parameters of type ComplexType Modifier and Type Method Description voidSchema. addComplexType(ComplexType type)
-