|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ComplexProperty
microsoft.exchange.webservices.data.CompleteName
public final class CompleteName
Represents the complete name of a contact.
| Constructor Summary | |
|---|---|
CompleteName()
|
|
| Method Summary | |
|---|---|
String |
getFullName()
Gets the full name of the contact. |
String |
getGivenName()
Gets the given name (first name) of the contact. |
String |
getInitials()
Gets the initials of the contact. |
String |
getMiddleName()
Gets the middle name of the contact. |
String |
getNickname()
Gets the nickname of the contact. |
String |
getSuffix()
Gets the suffix of the contact. |
String |
getSurname()
Gets the surname (last name) of the contact. |
String |
getTitle()
Gets the contact's title. |
String |
getYomiGivenName()
Gets the Yomi given name (first name) of the contact. |
String |
getYomiSurname()
Gets the Yomi surname (last name) of the contact. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Tries to read element from XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes the elements to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeAttributesToXml, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompleteName()
| Method Detail |
|---|
public String getTitle()
public String getGivenName()
public String getMiddleName()
public String getSurname()
public String getSuffix()
public String getInitials()
public String getFullName()
public String getNickname()
public String getYomiGivenName()
public String getYomiSurname()
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The reader.
Exception - the exception
protected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws Exception
writeElementsToXml in class ComplexPropertywriter - accepts EwsServiceXmlWriter
Exception - throws Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||