public class

Element

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

Class Overview

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

Summary

Constants
int UNBOUNDED
[Expand]
Inherited Constants
From interface com.sforce.ws.wsdl.Constants
Fields
private boolean isComplexType
private String maxOccurs
private String minOccurs
private String name
private String nillable
private QName ref
private Schema schema
private QName type
Public Constructors
Element(Schema schema)
Public Methods
int getMaxOccurs()
int getMinOccurs()
String getName()
QName getRef()
Schema getSchema()
QName getType()
boolean isComplexType()
boolean isNillable()
void read(WsdlParser parser)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int UNBOUNDED

Constant Value: -1 (0xffffffff)

Fields

private boolean isComplexType

private String maxOccurs

private String minOccurs

private String name

private String nillable

private QName ref

private Schema schema

private QName type

Public Constructors

public Element (Schema schema)

Parameters
schema

Public Methods

public int getMaxOccurs ()

public int getMinOccurs ()

public String getName ()

public QName getRef ()

public Schema getSchema ()

public QName getType ()

public boolean isComplexType ()

public boolean isNillable ()

public void read (WsdlParser parser)

Parameters
parser

public String toString ()