| Package | Description |
|---|---|
| com.sforce.ws.codegen | |
| com.sforce.ws.wsdl |
Provides an WSDL Object model that can parse and generate WSDL.
|
| Modifier and Type | Field and Description |
|---|---|
protected ComplexType |
TypeMetadataConstructor.complexType |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Generator.generateClassFromComplexType(Types types,
Schema schema,
ComplexType complexType,
java.io.File dir) |
protected TypeMetadataConstructor |
Generator.newTypeMetadataConstructor(Types types,
Schema schema,
ComplexType complexType,
java.io.File dir)
Extension point for embedding applications, like Maven plugins, to customize TypeMetadataConstructor without
changing system properties.
|
| Constructor and Description |
|---|
TypeMetadataConstructor(Types types,
Schema schema,
ComplexType complexType,
java.io.File tempDir,
TypeMapper typeMapper) |
TypeMetadataConstructor(Types types,
Schema schema,
ComplexType complexType,
java.io.File tempDir,
TypeMapper typeMapper,
boolean laxMinOccursMode) |
| Modifier and Type | Method and Description |
|---|---|
ComplexType |
Types.getComplexType(javax.xml.namespace.QName type) |
ComplexType |
Schema.getComplexType(java.lang.String type) |
ComplexType |
Types.getComplexTypeAllowNull(javax.xml.namespace.QName type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ComplexType> |
Schema.getComplexTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.addComplexType(ComplexType type) |
Copyright © 2020. All Rights Reserved.