|
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.ems.EMSService
oracle.panama.messaging.common.ems.VCardService
| Constructor Summary | |
VCardService() |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)Checks for equality of two VCardService objects. |
byte[] |
getBytes()Gets the header part of the service. |
byte[] |
getData()Gets the data part of the serice. |
int |
hashCode()Gets hash code for the instance. |
void |
setCard(VCard card)Sets the vCard data for the service. |
void |
setEncodedVCard(byte[] card)Sets the vCard data for the service. |
void |
setLength(int len)Sets the length of the service. |
void |
setVCardString(java.lang.String card)Sets the vCard data for the service. |
int |
size()Gets size of the VCardService. |
| Methods inherited from class oracle.panama.messaging.common.ems.EMSService |
compareTo, getLength, getPosition, setPosition |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VCardService()
| Method Detail |
public boolean equals(java.lang.Object other)
other - VCardService object to test for equality with this object.public byte[] getBytes()
getBytes in class EMSServicepublic byte[] getData()
getData in class EMSServicepublic int hashCode()
public void setCard(VCard card)
card - vCard represented using VCard object.public void setEncodedVCard(byte[] card)
card - vCard represented using encoded String object.public void setLength(int len)
setLength in class EMSServicelen - length of the service.public void setVCardString(java.lang.String card)
card - vCard represented using Sting object.public int size()
size in class EMSService
|
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 | |||||||||