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 IntUnit_type  view IntUnit_type download IntUnit_type.java

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

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


Field Summary
 Unit_type unitUsed
           
 java.math.BigInteger value
           
 
Constructor Summary
IntUnit_type()
           
IntUnit_type(java.math.BigInteger value, Unit_type unitUsed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.math.BigInteger value

unitUsed

public Unit_type unitUsed
Constructor Detail

IntUnit_type

public IntUnit_type(java.math.BigInteger value,
                    Unit_type unitUsed)

IntUnit_type

public IntUnit_type()