|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.messaging.common.EncodedSMSSegment
The encoded SMS message segment. A encoded sms segment consits of data part and a header part.
EncodedSMS, Serialized Form| Constructor Summary | |
EncodedSMSSegment() |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)Checks the equality of two EncodedSMSSegments. |
byte[] |
getData()Gets the data part of the encoded sms segment. |
byte[] |
getHeader()Gets header part of the encoded sms segment. |
int |
hashCode()Generates and returns a hash code. |
void |
setData(byte[] data)Sets data part of the encoded sms segment. |
void |
setHeader(byte[] header)Sets the header part of the encoded sms segment. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EncodedSMSSegment()
| Method Detail |
public boolean equals(java.lang.Object other)
other - Object to be compared for equality.public byte[] getData()
public byte[] getHeader()
public int hashCode()
public void setData(byte[] data)
data -public void setHeader(byte[] header)
header -
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||