public class VariableParameter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected short |
recordType
the identification of the Variable Parameter record.
|
protected double |
variableParameterFields1
Variable parameter data fields.
|
protected long |
variableParameterFields2
Variable parameter data fields.
|
protected int |
variableParameterFields3
Variable parameter data fields.
|
protected short |
variableParameterFields4
Variable parameter data fields.
|
Constructor and Description |
---|
VariableParameter()
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 |
int |
getMarshalledSize() |
short |
getRecordType() |
double |
getVariableParameterFields1() |
long |
getVariableParameterFields2() |
int |
getVariableParameterFields3() |
short |
getVariableParameterFields4() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setRecordType(short pRecordType) |
void |
setVariableParameterFields1(double pVariableParameterFields1) |
void |
setVariableParameterFields2(long pVariableParameterFields2) |
void |
setVariableParameterFields3(int pVariableParameterFields3) |
void |
setVariableParameterFields4(short pVariableParameterFields4) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
protected short recordType
protected double variableParameterFields1
protected long variableParameterFields2
protected int variableParameterFields3
protected short variableParameterFields4
public int getMarshalledSize()
public void setRecordType(short pRecordType)
public short getRecordType()
public void setVariableParameterFields1(double pVariableParameterFields1)
public double getVariableParameterFields1()
public void setVariableParameterFields2(long pVariableParameterFields2)
public long getVariableParameterFields2()
public void setVariableParameterFields3(int pVariableParameterFields3)
public int getVariableParameterFields3()
public void setVariableParameterFields4(short pVariableParameterFields4)
public short getVariableParameterFields4()
public void marshal(java.io.DataOutputStream dos)
public void unmarshal(java.io.DataInputStream dis)
public void marshal(java.nio.ByteBuffer buff)
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)
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 java.lang.Object
public boolean equalsImpl(java.lang.Object obj)
this
and the supplied objectobj
- the object to compare to