org.ow2.easywsdl.extensions.sawsdl.impl.schema
Class SchemaImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.decorator.DecoratorSchemaImpl<Type,Element,Attribute,Include,Import>
      extended by org.ow2.easywsdl.extensions.sawsdl.impl.schema.SchemaImpl
All Implemented Interfaces:
java.io.Serializable, SAWSDLElement, Schema, org.ow2.easywsdl.schema.api.absItf.AbsItfSchema<Type,Element,Attribute,Include,Import>, org.ow2.easywsdl.schema.api.SchemaElement

public class SchemaImpl
extends org.ow2.easywsdl.schema.decorator.DecoratorSchemaImpl<Type,Element,Attribute,Include,Import>
implements Schema

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.decorator.DecoratorSchemaImpl
schema
 
Constructor Summary
SchemaImpl(org.ow2.easywsdl.schema.api.absItf.AbsItfSchema schema)
           
 
Method Summary
 void addLiftingSchemaMapping(java.net.URI uri)
           
 void addLoweringSchemaMapping(java.net.URI uri)
           
 void addModelReference(java.net.URI uri)
           
 AttrExtensions getAttrExtensions()
           
 java.util.List<java.net.URI> getLiftingSchemaMapping()
           
 java.util.List<java.net.URI> getLoweringSchemaMapping()
           
 java.util.List<java.net.URI> getModelReference()
           
 java.util.List<java.net.URI> removeAllLiftingSchemaMappings()
           
 java.util.List<java.net.URI> removeAllLoweringSchemaMappings()
           
 java.util.List<java.net.URI> removeAllModelReferences()
           
 java.net.URI removeLiftingSchemaMapping(java.net.URI uri)
           
 java.net.URI removeLoweringSchemaMapping(java.net.URI uri)
           
 java.net.URI removeModelReference(java.net.URI uri)
           
 
Methods inherited from class org.ow2.easywsdl.schema.decorator.DecoratorSchemaImpl
addAttribute, addElement, addImport, addInclude, addType, createAttribute, createComplexType, createDocumentation, createElement, createImport, createInclude, createSimpleType, getAllNamespaces, getAttribute, getAttributeFormDefault, getAttributes, getBlockDefault, getDocumentation, getDocumentBaseURI, getElement, getElementFormDefault, getElements, getFinalDefault, getImports, getImports, getIncludes, getIncludes, getLang, getOtherAttributes, getSchemaLocation, getTargetNamespace, getType, getTypes, getVersion, removeImport, removeInclude, setDocumentation, setDocumentBaseURI, setTargetNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfSchema
addAttribute, addElement, addImport, addInclude, addType, createAttribute, createComplexType, createElement, createImport, createInclude, createSimpleType, getAllNamespaces, getAttribute, getAttributeFormDefault, getAttributes, getBlockDefault, getDocumentBaseURI, getElement, getElementFormDefault, getElements, getFinalDefault, getImports, getImports, getIncludes, getIncludes, getLang, getSchemaLocation, getTargetNamespace, getType, getTypes, getVersion, removeImport, removeInclude, setDocumentBaseURI, setTargetNamespace
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Constructor Detail

SchemaImpl

public SchemaImpl(org.ow2.easywsdl.schema.api.absItf.AbsItfSchema schema)
           throws org.ow2.easywsdl.wsdl.api.WSDLException
Throws:
org.ow2.easywsdl.wsdl.api.WSDLException
Method Detail

getLiftingSchemaMapping

public java.util.List<java.net.URI> getLiftingSchemaMapping()
                                                     throws SAWSDLException
Specified by:
getLiftingSchemaMapping in interface SAWSDLElement
Throws:
SAWSDLException

getLoweringSchemaMapping

public java.util.List<java.net.URI> getLoweringSchemaMapping()
                                                      throws SAWSDLException
Specified by:
getLoweringSchemaMapping in interface SAWSDLElement
Throws:
SAWSDLException

getModelReference

public java.util.List<java.net.URI> getModelReference()
                                               throws SAWSDLException
Specified by:
getModelReference in interface SAWSDLElement
Throws:
SAWSDLException

addLiftingSchemaMapping

public void addLiftingSchemaMapping(java.net.URI uri)
                             throws SAWSDLException
Specified by:
addLiftingSchemaMapping in interface SAWSDLElement
Throws:
SAWSDLException

addLoweringSchemaMapping

public void addLoweringSchemaMapping(java.net.URI uri)
                              throws SAWSDLException
Specified by:
addLoweringSchemaMapping in interface SAWSDLElement
Throws:
SAWSDLException

addModelReference

public void addModelReference(java.net.URI uri)
                       throws SAWSDLException
Specified by:
addModelReference in interface SAWSDLElement
Throws:
SAWSDLException

removeAllLiftingSchemaMappings

public java.util.List<java.net.URI> removeAllLiftingSchemaMappings()
                                                            throws SAWSDLException
Specified by:
removeAllLiftingSchemaMappings in interface SAWSDLElement
Throws:
SAWSDLException

removeAllLoweringSchemaMappings

public java.util.List<java.net.URI> removeAllLoweringSchemaMappings()
                                                             throws SAWSDLException
Specified by:
removeAllLoweringSchemaMappings in interface SAWSDLElement
Throws:
SAWSDLException

removeAllModelReferences

public java.util.List<java.net.URI> removeAllModelReferences()
                                                      throws SAWSDLException
Specified by:
removeAllModelReferences in interface SAWSDLElement
Throws:
SAWSDLException

removeLiftingSchemaMapping

public java.net.URI removeLiftingSchemaMapping(java.net.URI uri)
                                        throws SAWSDLException
Specified by:
removeLiftingSchemaMapping in interface SAWSDLElement
Throws:
SAWSDLException

removeLoweringSchemaMapping

public java.net.URI removeLoweringSchemaMapping(java.net.URI uri)
                                         throws SAWSDLException
Specified by:
removeLoweringSchemaMapping in interface SAWSDLElement
Throws:
SAWSDLException

removeModelReference

public java.net.URI removeModelReference(java.net.URI uri)
                                  throws SAWSDLException
Specified by:
removeModelReference in interface SAWSDLElement
Throws:
SAWSDLException

getAttrExtensions

public AttrExtensions getAttrExtensions()
                                 throws SAWSDLException
Specified by:
getAttrExtensions in interface SAWSDLElement
Throws:
SAWSDLException


Copyright © 2008 eBM WebSourcing. All Rights Reserved.