All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opendaylight.yang.gen.v1.augment.instance.identifier.patch.module.rev220218.AugmentIipModuleData Maven / Gradle / Ivy

The newest version!
package org.opendaylight.yang.gen.v1.augment.instance.identifier.patch.module.rev220218;
import java.lang.Class;
import java.lang.Override;
import javax.annotation.processing.Generated;
import org.opendaylight.yangtools.binding.DataRoot;

/**
 *
 * 

* This class represents the following YANG schema fragment defined in module augment-iip-module *

 * module augment-iip-module {
 *   namespace augment:instance:identifier:patch:module;
 *   prefix aiipmodule;
 *   import instance-identifier-patch-module {
 *     prefix imodule;
 *     revision-date 2015-11-21;
 *   }
 *   revision 2022-02-18;
 *   augment /imodule:patch-cont {
 *     choice patch-choice1 {
 *       case patch-case1 {
 *         leaf case-leaf1 {
 *           type string;
 *         }
 *       }
 *       case patch-case2 {
 *         leaf case-leaf2 {
 *           type int64;
 *         }
 *       }
 *     }
 *     choice patch-choice2 {
 *       case patch-case11 {
 *         choice patch-sub-choice11 {
 *           case patch-sub-case11 {
 *             choice patch-sub-sub-choice11 {
 *               case patch-sub-sub-case11 {
 *                 leaf case-leaf11 {
 *                   type string;
 *                 }
 *               }
 *             }
 *           }
 *         }
 *       }
 *     }
 *     leaf leaf1 {
 *       type string;
 *     }
 *   }
 * }
 * 
* */ @Generated("mdsal-binding-generator") public interface AugmentIipModuleData extends DataRoot { @Override default Class implementedInterface() { return org.opendaylight.yang.gen.v1.augment.instance.identifier.patch.module.rev220218.AugmentIipModuleData.class; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy