public class

SimpleType

extends Object
implements Constants
java.lang.Object
   ↳ com.sforce.ws.wsdl.SimpleType

Class Overview

This class represents WSDL->Definitions->types->schema->simpleType

Summary

[Expand]
Inherited Constants
From interface com.sforce.ws.wsdl.Constants
Fields
private String name
private Restriction restriction
private Schema schema
Public Constructors
SimpleType(Schema schema)
Public Methods
String getName()
Restriction getRestriction()
Schema getSchema()
void read(WsdlParser parser, String elementName)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String name

private Restriction restriction

private Schema schema

Public Constructors

public SimpleType (Schema schema)

Parameters
schema

Public Methods

public String getName ()

public Restriction getRestriction ()

public Schema getSchema ()

public void read (WsdlParser parser, String elementName)

Parameters
parser
elementName

public String toString ()