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

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

public class IPEInstanceID
extends InstanceID
implements Serializable

Represents the Instance ID found at the end of IPE's and VRDG's.

Author:
kyleb
See Also:
Serialized Form

Field Summary
static int PARSED_LENGTH
           
 
Constructor Summary
IPEInstanceID(int offset, byte[] bytes)
          Parses from the provided byte array, starting at the provided offset
 
Method Summary
 String getISAMSeqNum()
           
 String toString()
           
 
Methods inherited from class com.ecebs.rtd.enabler.types.itso.InstanceID
getISAMID, getIterationNum, getKID
 
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

IPEInstanceID

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

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

getISAMSeqNum

public String getISAMSeqNum()

toString

public String toString()
Overrides:
toString in class InstanceID


Copyright © 2013 Ecebs Ltd. All Rights Reserved.