org.ow2.easywsdl.extensions.sawsdl.api
Interface SASchemaElement

All Superinterfaces:
SAWSDLElement, java.io.Serializable
All Known Subinterfaces:
ComplexType, Element, SimpleType, Type
All Known Implementing Classes:
ComplexTypeImpl, ElementImpl, SASchemaElementImpl, SimpleTypeImpl, TypeImpl

public interface SASchemaElement
extends SAWSDLElement

This interface represents all WSDL Elements

Author:
Nicolas Boissel-Dallier - eBM WebSourcing

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 interface org.ow2.easywsdl.extensions.sawsdl.api.SAWSDLElement
addModelReference, getAttrExtensions, getModelReference, removeAllModelReferences, removeModelReference
 

Method Detail

getLiftingSchemaMapping

java.util.List<java.net.URI> getLiftingSchemaMapping()
                                                     throws SAWSDLException
Throws:
SAWSDLException

getLoweringSchemaMapping

java.util.List<java.net.URI> getLoweringSchemaMapping()
                                                      throws SAWSDLException
Throws:
SAWSDLException

addLiftingSchemaMapping

void addLiftingSchemaMapping(java.net.URI uri)
                             throws SAWSDLException
Throws:
SAWSDLException

addLoweringSchemaMapping

void addLoweringSchemaMapping(java.net.URI uri)
                              throws SAWSDLException
Throws:
SAWSDLException

removeLiftingSchemaMapping

java.net.URI removeLiftingSchemaMapping(java.net.URI uri)
                                        throws SAWSDLException
Throws:
SAWSDLException

removeLoweringSchemaMapping

java.net.URI removeLoweringSchemaMapping(java.net.URI uri)
                                         throws SAWSDLException
Throws:
SAWSDLException

removeAllLiftingSchemaMappings

java.util.List<java.net.URI> removeAllLiftingSchemaMappings()
                                                            throws SAWSDLException
Throws:
SAWSDLException

removeAllLoweringSchemaMappings

java.util.List<java.net.URI> removeAllLoweringSchemaMappings()
                                                             throws SAWSDLException
Throws:
SAWSDLException


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