org.ow2.easywsdl.schema
Interface DefaultSchema

All Superinterfaces:
AbsItfSchema, SchemaElement, java.io.Serializable
All Known Implementing Classes:
DefaultSchemaImpl

public interface DefaultSchema
extends AbsItfSchema

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 Type getType(javax.xml.namespace.QName type)
           
 Type getTypeBoolean()
           
 Type getTypeDateTime()
           
 Type getTypeDouble()
           
 Type getTypeDuration()
           
 Type getTypeFloat()
           
 Type getTypeInt()
           
 Type getTypeInteger()
           
 Type getTypeLong()
           
 java.util.List<Type> getTypes()
           
 Type getTypeShort()
           
 Type getTypeString()
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfSchema
addAttribute, addElement, addImport, addInclude, addType, createAttribute, createComplexType, createElement, createImport, createInclude, createSimpleType, findElementsInAllSchema, getAllNamespaces, getAttribute, getAttributeFormDefault, getAttributes, getBlockDefault, getDocumentURI, getElement, getElementFormDefault, getElements, getFinalDefault, getImports, getImports, getIncludes, getIncludes, getLang, getTargetNamespace, getVersion, removeImport, removeInclude, setAttributeFormDefault, setDocumentURI, setElementFormDefault, setTargetNamespace
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getTypeInt

Type getTypeInt()

getTypeInteger

Type getTypeInteger()

getTypeLong

Type getTypeLong()

getTypeShort

Type getTypeShort()

getTypeFloat

Type getTypeFloat()

getTypeDouble

Type getTypeDouble()

getTypeDuration

Type getTypeDuration()

getTypeDateTime

Type getTypeDateTime()

getTypeString

Type getTypeString()

getTypeBoolean

Type getTypeBoolean()

getTypes

java.util.List<Type> getTypes()
Specified by:
getTypes in interface AbsItfSchema
Returns:

getType

Type getType(javax.xml.namespace.QName type)
Specified by:
getType in interface AbsItfSchema


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.