public class MessageId
extends java.lang.Object
String value as message_id. The main
purpose is the creation of the value will be validated as proper message_id.| Constructor and Description |
|---|
MessageId(java.lang.String value)
Construct
MessageId with specified value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue()
Get the message_id value.
|
int |
hashCode() |
java.lang.String |
toString() |
public MessageId(java.lang.String value)
throws PDUStringException
MessageId with specified value.value - is the message_id as String.PDUStringExceptionpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object