com.ecebs.rtd.enabler.types.itso
Class InstanceID

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.itso.InstanceID
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IPEInstanceID

public class InstanceID
extends Object
implements Serializable

Represents the Instance ID at the end of some ITSO structures

Author:
kyleb
See Also:
Serialized Form

Field Summary
static int PARSED_LENGTH
           
 
Constructor Summary
InstanceID(int offset, byte[] bytes)
          Parses from the byte array, starting at the offset
 
Method Summary
 String getISAMID()
           
 byte getIterationNum()
           
 byte getKID()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PARSED_LENGTH

public static final int PARSED_LENGTH
See Also:
Constant Field Values
Constructor Detail

InstanceID

public InstanceID(int offset,
                  byte[] bytes)
           throws IndexOutOfBoundsException
Parses from the byte array, starting at the offset

Parameters:
offset - index to start parsing at
bytes - byte array to parse from
Throws:
IndexOutOfBoundsException
Method Detail

getKID

public byte getKID()

getIterationNum

public byte getIterationNum()

getISAMID

public String getISAMID()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Ecebs Ltd. All Rights Reserved.