com.ebmwebsourcing.commons.schema.api
Interface SchemaElement

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Annotation, Attribute, AttributeGroup, ComplexType, Documentation, Element, Group, Import, Include, Redefine, Schema, SimpleType, Type
All Known Implementing Classes:
AbstractAttribute, AbstractElement, AbstractImport, AbstractInclude, AbstractSchema, AbstractSchemaElement, AbstractType, Attribute, ComplexType, Documentation, Element, Import, Include, Redefine, Schema, SimpleType

public interface SchemaElement
extends java.io.Serializable

This interface represents all WSDL Elements

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 Documentation createDocumentation()
          Create the documentation element.
 Documentation getDocumentation()
          Get the documentation element.
 void setDocumentation(Documentation doc)
          Set the documentation element for this document.
 

Method Detail

setDocumentation

void setDocumentation(Documentation doc)
Set the documentation element for this document.

Parameters:
docEl - the documentation element

getDocumentation

Documentation getDocumentation()
Get the documentation element.

Returns:
the documentation element

createDocumentation

Documentation createDocumentation()
Create the documentation element.

Returns:
the documentation element


Copyright © 2008 eBM WebSourcing. All Rights Reserved.