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

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

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

Methods in com.ibm.db.models.db2 that return DB2XMLSchemaDocument
 DB2XMLSchemaDocument DB2ModelFactory.createDB2XMLSchemaDocument()
          Returns a new object of class 'DB2XML Schema Document'.
 DB2XMLSchemaDocument DB2XMLSchemaDocProperties.getXmlSchemaDoc()
          Returns the value of the 'Xml Schema Doc' container reference.
 

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

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

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

Methods in com.ibm.db.models.db2.impl that return DB2XMLSchemaDocument
 DB2XMLSchemaDocument DB2ModelFactoryImpl.createDB2XMLSchemaDocument()
           
 DB2XMLSchemaDocument DB2XMLSchemaDocPropertiesImpl.getXmlSchemaDoc()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type DB2XMLSchemaDocument
 org.eclipse.emf.common.notify.NotificationChain DB2XMLSchemaDocPropertiesImpl.basicSetXmlSchemaDoc(DB2XMLSchemaDocument newXmlSchemaDoc, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DB2XMLSchemaDocPropertiesImpl.setXmlSchemaDoc(DB2XMLSchemaDocument newXmlSchemaDoc)
           
 

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

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