Package edu.nps.moves.dis7.pdus
Class IntercomReferenceID
java.lang.Object
edu.nps.moves.dis7.pdus.IntercomReferenceID
- All Implemented Interfaces:
Serializable
unique reference ID for this intercom
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected shortapplicationNumber is an undescribed parameter...protected shortreferenceNumber is an undescribed parameter...protected shortsiteNumber is an undescribed parameter... -
Constructor Summary
ConstructorsConstructorDescriptionConstructor creates and configures a new instance object -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsImpl(Object obj) Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied objectshortGetter forapplicationNumberintReturns size of this serialized (marshalled) object in bytesshortGetter forreferenceNumbershortGetter forsiteNumbervoidmarshal(DataOutputStream dos) Serializes an object to a DataOutputStream.voidmarshal(ByteBuffer byteBuffer) Packs an object into the ByteBuffer.setApplicationNumber(int pApplicationNumber) Utility setter forapplicationNumbersetApplicationNumber(short pApplicationNumber) Setter forapplicationNumbersetReferenceNumber(int pReferenceNumber) Utility setter forreferenceNumbersetReferenceNumber(short pReferenceNumber) Setter forreferenceNumbersetSiteNumber(int pSiteNumber) Utility setter forsiteNumbersetSiteNumber(short pSiteNumber) Setter forsiteNumbertoString()intunmarshal(DataInputStream dis) Deserializes an object from a DataInputStream.intunmarshal(ByteBuffer byteBuffer) Unpacks a Pdu from the underlying data.
-
Field Details
-
siteNumber
protected short siteNumbersiteNumber is an undescribed parameter... -
applicationNumber
protected short applicationNumberapplicationNumber is an undescribed parameter... -
referenceNumber
protected short referenceNumberreferenceNumber is an undescribed parameter...
-
-
Constructor Details
-
IntercomReferenceID
public IntercomReferenceID()Constructor creates and configures a new instance object
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Returns:
- serialized size in bytes
- See Also:
-
setSiteNumber
Setter forsiteNumber- Parameters:
pSiteNumber- new value of interest- Returns:
- same object to permit progressive setters
-
setSiteNumber
Utility setter forsiteNumber- Parameters:
pSiteNumber- new value of interest- Returns:
- same object to permit progressive setters
-
getSiteNumber
public short getSiteNumber()Getter forsiteNumber- Returns:
- value of interest
-
setApplicationNumber
Setter forapplicationNumber- Parameters:
pApplicationNumber- new value of interest- Returns:
- same object to permit progressive setters
-
setApplicationNumber
Utility setter forapplicationNumber- Parameters:
pApplicationNumber- new value of interest- Returns:
- same object to permit progressive setters
-
getApplicationNumber
public short getApplicationNumber()Getter forapplicationNumber- Returns:
- value of interest
-
setReferenceNumber
Setter forreferenceNumber- Parameters:
pReferenceNumber- new value of interest- Returns:
- same object to permit progressive setters
-
setReferenceNumber
Utility setter forreferenceNumber- Parameters:
pReferenceNumber- new value of interest- Returns:
- same object to permit progressive setters
-
getReferenceNumber
public short getReferenceNumber()Getter forreferenceNumber- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Parameters:
dos- the OutputStream- Throws:
Exception- if something goes wrong- See Also:
-
unmarshal
Deserializes an object from a DataInputStream.- Parameters:
dis- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception- if something goes wrong- See Also:
-
marshal
Packs an object into the ByteBuffer.- Parameters:
byteBuffer- The ByteBuffer at the position to begin writing- Throws:
BufferOverflowException- if byteBuffer is too smallReadOnlyBufferException- if byteBuffer is read onlyException- ByteBuffer-generated exception- See Also:
-
unmarshal
Unpacks a Pdu from the underlying data.- Parameters:
byteBuffer- The ByteBuffer at the position to begin reading- Returns:
- marshalled serialized size in bytes
- Throws:
BufferUnderflowException- if byteBuffer is too smallException- ByteBuffer-generated exception- See Also:
-
equals
-
equalsImpl
Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied object- Parameters:
obj- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
-