public class SystemIdentifier
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected ChangeOptions |
changeOptions
status of this PDU, see section 6.2.15
|
protected IFFSystemMode |
systemMode
mode of operation for the system, an enumeration uid 84
|
protected IFFSystemName |
systemName
named type of system, an enumeration uid 83
|
protected IFFSystemType |
systemType
general type of emitting system, an enumeration uid 82
|
Constructor and Description |
---|
SystemIdentifier()
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 |
ChangeOptions |
getChangeOptions()
Getter for
changeOptions |
int |
getMarshalledSize()
Returns the size of this serialized object in bytes
|
IFFSystemMode |
getSystemMode()
Getter for
systemMode |
IFFSystemName |
getSystemName()
Getter for
systemName |
IFFSystemType |
getSystemType()
Getter for
systemType |
void |
marshal(java.nio.ByteBuffer buff)
Packs an object into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos)
Serializes an object to a DataOutputStream.
|
SystemIdentifier |
setChangeOptions(ChangeOptions pChangeOptions)
Setter for
changeOptions |
SystemIdentifier |
setSystemMode(IFFSystemMode pSystemMode)
Setter for
systemMode |
SystemIdentifier |
setSystemName(IFFSystemName pSystemName)
Setter for
systemName |
SystemIdentifier |
setSystemType(IFFSystemType pSystemType)
Setter for
systemType |
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.
|
protected IFFSystemType systemType
protected IFFSystemName systemName
protected IFFSystemMode systemMode
protected ChangeOptions changeOptions
public int getMarshalledSize()
public SystemIdentifier setSystemType(IFFSystemType pSystemType)
systemType
public IFFSystemType getSystemType()
systemType
public SystemIdentifier setSystemName(IFFSystemName pSystemName)
systemName
public IFFSystemName getSystemName()
systemName
public SystemIdentifier setSystemMode(IFFSystemMode pSystemMode)
systemMode
public IFFSystemMode getSystemMode()
systemMode
public SystemIdentifier setChangeOptions(ChangeOptions pChangeOptions)
changeOptions
public ChangeOptions getChangeOptions()
changeOptions
public void marshal(java.io.DataOutputStream dos)
dos
- The DataOutputStreamDataOutputStream
public int unmarshal(java.io.DataInputStream dis)
dis
- The DataInputStreamDataInputStream
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
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
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 java.lang.Object
public boolean equalsImpl(java.lang.Object obj)
this
and the supplied objectobj
- the object to compare to