public class DataQueryPdu extends SimulationManagementFamilyPdu implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<UnsignedIntegerWrapper> |
fixedDatums
variable length list of fixed datums
|
protected long |
numberOfFixedDatumRecords
Number of fixed datum records
|
protected long |
numberOfVariableDatumRecords
Number of variable datum records
|
protected long |
requestID
ID of request
|
protected long |
timeInterval
time issues between issues of Data PDUs.
|
protected java.util.List<UnsignedIntegerWrapper> |
variableDatums
variable length list of variable length datums
|
originatingEntityID, receivingEntityID
exerciseID, padding, pduLength, pduType, protocolFamily, protocolVersion, timestamp
Constructor and Description |
---|
DataQueryPdu()
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 |
java.util.List<UnsignedIntegerWrapper> |
getFixedDatums() |
int |
getMarshalledSize() |
long |
getNumberOfFixedDatumRecords() |
long |
getNumberOfVariableDatumRecords() |
long |
getRequestID() |
long |
getTimeInterval() |
java.util.List<UnsignedIntegerWrapper> |
getVariableDatums() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setFixedDatums(java.util.List<UnsignedIntegerWrapper> pFixedDatums) |
void |
setNumberOfFixedDatumRecords(long pNumberOfFixedDatumRecords)
Note that setting this value will not change the marshalled value.
|
void |
setNumberOfVariableDatumRecords(long pNumberOfVariableDatumRecords)
Note that setting this value will not change the marshalled value.
|
void |
setRequestID(long pRequestID) |
void |
setTimeInterval(long pTimeInterval) |
void |
setVariableDatums(java.util.List<UnsignedIntegerWrapper> pVariableDatums) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
getOriginatingEntityID, getReceivingEntityID, setOriginatingEntityID, setReceivingEntityID
getExerciseID, getLength, getPadding, getPduLength, getPduType, getPduTypeEnum, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, marshalWithDisAbsoluteTimestamp, marshalWithDisAbsoluteTimestamp, marshalWithDisRelativeTimestamp, marshalWithDisRelativeTimestamp, marshalWithNpsTimestamp, marshalWithNpsTimestamp, marshalWithUnixTimestamp, marshalWithUnixTimestamp, readUnsignedInt, readUnsignedInt, setExerciseID, setPadding, setPduLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected long requestID
protected long timeInterval
protected long numberOfFixedDatumRecords
protected long numberOfVariableDatumRecords
protected java.util.List<UnsignedIntegerWrapper> fixedDatums
protected java.util.List<UnsignedIntegerWrapper> variableDatums
public int getMarshalledSize()
getMarshalledSize
in class SimulationManagementFamilyPdu
public void setRequestID(long pRequestID)
public long getRequestID()
public void setTimeInterval(long pTimeInterval)
public long getTimeInterval()
public long getNumberOfFixedDatumRecords()
public void setNumberOfFixedDatumRecords(long pNumberOfFixedDatumRecords)
public long getNumberOfVariableDatumRecords()
public void setNumberOfVariableDatumRecords(long pNumberOfVariableDatumRecords)
public void setFixedDatums(java.util.List<UnsignedIntegerWrapper> pFixedDatums)
public java.util.List<UnsignedIntegerWrapper> getFixedDatums()
public void setVariableDatums(java.util.List<UnsignedIntegerWrapper> pVariableDatums)
public java.util.List<UnsignedIntegerWrapper> getVariableDatums()
public void marshal(java.io.DataOutputStream dos)
marshal
in class SimulationManagementFamilyPdu
public void unmarshal(java.io.DataInputStream dis)
unmarshal
in class SimulationManagementFamilyPdu
public void marshal(java.nio.ByteBuffer buff)
marshal
in class SimulationManagementFamilyPdu
buff
- The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException
- if buff is too smalljava.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
unmarshal
in class SimulationManagementFamilyPdu
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class SimulationManagementFamilyPdu
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied objectequalsImpl
in class SimulationManagementFamilyPdu
obj
- the object to compare to