Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.gen.Z39_50_APDU_1995
Class InitializeResponse_type  view InitializeResponse_type download InitializeResponse_type.java

java.lang.Object
  extended bycom.k_int.gen.Z39_50_APDU_1995.InitializeResponse_type
All Implemented Interfaces:
java.io.Serializable

public class InitializeResponse_type
extends java.lang.Object
implements java.io.Serializable


Field Summary
 java.math.BigInteger exceptionalRecordSize
           
 java.lang.String implementationId
           
 java.lang.String implementationName
           
 java.lang.String implementationVersion
           
 com.k_int.codec.runtime.AsnBitString options
           
 java.util.Vector otherInfo
           
 java.math.BigInteger preferredMessageSize
           
 com.k_int.codec.runtime.AsnBitString protocolVersion
           
 byte[] referenceId
           
 java.lang.Boolean result
           
 com.k_int.gen.AsnUseful.EXTERNAL_type userInformationField
           
 
Constructor Summary
InitializeResponse_type()
           
InitializeResponse_type(byte[] referenceId, com.k_int.codec.runtime.AsnBitString protocolVersion, com.k_int.codec.runtime.AsnBitString options, java.math.BigInteger preferredMessageSize, java.math.BigInteger exceptionalRecordSize, java.lang.Boolean result, java.lang.String implementationId, java.lang.String implementationName, java.lang.String implementationVersion, com.k_int.gen.AsnUseful.EXTERNAL_type userInformationField, java.util.Vector otherInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

referenceId

public byte[] referenceId

protocolVersion

public com.k_int.codec.runtime.AsnBitString protocolVersion

options

public com.k_int.codec.runtime.AsnBitString options

preferredMessageSize

public java.math.BigInteger preferredMessageSize

exceptionalRecordSize

public java.math.BigInteger exceptionalRecordSize

result

public java.lang.Boolean result

implementationId

public java.lang.String implementationId

implementationName

public java.lang.String implementationName

implementationVersion

public java.lang.String implementationVersion

userInformationField

public com.k_int.gen.AsnUseful.EXTERNAL_type userInformationField

otherInfo

public java.util.Vector otherInfo
Constructor Detail

InitializeResponse_type

public InitializeResponse_type(byte[] referenceId,
                               com.k_int.codec.runtime.AsnBitString protocolVersion,
                               com.k_int.codec.runtime.AsnBitString options,
                               java.math.BigInteger preferredMessageSize,
                               java.math.BigInteger exceptionalRecordSize,
                               java.lang.Boolean result,
                               java.lang.String implementationId,
                               java.lang.String implementationName,
                               java.lang.String implementationVersion,
                               com.k_int.gen.AsnUseful.EXTERNAL_type userInformationField,
                               java.util.Vector otherInfo)

InitializeResponse_type

public InitializeResponse_type()