blob: 385e1c053785fd28192ed9e61f7d70ecdc777914 [file] [log] [blame]
Dimitrios Mavrommatis96b255a2017-12-06 13:09:25 -08001/**
2 * This class file was automatically generated by jASN1 v1.8.2 (http://www.openmuc.org)
3 */
4
5package org.onosproject.xran.asn1lib.api;
6
7import org.onosproject.xran.asn1lib.ber.types.BerInteger;
8
9import java.math.BigInteger;
10
11
12public class ENBUES1APID extends BerInteger {
13
14 private static final long serialVersionUID = 1L;
15
16 public ENBUES1APID() {
17 }
18
19 public ENBUES1APID(byte[] code) {
20 super(code);
21 }
22
23 public ENBUES1APID(BigInteger value) {
24 super(value);
25 }
26
27 public ENBUES1APID(long value) {
28 super(value);
29 }
30
31}