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

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

Returns:

isAbstract

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

Returns:

isNillable

boolean isNillable()

getDependencies

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

Returns:

writeSchema

void writeSchema(org.jdom.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:

isWriteOuter

boolean isWriteOuter()


Copyright © 2004-2008. All Rights Reserved.