public interface Root extends ChildOf<OpendaylightBug4798YangData>, Augmentable<Root>
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
container root { choice bug4798-choice { case case-a { list list-in-case { key test-leaf; leaf test-leaf { type string; } } } case case-b { container case-b-container { list list-in-case { key test-leaf; leaf test-leaf { type string; } } } } } container outer-container { leaf leaf-in-outer-container { type string; } } }The schema path to identify an instance is opendaylight-bug-4798.yang/root
To create instances of this class use RootBuilder
.
RootBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Bug4798Choice |
getBug4798Choice() |
@Nullable OuterContainer |
getOuterContainer() |
getImplementedInterface
augmentation
@Nullable Bug4798Choice getBug4798Choice()
org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.root.Bug4798Choice
bug4798Choice
, or null
if not present@Nullable OuterContainer getOuterContainer()
org.opendaylight.yang.gen.v1.urn.test.foo4798.rev160101.root.OuterContainer
outerContainer
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.