Uses of Interface
org.ow2.easywsdl.schema.api.Documentation
-
Packages that use Documentation Package Description org.ow2.easywsdl.schema org.ow2.easywsdl.schema.api org.ow2.easywsdl.schema.api.abstractElmt org.ow2.easywsdl.schema.decorator org.ow2.easywsdl.schema.impl -
-
Uses of Documentation in org.ow2.easywsdl.schema
Methods in org.ow2.easywsdl.schema that return Documentation Modifier and Type Method Description DocumentationDefaultSchemaImpl. createDocumentation()DocumentationDefaultSchemaImpl. getDocumentation()Methods in org.ow2.easywsdl.schema with parameters of type Documentation Modifier and Type Method Description voidDefaultSchemaImpl. setDocumentation(Documentation doc) -
Uses of Documentation in org.ow2.easywsdl.schema.api
Methods in org.ow2.easywsdl.schema.api that return Documentation Modifier and Type Method Description DocumentationSchemaElement. createDocumentation()Create the documentation element.DocumentationSchemaElement. getDocumentation()Get the documentation element.Methods in org.ow2.easywsdl.schema.api with parameters of type Documentation Modifier and Type Method Description voidSchemaElement. setDocumentation(Documentation doc)Set the documentation element for this document. -
Uses of Documentation in org.ow2.easywsdl.schema.api.abstractElmt
Fields in org.ow2.easywsdl.schema.api.abstractElmt declared as Documentation Modifier and Type Field Description protected DocumentationAbstractSchemaElementImpl. documentationMethods in org.ow2.easywsdl.schema.api.abstractElmt that return Documentation Modifier and Type Method Description DocumentationAbstractSchemaElementImpl. createDocumentation()Create the documentation element.DocumentationAbstractSchemaElementImpl. getDocumentation()Get the documentation.Methods in org.ow2.easywsdl.schema.api.abstractElmt with parameters of type Documentation Modifier and Type Method Description voidAbstractSchemaElementImpl. setDocumentation(Documentation doc)Set the documentation for this document. -
Uses of Documentation in org.ow2.easywsdl.schema.decorator
Methods in org.ow2.easywsdl.schema.decorator that return Documentation Modifier and Type Method Description DocumentationDecorator. createDocumentation()DocumentationDecorator. getDocumentation()Methods in org.ow2.easywsdl.schema.decorator with parameters of type Documentation Modifier and Type Method Description voidDecorator. setDocumentation(Documentation doc) -
Uses of Documentation in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement Documentation Modifier and Type Class Description classDocumentationImpl
-