public interface TreeComplexLeaves extends DataObject, Augmentation<TopLevelList>
Modifier and Type | Method and Description |
---|---|
@Nullable Class<? extends TestRoot> |
getIdentity() |
@Nullable Class<? extends TestRoot> |
getIdentityRef() |
@Nullable Int32StringUnion |
getSchemaUnawareUnion() |
@Nullable Int32StringUnion |
getSchemaUnawareUnionRef() |
@Nullable Integer |
getSimpleType() |
@Nullable Integer |
getSimpleTypeRef() |
getImplementedInterface
@Nullable Integer getSimpleType()
java.lang.Integer
simpleType
, or null
if not present@Nullable Class<? extends TestRoot> getIdentity()
java.lang.Class
identity
, or null
if not present@Nullable Int32StringUnion getSchemaUnawareUnion()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.Int32StringUnion
schemaUnawareUnion
, or null
if not present@Nullable Integer getSimpleTypeRef()
java.lang.Integer
simpleTypeRef
, or null
if not present@Nullable Class<? extends TestRoot> getIdentityRef()
java.lang.Class
identityRef
, or null
if not present@Nullable Int32StringUnion getSchemaUnawareUnionRef()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.Int32StringUnion
schemaUnawareUnionRef
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.