com.sforce.ws.wsdl
Class Types

java.lang.Object
  extended by com.sforce.ws.wsdl.WsdlNode
      extended by com.sforce.ws.wsdl.Types
All Implemented Interfaces:
Constants

public class Types
extends WsdlNode

This class represents Definitions->types.

Since:
1.0 Nov 5, 2005
Version:
1.0
Author:
http://cheenath.com

Field Summary
 
Fields inherited from interface com.sforce.ws.wsdl.Constants
ADDRESS, ALL, ANNOTATION, ATTRIBUTE, ATTRIBUTE_FORM_DEFAULT, BASE, BINDING, BODY, CHOICE, CLIENT_SYNC_SFORCE_NS, COMPLEX_TYPE, CROSS_INSTANCE_SFORCE_NS, DEFINITIONS, DOCUMENTATION, ELEMENT, ELEMENT_FORM_DEFAULT, ENTERPRISE_NS, ENTERPRISE_SOBJECT_NS, ENUMERATION, EXTENSION, FAULT, HEADER, IMPORT, INPUT, INTERNAL_SFORCE_NS, LOCATION, MAX_OCCURS, MESSAGE, META_SFORCE_NS, MIN_OCCURS, NAME, NILLABLE, OPERATION, OUTPUT, PART, PARTNER_NS, PARTNER_SOBJECT_NS, PORT, PORT_TYPE, REF, RESTRICTION, SCHEMA, SCHEMA_INSTANCE_NS, SCHEMA_NS, SEQUENCE, SERVICE, SIMPLE_TYPE, SOAP_ENVELOPE_NS, STYLE, SYNC_API_SFORCE_NS, TARGET_NAME_SPACE, TRANSPORT, TYPE, TYPES, VALUE, WSDL_NS, WSDL_SOAP_NS
 
Constructor Summary
Types()
           
 
Method Summary
 ComplexType getComplexType(QName type)
           
 Element getElement(QName element)
           
 Iterator<Schema> getSchemas()
           
 SimpleType getSimpleTypeAllowNull(QName type)
           
 void read(WsdlParser parser)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Types

public Types()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

read

public void read(WsdlParser parser)
          throws WsdlParseException
Throws:
WsdlParseException

getSchemas

public Iterator<Schema> getSchemas()

getElement

public Element getElement(QName element)
                   throws ConnectionException
Throws:
ConnectionException

getSimpleTypeAllowNull

public SimpleType getSimpleTypeAllowNull(QName type)

getComplexType

public ComplexType getComplexType(QName type)
                           throws ConnectionException
Throws:
ConnectionException


Copyright © 2012. All Rights Reserved.