Uses of Class
com.sforce.ws.wsdl.SimpleType
-
Packages that use SimpleType Package Description com.sforce.ws.codegen com.sforce.ws.codegen.metadata com.sforce.ws.wsdl Provides an WSDL Object model that can parse and generate WSDL. -
-
Uses of SimpleType in com.sforce.ws.codegen
Methods in com.sforce.ws.codegen with parameters of type SimpleType Modifier and Type Method Description protected voidGenerator. generateClassFromSimpleType(Schema schema, SimpleType simpleType, java.io.File dir) -
Uses of SimpleType in com.sforce.ws.codegen.metadata
Methods in com.sforce.ws.codegen.metadata with parameters of type SimpleType Modifier and Type Method Description static java.util.Collection<SimpleClassMetadata.EnumAndValue>SimpleClassMetadata. getEnumsAndValues(SimpleType simpleType, TypeMapper typeMapper)Constructors in com.sforce.ws.codegen.metadata with parameters of type SimpleType Constructor Description SimpleClassMetadata(Schema schema, SimpleType simpleType, TypeMapper typeMapper) -
Uses of SimpleType in com.sforce.ws.wsdl
Methods in com.sforce.ws.wsdl that return SimpleType Modifier and Type Method Description SimpleTypeSchema. getSimpleType(java.lang.String type)SimpleTypeTypes. getSimpleTypeAllowNull(javax.xml.namespace.QName type)Methods in com.sforce.ws.wsdl that return types with arguments of type SimpleType Modifier and Type Method Description java.util.Collection<SimpleType>Schema. getSimpleTypes()Methods in com.sforce.ws.wsdl with parameters of type SimpleType Modifier and Type Method Description voidSchema. addSimpleType(SimpleType type)
-