org.ow2.easywsdl.extensions.sawsdl.impl
Class SASchemaElementImpl<T extends org.ow2.easywsdl.schema.api.SchemaElement>

java.lang.Object
  extended by org.ow2.easywsdl.extensions.sawsdl.impl.SAWSDLElementImpl<T>
      extended by org.ow2.easywsdl.extensions.sawsdl.impl.SASchemaElementImpl<T>
All Implemented Interfaces:
java.io.Serializable, SASchemaElement, SAWSDLElement

public class SASchemaElementImpl<T extends org.ow2.easywsdl.schema.api.SchemaElement>
extends SAWSDLElementImpl<T>
implements SASchemaElement

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.extensions.sawsdl.impl.SAWSDLElementImpl
tag
 
Constructor Summary
SASchemaElementImpl(T t)
           
 
Method Summary
 void addLiftingSchemaMapping(java.net.URI uri)
           
 void addLoweringSchemaMapping(java.net.URI uri)
           
 java.util.List<java.net.URI> getLiftingSchemaMapping()
           
 java.util.List<java.net.URI> getLoweringSchemaMapping()
           
 java.util.List<java.net.URI> removeAllLiftingSchemaMappings()
           
 java.util.List<java.net.URI> removeAllLoweringSchemaMappings()
           
 java.net.URI removeLiftingSchemaMapping(java.net.URI uri)
           
 java.net.URI removeLoweringSchemaMapping(java.net.URI uri)
           
 
Methods inherited from class org.ow2.easywsdl.extensions.sawsdl.impl.SAWSDLElementImpl
addModelReference, getAttrExtensions, getModelReference, removeAllModelReferences, removeModelReference
 
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.extensions.sawsdl.api.SAWSDLElement
addModelReference, getAttrExtensions, getModelReference, removeAllModelReferences, removeModelReference
 

Constructor Detail

SASchemaElementImpl

public SASchemaElementImpl(T t)
                    throws SAWSDLException
Throws:
SAWSDLException
Method Detail

getLiftingSchemaMapping

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

getLoweringSchemaMapping

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

addLiftingSchemaMapping

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

addLoweringSchemaMapping

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

removeAllLiftingSchemaMappings

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

removeAllLoweringSchemaMappings

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

removeLiftingSchemaMapping

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

removeLoweringSchemaMapping

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


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