org.codehaus.xfire.wsdl
Interface SchemaType

All Known Implementing Classes:
SimpleSchemaType

public interface SchemaType

An XSD type.

Author:
Dan Diephouse

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

Method Detail

isComplex

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

Returns:

isAbstract

public boolean isAbstract()
Whether or not this a complexType or a concrete element.

Returns:

isNillable

public boolean isNillable()

getDependencies

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

Returns:

writeSchema

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

Parameters:
element -

getSchemaType

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

Returns:

isWriteOuter

public boolean isWriteOuter()


Copyright © 2004-2006 null. All Rights Reserved.