org.codehaus.xfire.wsdl
Interface SchemaType

All Known Implementing Classes:
SimpleSchemaType

public interface SchemaType

An XSD type.

Author:
Dan Diephouse

Method Summary
 Set getDependencies()
          The SchemaTypes that this type references.
 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

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

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

Returns:

isWriteOuter

boolean isWriteOuter()


Copyright © 2004-2013. All Rights Reserved.