org.ow2.easywsdl.schema
Class DefaultSchemaImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.DefaultSchemaImpl
All Implemented Interfaces:
DefaultSchema

public class DefaultSchemaImpl
extends java.lang.Object
implements DefaultSchema

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
static DefaultSchema getInstance()
           
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DefaultSchema getInstance()

getTypeInt

public Type getTypeInt()
Specified by:
getTypeInt in interface DefaultSchema

getTypeString

public Type getTypeString()
Specified by:
getTypeString in interface DefaultSchema

getTypeDateTime

public Type getTypeDateTime()
Specified by:
getTypeDateTime in interface DefaultSchema

getTypeBoolean

public Type getTypeBoolean()
Specified by:
getTypeBoolean in interface DefaultSchema

getTypes

public java.util.List<Type> getTypes()
Specified by:
getTypes in interface DefaultSchema

getType

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

getTypeDouble

public Type getTypeDouble()
Specified by:
getTypeDouble in interface DefaultSchema

getTypeDuration

public Type getTypeDuration()
Specified by:
getTypeDuration in interface DefaultSchema

getTypeFloat

public Type getTypeFloat()
Specified by:
getTypeFloat in interface DefaultSchema

getTypeInteger

public Type getTypeInteger()
Specified by:
getTypeInteger in interface DefaultSchema

getTypeLong

public Type getTypeLong()
Specified by:
getTypeLong in interface DefaultSchema

getTypeShort

public Type getTypeShort()
Specified by:
getTypeShort in interface DefaultSchema


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.