public class RecordQueryRPdu extends SimulationManagementWithReliabilityFamilyPdu implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected RecordQueryREventType |
eventType
event type uid 334
|
protected int |
numberOfRecords
numberOfRecords
|
protected byte |
pad1
padding
|
protected java.util.List<RecordQuerySpecification> |
recordIDs
record IDs
|
protected int |
requestID
request ID
|
protected RequiredReliabilityService |
requiredReliabilityService
level of reliability service used for this transaction uid 74
|
protected int |
time
time
|
originatingID, receivingID
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
Constructor and Description |
---|
RecordQueryRPdu()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring
transient and static fields, for
this and the supplied object |
RecordQueryREventType |
getEventType()
Getter for
eventType |
int |
getMarshalledSize()
Returns the size of this serialized object in bytes
|
byte |
getPad1()
Getter for
pad1 |
java.util.List<RecordQuerySpecification> |
getRecordIDs()
Getter for
recordIDs |
int |
getRequestID()
Getter for
requestID |
RequiredReliabilityService |
getRequiredReliabilityService()
Getter for
requiredReliabilityService |
int |
getTime()
Getter for
time |
void |
marshal(java.nio.ByteBuffer buff)
Packs an object into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos)
Serializes an object to a DataOutputStream.
|
RecordQueryRPdu |
setEventType(RecordQueryREventType pEventType)
Setter for
eventType |
RecordQueryRPdu |
setPad1(byte pPad1)
Setter for
pad1 |
RecordQueryRPdu |
setRecordIDs(java.util.List<RecordQuerySpecification> pRecordIDs)
Setter for
recordIDs |
RecordQueryRPdu |
setRequestID(int pRequestID)
Setter for
requestID |
RecordQueryRPdu |
setRequiredReliabilityService(RequiredReliabilityService pRequiredReliabilityService)
Setter for
requiredReliabilityService |
RecordQueryRPdu |
setTime(int pTime)
Setter for
time |
int |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
int |
unmarshal(java.io.DataInputStream dis)
Unserializes an object from a DataInputStream.
|
getOriginatingID, getReceivingID, setOriginatingID, setReceivingID
getPadding, getPduStatus, setPadding, setPduStatus
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected int requestID
protected RequiredReliabilityService requiredReliabilityService
protected byte pad1
protected RecordQueryREventType eventType
protected int time
protected int numberOfRecords
protected java.util.List<RecordQuerySpecification> recordIDs
public int getMarshalledSize()
getMarshalledSize
in class SimulationManagementWithReliabilityFamilyPdu
public RecordQueryRPdu setRequestID(int pRequestID)
requestID
public int getRequestID()
requestID
public RecordQueryRPdu setRequiredReliabilityService(RequiredReliabilityService pRequiredReliabilityService)
requiredReliabilityService
public RequiredReliabilityService getRequiredReliabilityService()
requiredReliabilityService
public RecordQueryRPdu setPad1(byte pPad1)
pad1
public byte getPad1()
pad1
public RecordQueryRPdu setEventType(RecordQueryREventType pEventType)
eventType
public RecordQueryREventType getEventType()
eventType
public RecordQueryRPdu setTime(int pTime)
time
public int getTime()
time
public RecordQueryRPdu setRecordIDs(java.util.List<RecordQuerySpecification> pRecordIDs)
recordIDs
public java.util.List<RecordQuerySpecification> getRecordIDs()
recordIDs
public void marshal(java.io.DataOutputStream dos)
marshal
in class SimulationManagementWithReliabilityFamilyPdu
dos
- The DataOutputStreamDataOutputStream
public int unmarshal(java.io.DataInputStream dis)
unmarshal
in class SimulationManagementWithReliabilityFamilyPdu
dis
- The DataInputStreamDataInputStream
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
marshal
in class SimulationManagementWithReliabilityFamilyPdu
buff
- The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException
- if buff is too smalljava.nio.ReadOnlyBufferException
- if buff is read onlyjava.lang.Exception
- ByteBuffer-generated exceptionByteBuffer
public int unmarshal(java.nio.ByteBuffer buff) throws java.lang.Exception
unmarshal
in class SimulationManagementWithReliabilityFamilyPdu
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smalljava.lang.Exception
- ByteBuffer-generated exceptionByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class SimulationManagementWithReliabilityFamilyPdu
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied objectequalsImpl
in class SimulationManagementWithReliabilityFamilyPdu
obj
- the object to compare to