com.sforce.ws.wsdl
Class ComplexType
java.lang.Object
com.sforce.ws.wsdl.ComplexType
- All Implemented Interfaces:
- Constants
public class ComplexType
- extends java.lang.Object
- implements Constants
This class represents WSDL->Definitions->types->schema->complexType
- Since:
- 1.0 Nov 9, 2005
- Version:
- 1.0
- Author:
- http://cheenath.com
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ComplexType
public ComplexType(Schema schema)
ComplexType
public ComplexType(Schema schema,
java.lang.String name)
getContent
public Collection getContent()
getBase
public javax.xml.namespace.QName getBase()
hasBaseClass
public boolean hasBaseClass()
getSchema
public Schema getSchema()
setHeader
public void setHeader(boolean isHeader)
isHeader
public boolean isHeader()
getAttributes
public java.util.Iterator<Attribute> getAttributes()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
read
public void read(WsdlParser parser,
java.lang.String elementName)
throws WsdlParseException
- Throws:
WsdlParseException
getName
public java.lang.String getName()
Copyright © 2011. All Rights Reserved.