public interface Wrapper extends ChildOf<OpendaylightYangtoolsUnionTestData>, Augmentable<Wrapper>
This class represents the following YANG schema fragment defined in module opendaylight-yangtools-union-test
container wrapper { leaf wrap { type top-level; } }The schema path to identify an instance is opendaylight-yangtools-union-test/wrapper
To create instances of this class use WrapperBuilder
.
WrapperBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable TopLevel |
getWrap() |
getImplementedInterface
augmentation
@Nullable TopLevel getWrap()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.yangtools.test.union.rev150121.TopLevel
wrap
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.