|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema | |
|---|---|
| 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 Schema in com.sforce.ws.tools |
|---|
| Constructors in com.sforce.ws.tools with parameters of type Schema | |
|---|---|
ComplexTypeGenerator(Types types,
Schema schema,
ComplexType complexType,
File tempDir,
TypeMapper typeMapper,
boolean laxMinOccursMode)
|
|
SimpleTypeGenerator(Types types,
Schema schema,
SimpleType simpleType,
File tempDir,
TypeMapper typeMapper)
|
|
TypeGenerator(Types types,
Schema schema,
String name,
File tempDir,
TypeMapper typeMapper)
|
|
| Uses of Schema in com.sforce.ws.wsdl |
|---|
| Methods in com.sforce.ws.wsdl that return Schema | |
|---|---|
Schema |
SimpleType.getSchema()
|
Schema |
Enumeration.getSchema()
|
Schema |
Element.getSchema()
|
Schema |
ComplexType.getSchema()
|
| Methods in com.sforce.ws.wsdl that return types with arguments of type Schema | |
|---|---|
Iterator<Schema> |
Types.getSchemas()
|
| Constructors in com.sforce.ws.wsdl with parameters of type Schema | |
|---|---|
Attribute(Schema schema)
|
|
Collection(Schema schema,
String type)
|
|
ComplexType(Schema schema)
|
|
ComplexType(Schema schema,
String name)
|
|
Element(Schema schema)
|
|
Enumeration(Schema schema)
|
|
Restriction(Schema schema)
|
|
SimpleType(Schema schema)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||