Package org.openwms.common.comm.osip
Class OSIPHeader
java.lang.Object
org.openwms.common.comm.osip.OSIPHeader
- All Implemented Interfaces:
Serializable
A OSIPHeader represents the header part of a OSIP telegram message.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
static final short
static final short
static final short
static final short
static final short
private short
static final String
static final String
private String
static final String
private String
static final String
static final String
private short
private String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
sync
-
messageLength
private short messageLength -
sender
-
receiver
-
sequenceNo
private short sequenceNo -
SYNC_FIELD_NAME
- See Also:
-
LENGTH_SYNC_FIELD
public static final short LENGTH_SYNC_FIELD- See Also:
-
MSG_LENGTH_FIELD_NAME
- See Also:
-
LENGTH_MESSAGE_LENGTH_FIELD
public static final short LENGTH_MESSAGE_LENGTH_FIELD- See Also:
-
SENDER_FIELD_NAME
- See Also:
-
LENGTH_SENDER_FIELD
public static final short LENGTH_SENDER_FIELD- See Also:
-
RECEIVER_FIELD_NAME
- See Also:
-
LENGTH_RECEIVER_FIELD
public static final short LENGTH_RECEIVER_FIELD- See Also:
-
SEQUENCE_FIELD_NAME
- See Also:
-
LENGTH_SEQUENCE_NO_FIELD
public static final short LENGTH_SEQUENCE_NO_FIELD- See Also:
-
TENANT_FIELD_NAME
- See Also:
-
LENGTH_HEADER
public static final short LENGTH_HEADER- See Also:
-
-
Constructor Details
-
OSIPHeader
-
-
Method Details
-
getAll
-
getSync
Get the sync.- Returns:
- the sync.
-
getMessageLength
public short getMessageLength()Get the messageLength.- Returns:
- the messageLength.
-
getSender
Get the sender.- Returns:
- the sender.
-
setSender
Set the sender.- Parameters:
sender
- The sender to set.
-
getReceiver
Get the receiver.- Returns:
- the receiver.
-
setReceiver
Set the receiver.- Parameters:
receiver
- The receiver to set.
-
getSequenceNo
public short getSequenceNo()Get the sequenceNo.- Returns:
- the sequenceNo.
-
hashCode
public int hashCode()All fields. -
equals
All fields. -
toString
-