Uses of Interface
com.ibm.db.models.db2.DB2XMLSchema

Packages that use DB2XMLSchema
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
com.ibm.db.models.db2.util   
 

Uses of DB2XMLSchema in com.ibm.db.models.db2
 

Methods in com.ibm.db.models.db2 that return DB2XMLSchema
 DB2XMLSchema DB2ModelFactory.createDB2XMLSchema()
          Returns a new object of class 'DB2XML Schema'.
 DB2XMLSchema DB2XMLSchemaDocument.getXmlSchema()
          Returns the value of the 'Xml Schema' container reference.
 

Methods in com.ibm.db.models.db2 with parameters of type DB2XMLSchema
 void DB2XMLSchemaDocument.setXmlSchema(DB2XMLSchema value)
          Sets the value of the 'Xml Schema' container reference.
 

Uses of DB2XMLSchema in com.ibm.db.models.db2.impl
 

Classes in com.ibm.db.models.db2.impl that implement DB2XMLSchema
 class DB2XMLSchemaImpl
          An implementation of the model object 'DB2XML Schema'.
 

Methods in com.ibm.db.models.db2.impl that return DB2XMLSchema
 DB2XMLSchema DB2ModelFactoryImpl.createDB2XMLSchema()
           
 DB2XMLSchema DB2XMLSchemaDocumentImpl.getXmlSchema()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type DB2XMLSchema
 org.eclipse.emf.common.notify.NotificationChain DB2XMLSchemaDocumentImpl.basicSetXmlSchema(DB2XMLSchema newXmlSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DB2XMLSchemaDocumentImpl.setXmlSchema(DB2XMLSchema newXmlSchema)
           
 

Uses of DB2XMLSchema in com.ibm.db.models.db2.util
 

Methods in com.ibm.db.models.db2.util with parameters of type DB2XMLSchema
 java.lang.Object DB2ModelSwitch.caseDB2XMLSchema(DB2XMLSchema object)
          Returns the result of interpretting the object as an instance of 'DB2XML Schema'.