public class IsGroupOfPdu extends EntityManagementFamilyPdu implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected IsGroupOfGroupedEntityCategory |
groupedEntityCategory
type of entities constituting the group uid 213
|
protected java.util.List<VariableDatum> |
groupedEntityDescriptions
GED records about each individual entity in the group.
|
protected EntityID |
groupEntityID
ID of aggregated entities
|
protected double |
latitude
latitude
|
protected double |
longitude
longitude
|
protected byte |
numberOfGroupedEntities
Number of individual entities constituting the group
|
protected int |
pad
padding
|
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
Constructor and Description |
---|
IsGroupOfPdu()
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 |
IsGroupOfGroupedEntityCategory |
getGroupedEntityCategory()
Getter for
groupedEntityCategory |
java.util.List<VariableDatum> |
getGroupedEntityDescriptions()
Getter for
groupedEntityDescriptions |
EntityID |
getGroupEntityID()
Getter for
groupEntityID |
double |
getLatitude()
Getter for
latitude |
double |
getLongitude()
Getter for
longitude |
int |
getMarshalledSize()
Returns the size of this serialized object in bytes
|
int |
getPad()
Getter for
pad |
void |
marshal(java.nio.ByteBuffer buff)
Packs an object into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos)
Serializes an object to a DataOutputStream.
|
IsGroupOfPdu |
setGroupedEntityCategory(IsGroupOfGroupedEntityCategory pGroupedEntityCategory)
Setter for
groupedEntityCategory |
IsGroupOfPdu |
setGroupedEntityDescriptions(java.util.List<VariableDatum> pGroupedEntityDescriptions)
Setter for
groupedEntityDescriptions |
IsGroupOfPdu |
setGroupEntityID(EntityID pGroupEntityID)
Setter for
groupEntityID |
IsGroupOfPdu |
setLatitude(double pLatitude)
Setter for
latitude |
IsGroupOfPdu |
setLongitude(double pLongitude)
Setter for
longitude |
IsGroupOfPdu |
setPad(int pPad)
Setter for
pad |
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.
|
getPadding, getPduStatus, setPadding, setPduStatus
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected EntityID groupEntityID
protected IsGroupOfGroupedEntityCategory groupedEntityCategory
protected byte numberOfGroupedEntities
protected int pad
protected double latitude
protected double longitude
protected java.util.List<VariableDatum> groupedEntityDescriptions
public int getMarshalledSize()
getMarshalledSize
in class EntityManagementFamilyPdu
public IsGroupOfPdu setGroupEntityID(EntityID pGroupEntityID)
groupEntityID
public EntityID getGroupEntityID()
groupEntityID
public IsGroupOfPdu setGroupedEntityCategory(IsGroupOfGroupedEntityCategory pGroupedEntityCategory)
groupedEntityCategory
public IsGroupOfGroupedEntityCategory getGroupedEntityCategory()
groupedEntityCategory
public IsGroupOfPdu setPad(int pPad)
pad
public int getPad()
pad
public IsGroupOfPdu setLatitude(double pLatitude)
latitude
public double getLatitude()
latitude
public IsGroupOfPdu setLongitude(double pLongitude)
longitude
public double getLongitude()
longitude
public IsGroupOfPdu setGroupedEntityDescriptions(java.util.List<VariableDatum> pGroupedEntityDescriptions)
groupedEntityDescriptions
public java.util.List<VariableDatum> getGroupedEntityDescriptions()
groupedEntityDescriptions
public void marshal(java.io.DataOutputStream dos)
marshal
in class EntityManagementFamilyPdu
dos
- The DataOutputStreamDataOutputStream
public int unmarshal(java.io.DataInputStream dis)
unmarshal
in class EntityManagementFamilyPdu
dis
- The DataInputStreamDataInputStream
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
marshal
in class EntityManagementFamilyPdu
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 EntityManagementFamilyPdu
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 EntityManagementFamilyPdu
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied objectequalsImpl
in class EntityManagementFamilyPdu
obj
- the object to compare to