Class Element

  • All Implemented Interfaces:
    Constants

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

      • Element

        public Element​(Schema schema)
    • Method Detail

      • isComplexType

        public boolean isComplexType()
      • getType

        public javax.xml.namespace.QName getType()
      • getRef

        public javax.xml.namespace.QName getRef()
      • getSchema

        public Schema getSchema()
      • getMinOccurs

        public int getMinOccurs()
      • getMaxOccurs

        public int getMaxOccurs()
      • isNillable

        public boolean isNillable()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getName

        public java.lang.String getName()