Uses of Interface
org.wsmo.grounding.sawsdl.SchemaMapping

Packages that use SchemaMapping
org.wsmo.grounding.sawsdl   
 

Uses of SchemaMapping in org.wsmo.grounding.sawsdl
 

Subinterfaces of SchemaMapping in org.wsmo.grounding.sawsdl
 interface LiftingSchemaMapping
          A lifting schema mapping for a certain XML Schema element.
For details see:
http://www.w3.org/TR/sawsdl/
http://www.w3.org/2001/XMLSchema/
 interface LoweringSchemaMapping
          A lowering schema mapping for a certain XML Schema element.
For details see:
http://www.w3.org/TR/sawsdl/
http://www.w3.org/2001/XMLSchema/
 

Methods in org.wsmo.grounding.sawsdl that return types with arguments of type SchemaMapping
 List<SchemaMapping> Grounding.listDeclaredSchemaMappings()
          Lists all lifting and lowering schema mappings of this grounding object.
 List<SchemaMapping> Grounding.listDeclaredSchemaMappings(QName source)
          Lists all lifting and lowering schema mappings for the source entity belonging to this grounding object.
 List<SchemaMapping> Grounding.listSchemaMappings()
          Lists all lifting and lowering schema mappings of this grounding object, including the propagated ones.
 List<SchemaMapping> Grounding.listSchemaMappings(QName source)
          Lists all lifting and lowering schema mappings for the source entity belonging to this grounding object, including the propagated ones.
 

Methods in org.wsmo.grounding.sawsdl with parameters of type SchemaMapping
 void Grounding.removeSchemaMapping(SchemaMapping mapping)
          Removes a single lifting or lowering schema mapping from this grounding object.
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.