org.apache.geronimo.ews.ws4j2ee.context.wsdl.type
Interface SchemaType


public interface SchemaType

,p>This class represent a Schema Type.


Field Summary
static org.apache.xml.utils.QName ARRAY_TYPE
           
static org.apache.xml.utils.QName SIMPLE_CONTENT
           
 
Method Summary
 void addAttributes(org.apache.xml.utils.QName name, org.apache.xml.utils.QName type)
           
 void addElement(ElementInfo elementInfo)
           
 org.apache.xml.utils.QName getArrayType()
           
 java.util.Iterator getAttributeNames()
           
 org.apache.xml.utils.QName getAttributeTypeByName(org.apache.xml.utils.QName name)
           
 java.util.Iterator getElementNames()
           
 ElementInfo getElementTypeByName(org.apache.xml.utils.QName name)
           
 org.apache.xml.utils.QName getExtentionBase()
           
 org.apache.xml.utils.QName getRestrictionBase()
           
 boolean isArray()
           
 boolean isSimpleTypeOrSimpleContent()
           
 void setArray(boolean b)
           
 

Field Detail

ARRAY_TYPE

public static final org.apache.xml.utils.QName ARRAY_TYPE

SIMPLE_CONTENT

public static final org.apache.xml.utils.QName SIMPLE_CONTENT
Method Detail

addAttributes

public void addAttributes(org.apache.xml.utils.QName name,
                          org.apache.xml.utils.QName type)

getAttributeTypeByName

public org.apache.xml.utils.QName getAttributeTypeByName(org.apache.xml.utils.QName name)

getAttributeNames

public java.util.Iterator getAttributeNames()

addElement

public void addElement(ElementInfo elementInfo)

getElementTypeByName

public ElementInfo getElementTypeByName(org.apache.xml.utils.QName name)

getElementNames

public java.util.Iterator getElementNames()

isArray

public boolean isArray()

setArray

public void setArray(boolean b)

getRestrictionBase

public org.apache.xml.utils.QName getRestrictionBase()
                                              throws ParserFault
Returns:
the restricion base of this type or return null.
Throws:
SAXException
ParserFault

getExtentionBase

public org.apache.xml.utils.QName getExtentionBase()
                                            throws ParserFault
Returns:
get the extension type if this is extended or null
Throws:
SAXException
ParserFault

getArrayType

public org.apache.xml.utils.QName getArrayType()

isSimpleTypeOrSimpleContent

public boolean isSimpleTypeOrSimpleContent()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.