org.codehaus.xfire.wsdl
Interface SchemaType


public interface SchemaType

An XSD type.

Author:
Dan Diephouse

Method Summary
 java.util.Set getDependencies()
          The types that this type references.
 javax.xml.namespace.QName getSchemaType()
          The schema type that this SchemaType represents.
 boolean isComplex()
          Whether or not this a complex type.
 void writeSchema(org.dom4j.Element element)
          Write the type schema (if complex) to the element.
 

Method Detail

isComplex

boolean isComplex()
Whether or not this a complex type. If true then the schema for this type is written out.

Returns:

getDependencies

java.util.Set getDependencies()
The types that this type references.

Returns:

writeSchema

void writeSchema(org.dom4j.Element element)
Write the type schema (if complex) to the element.

Parameters:
element -

getSchemaType

javax.xml.namespace.QName getSchemaType()
The schema type that this SchemaType represents.

Returns:


Copyright © 2004-2005 Codehaus. All Rights Reserved.