org.ow2.easywsdl.extensions.sawsdl.impl
Class SASchemaElementImpl<T extends org.ow2.easywsdl.schema.api.SchemaElement>
java.lang.Object
org.ow2.easywsdl.extensions.sawsdl.impl.SAWSDLElementImpl<T>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SASchemaElementImpl
public SASchemaElementImpl(T t)
throws SAWSDLException
- Throws:
SAWSDLException
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-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.