com.ecebs.rtd.enabler.types.itso.vrdg
Class ValueRecord
java.lang.Object
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 |
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 atvrBytes
- byte array to parse from
- Throws:
IndexOutOfBoundsException
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.