de.sagd.u4etx.cis.objects
Class CommonHeader

java.lang.Object
  |
  +--de.sagd.u4etx.cis.objects.CommonHeader
All Implemented Interfaces:
ICommonHeader

public class CommonHeader
extends java.lang.Object
implements ICommonHeader


Field Summary
static int L_COMMON_HEADER_LENGTH
           
 
Constructor Summary
CommonHeader(byte[] abHeader)
           
 
Method Summary
 int getCurrentNumObjects()
           
 int getErrorCode()
           
 int getLength()
           
 int getMaxSCLen()
           
 int getMaxSNLen()
           
 int getMaxSVLen()
           
 int getMaxTKLen()
           
 int getMaxUIDLen()
           
protected  byte[] getSubArray(byte[] src, int off, int len)
           
 int getTotalNumObjects()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

L_COMMON_HEADER_LENGTH

public static final int L_COMMON_HEADER_LENGTH
Constructor Detail

CommonHeader

public CommonHeader(byte[] abHeader)
             throws ServiceResponseException
Method Detail

getSubArray

protected byte[] getSubArray(byte[] src,
                             int off,
                             int len)

getLength

public int getLength()
Specified by:
getLength in interface ICommonHeader

getErrorCode

public int getErrorCode()
Specified by:
getErrorCode in interface ICommonHeader

getTotalNumObjects

public int getTotalNumObjects()
Specified by:
getTotalNumObjects in interface ICommonHeader

getCurrentNumObjects

public int getCurrentNumObjects()
Specified by:
getCurrentNumObjects in interface ICommonHeader

getMaxSCLen

public int getMaxSCLen()
Specified by:
getMaxSCLen in interface ICommonHeader

getMaxSNLen

public int getMaxSNLen()
Specified by:
getMaxSNLen in interface ICommonHeader

getMaxSVLen

public int getMaxSVLen()
Specified by:
getMaxSVLen in interface ICommonHeader

getMaxUIDLen

public int getMaxUIDLen()
Specified by:
getMaxUIDLen in interface ICommonHeader

getMaxTKLen

public int getMaxTKLen()
Specified by:
getMaxTKLen in interface ICommonHeader

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object