All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
ExcludeRouteSubobjects, ExplicitHops1, ExplicitRouteSubobjects, Exrs, SecondaryExplicitRouteSubobjects, Subobject, Subobject, Subobject, Subobject, SubobjectContainer, SubobjectContainer, SubobjectContainer

@Generated("mdsal-binding-generator") public interface BasicExplicitRouteSubobjects extends org.opendaylight.yangtools.yang.binding.DataObject
Subobjects shared between XRO and ERO

This class represents the following YANG schema fragment defined in module rsvp

 grouping basic-explicit-route-subobjects {
   choice subobject-type {
     case as-number-case {
       container as-number {
         uses as-number-subobject;
       }
     }
     case ip-prefix-case {
       container ip-prefix {
         uses ip-prefix-subobject;
       }
     }
     case label-case {
       container label {
         uses label-subobject;
       }
     }
     case srlg-case {
       container srlg {
         uses srlg-subobject;
       }
     }
     case unnumbered-case {
       container unnumbered {
         uses unnumbered-subobject;
       }
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return subobjectType, or null if it is not present.
     
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends BasicExplicitRouteSubobjects> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getSubobjectType

      SubobjectType getSubobjectType()
      Return subobjectType, or null if it is not present.
      Returns:
      SubobjectType subobjectType, or null if it is not present.