/** * 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.BerNull; public class DefineNamedVariableListResponse extends BerNull { private static final long serialVersionUID = 1L; public DefineNamedVariableListResponse() { } public DefineNamedVariableListResponse(byte[] code) { super(code); } }