@Beta public interface AnyDataSchemaNode extends DataSchemaNode
The "anydata" statement is used to represent an unknown set of nodes that can be modeled with YANG, except anyxml, but for which the data model is not known at module design time. It is possible, though not required, for the data model for anydata content to become known through protocol signaling or other means that are outside the scope of this document.
DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
ContainerSchemaNode |
getSchemaOfAnyData()
Schema of XML data.
|
getConstraints, isAddedByUses, isAugmenting, isConfiguration
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
@Nullable ContainerSchemaNode getSchemaOfAnyData()
Copyright © 2018 OpenDaylight. All rights reserved.