1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| /**
| * This class file was automatically generated by jASN1 v1.9.0 (http://www.openmuc.org)
| */
|
| package org.openmuc.openiec61850.internal.mms.asn1;
|
| import org.openmuc.jasn1.ber.types.string.BerVisibleString;
|
| public class Identifier extends BerVisibleString {
|
| private static final long serialVersionUID = 1L;
|
| public Identifier() {
| }
|
| public Identifier(byte[] value) {
| super(value);
| }
|
| }
|
|