|
||||||||
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 | |
---|---|
java.lang.String |
getFullName()
Gets the full name of the contact. |
java.lang.String |
getGivenName()
Gets the given name (first name) of the contact. |
java.lang.String |
getInitials()
Gets the initials of the contact. |
java.lang.String |
getMiddleName()
Gets the middle name of the contact. |
java.lang.String |
getNickname()
Gets the nickname of the contact. |
java.lang.String |
getSuffix()
Gets the suffix of the contact. |
java.lang.String |
getSurname()
Gets the surname (last name) of the contact. |
java.lang.String |
getTitle()
Gets the contact's title. |
java.lang.String |
getYomiGivenName()
Gets the Yomi given name (first name) of the contact. |
java.lang.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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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 java.lang.String getTitle()
public java.lang.String getGivenName()
public java.lang.String getMiddleName()
public java.lang.String getSurname()
public java.lang.String getSuffix()
public java.lang.String getInitials()
public java.lang.String getFullName()
public java.lang.String getNickname()
public java.lang.String getYomiGivenName()
public java.lang.String getYomiSurname()
protected boolean tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
tryReadElementFromXml
in class ComplexProperty
reader
- The reader.
java.lang.Exception
- the exceptionprotected void writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws java.lang.Exception
writeElementsToXml
in class ComplexProperty
writer
- accepts EwsServiceXmlWriter
java.lang.Exception
- throws Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |