org.openiec61850.jmms.iso.presentation.asn1
Class PDV_list.SubChoice_presentation_data_values

java.lang.Object
  extended by org.openiec61850.jmms.iso.presentation.asn1.PDV_list.SubChoice_presentation_data_values
Enclosing class:
PDV_list

public static class PDV_list.SubChoice_presentation_data_values
extends java.lang.Object


Field Summary
 org.openmuc.jasn1.ber.types.BerBitString arbitrary
           
 byte[] code
           
 org.openmuc.jasn1.ber.types.BerOctetString octet_aligned
           
 org.openmuc.jasn1.ber.types.BerAny single_ASN1_type
           
 
Constructor Summary
PDV_list.SubChoice_presentation_data_values()
           
PDV_list.SubChoice_presentation_data_values(org.openmuc.jasn1.ber.types.BerAny single_ASN1_type, org.openmuc.jasn1.ber.types.BerOctetString octet_aligned, org.openmuc.jasn1.ber.types.BerBitString arbitrary)
           
PDV_list.SubChoice_presentation_data_values(byte[] code)
           
 
Method Summary
 int decode(java.io.InputStream iStream, org.openmuc.jasn1.ber.BerIdentifier berIdentifier)
           
 int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream, boolean explicit)
           
 void encodeAndSave(int encodingSizeGuess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

public byte[] code

single_ASN1_type

public org.openmuc.jasn1.ber.types.BerAny single_ASN1_type

octet_aligned

public org.openmuc.jasn1.ber.types.BerOctetString octet_aligned

arbitrary

public org.openmuc.jasn1.ber.types.BerBitString arbitrary
Constructor Detail

PDV_list.SubChoice_presentation_data_values

public PDV_list.SubChoice_presentation_data_values()

PDV_list.SubChoice_presentation_data_values

public PDV_list.SubChoice_presentation_data_values(byte[] code)

PDV_list.SubChoice_presentation_data_values

public PDV_list.SubChoice_presentation_data_values(org.openmuc.jasn1.ber.types.BerAny single_ASN1_type,
                                                   org.openmuc.jasn1.ber.types.BerOctetString octet_aligned,
                                                   org.openmuc.jasn1.ber.types.BerBitString arbitrary)
Method Detail

encode

public int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
                  boolean explicit)
           throws java.io.IOException
Throws:
java.io.IOException

decode

public int decode(java.io.InputStream iStream,
                  org.openmuc.jasn1.ber.BerIdentifier berIdentifier)
           throws java.io.IOException
Throws:
java.io.IOException

encodeAndSave

public void encodeAndSave(int encodingSizeGuess)
                   throws java.io.IOException
Throws:
java.io.IOException