public interface XSQL extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<XSQL>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.module.Configuration
This class represents the following YANG schema fragment defined in module XSQL
case XSQL {
container data-broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (http://netconfcentral.org/ns/XSQL?revision=2014-06-26)type {
leaf type {
type leafref;
}
}
}
}
container async-data-broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (http://netconfcentral.org/ns/XSQL?revision=2014-06-26)type {
leaf type {
type leafref;
}
}
}
}
container schema-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (http://netconfcentral.org/ns/XSQL?revision=2014-06-26)type {
leaf type {
type leafref;
}
}
}
}
}
The schema path to identify an instance is
XSQL/modules/module/configuration/(http://netconfcentral.org/ns/XSQL?revision=2014-06-26)XSQL| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
AsyncDataBroker |
getAsyncDataBroker() |
DataBroker |
getDataBroker() |
SchemaService |
getSchemaService() |
DataBroker getDataBroker()
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.xsql.rev140626.modules.module.configuration.xsql.DataBroker dataBroker, or null if not presentAsyncDataBroker getAsyncDataBroker()
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.xsql.rev140626.modules.module.configuration.xsql.AsyncDataBroker asyncDataBroker, or null if not presentSchemaService getSchemaService()
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.xsql.rev140626.modules.module.configuration.xsql.SchemaService schemaService, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.