org.openmuc.openiec61850.internal.mms.asn1
public final class DeleteNamedVariableListRequest extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DeleteNamedVariableListRequest.SubSeqOf_listOfVariableListName |
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
org.openmuc.jasn1.ber.types.string.BerVisibleString |
domainName |
protected org.openmuc.jasn1.ber.BerIdentifier |
id |
static org.openmuc.jasn1.ber.BerIdentifier |
identifier |
DeleteNamedVariableListRequest.SubSeqOf_listOfVariableListName |
listOfVariableListName |
org.openmuc.jasn1.ber.types.BerInteger |
scopeOfDelete |
Constructor and Description |
---|
DeleteNamedVariableListRequest() |
DeleteNamedVariableListRequest(org.openmuc.jasn1.ber.types.BerInteger scopeOfDelete,
DeleteNamedVariableListRequest.SubSeqOf_listOfVariableListName listOfVariableListName,
org.openmuc.jasn1.ber.types.string.BerVisibleString domainName) |
DeleteNamedVariableListRequest(byte[] code) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream iStream,
boolean explicit) |
int |
encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
boolean explicit) |
void |
encodeAndSave(int encodingSizeGuess) |
public static final org.openmuc.jasn1.ber.BerIdentifier identifier
protected org.openmuc.jasn1.ber.BerIdentifier id
public byte[] code
public org.openmuc.jasn1.ber.types.BerInteger scopeOfDelete
public DeleteNamedVariableListRequest.SubSeqOf_listOfVariableListName listOfVariableListName
public org.openmuc.jasn1.ber.types.string.BerVisibleString domainName
public DeleteNamedVariableListRequest()
public DeleteNamedVariableListRequest(byte[] code)
public DeleteNamedVariableListRequest(org.openmuc.jasn1.ber.types.BerInteger scopeOfDelete, DeleteNamedVariableListRequest.SubSeqOf_listOfVariableListName listOfVariableListName, org.openmuc.jasn1.ber.types.string.BerVisibleString domainName)
public int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream, boolean explicit) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream iStream, boolean explicit) throws java.io.IOException
java.io.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException