com.ecebs.rtd.enabler.types.itso.vrdg
Class ValueRecord

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.itso.vrdg.ValueRecord
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VRType2, VRType22, VRType23, VRType24

public abstract class ValueRecord
extends Object
implements Serializable

Represents a Value Record found within an ITSO VRDG

Author:
kyleb
See Also:
Serialized Form

Constructor Summary
ValueRecord(int offset, byte[] vrBytes)
          Parses from the provided byte array, starting at the given offset
 
Method Summary
 short getActionSeqNum()
           
 Calendar getDTS()
           
 String getISAMID()
           
 short getTXNSeqNum()
           
 ITSOCodeResolver.EventTypeCode getTxnType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueRecord

public ValueRecord(int offset,
                   byte[] vrBytes)
            throws IndexOutOfBoundsException
Parses from the provided byte array, starting at the given offset

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

getTxnType

public ITSOCodeResolver.EventTypeCode getTxnType()

getTXNSeqNum

public short getTXNSeqNum()

getDTS

public Calendar getDTS()

getISAMID

public String getISAMID()

getActionSeqNum

public short getActionSeqNum()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Ecebs Ltd. All Rights Reserved.