public interface Bug8449Data extends DataRoot
This class represents the following YANG schema fragment defined in module bug8449
 module bug8449 {
   yang-version 1;
   namespace bug8449;
   prefix tst;
   revision 2017-05-16;
   typedef name1-ref {
     type leafref {
       path /tst:top/tst:name1;
     }
   }
   typedef name2-ref {
     type leafref {
       path /tst:top/tst:name2;
     }
   }
   typedef int32-ref {
     type leafref {
       path /tst:top-int/tst:leaf-int32;
     }
   }
   container top-int {
     leaf leaf-int32 {
       type uint32;
     }
   }
   container top {
     leaf name1 {
       type string;
     }
     leaf name2 {
       type string;
     }
   }
   container cont-int32 {
     leaf ref-union-int32 {
       type union {
         type int32-ref;
       }
     }
   }
   container cont {
     leaf ref {
       type union {
         type name1-ref;
         type name2-ref;
       }
     }
   }
 }
 | Modifier and Type | Method and Description | 
|---|---|
| @Nullable Cont | getCont() | 
| @Nullable ContInt32 | getContInt32() | 
| @Nullable Top | getTop() | 
| @Nullable TopInt | getTopInt() | 
@Nullable TopInt getTopInt()
org.opendaylight.yang.gen.v1.bug8449.rev170516.TopInt topInt, or null if not present@Nullable Top getTop()
org.opendaylight.yang.gen.v1.bug8449.rev170516.Top top, or null if not present@Nullable ContInt32 getContInt32()
org.opendaylight.yang.gen.v1.bug8449.rev170516.ContInt32 contInt32, or null if not present@Nullable Cont getCont()
org.opendaylight.yang.gen.v1.bug8449.rev170516.Cont cont, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.