Class Element

java.lang.Object
com.sforce.ws.wsdl.Element
All Implemented Interfaces:
Constants

public class Element extends Object implements Constants
This class represents WSDL->Definitions->types->schema->element
Since:
1.0 Nov 9, 2005
Version:
1.0
Author:
http://cheenath.com
  • Field Details

  • Constructor Details

    • Element

      public Element(Schema schema)
  • Method Details

    • isComplexType

      public boolean isComplexType()
    • getType

      public QName getType()
    • getRef

      public QName getRef()
    • getSchema

      public Schema getSchema()
    • getMinOccurs

      public int getMinOccurs()
    • getMaxOccurs

      public int getMaxOccurs()
    • isNillable

      public boolean isNillable()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • read

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

      public String getName()