Uses of Class
com.sforce.ws.wsdl.SimpleType

Packages that use SimpleType
com.sforce.ws.tools Provides command line tools (like: wsdlc, post) for WSC. 
com.sforce.ws.wsdl Provides an WSDL Object model that can parse and generate WSDL. 
 

Uses of SimpleType in com.sforce.ws.tools
 

Constructors in com.sforce.ws.tools with parameters of type SimpleType
SimpleTypeGenerator(Types types, Schema schema, SimpleType simpleType, File tempDir, TypeMapper typeMapper)
           
 

Uses of SimpleType in com.sforce.ws.wsdl
 

Methods in com.sforce.ws.wsdl that return SimpleType
 SimpleType Schema.getSimpleType(String type)
           
 SimpleType Types.getSimpleTypeAllowNull(QName type)
           
 

Methods in com.sforce.ws.wsdl that return types with arguments of type SimpleType
 Iterator<SimpleType> Schema.getSimpleTypes()
           
 

Methods in com.sforce.ws.wsdl with parameters of type SimpleType
 void Schema.addSimpleType(SimpleType type)
           
 



Copyright © 2012. All Rights Reserved.