public interface Extended extends TreeNode, Augmentable<Extended>, Identifier, Extended
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
case extended { container extended-id { leaf id { type string; } } }The schema path to identify an instance is opendaylight-mdsal-binding-test/choice-container/identifier/extended
To create instances of this class use ExtendedBuilder
.
ExtendedBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
ExtendedId |
getExtendedId() |
augments, getAugmentation
implementedInterface
ExtendedId getExtendedId()
getExtendedId
in interface Extended
Copyright © 2019 OpenDaylight. All rights reserved.