|
|||||||||
| 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.DictionaryEntryProperty<PhysicalAddressKey>
microsoft.exchange.webservices.data.PhysicalAddressEntry
public final class PhysicalAddressEntry
Represents an entry of an PhysicalAddressDictionary.
| Constructor Summary | |
|---|---|
PhysicalAddressEntry()
Initializes a new instance of PhysicalAddressEntry. |
|
| Method Summary | |
|---|---|
protected void |
clearChangeLog()
Clears the change log. |
String |
getCity()
Gets the city. |
String |
getCountryOrRegion()
Gets the country or region. |
String |
getPostalCode()
Gets the postal code. |
String |
getState()
Gets the state. |
String |
getStreet()
Gets the street. |
void |
propertyBagChanged(microsoft.exchange.webservices.data.SimplePropertyBag simplePropertyBag)
* Property was changed. |
void |
setCity(String value)
Sets the city. |
void |
setCountryOrRegion(String value)
Sets the country or region. |
void |
setPostalCode(String value)
Sets the postal code. |
void |
setState(String value)
Sets the state. |
void |
setStreet(String value)
Sets the street. |
protected boolean |
tryReadElementFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Writes elements to XML. |
protected boolean |
writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
ServiceObject ewsObject)
Writes the delete update to XML. |
protected void |
writeElementsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes elements to XML. |
protected boolean |
writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
ServiceObject ewsObject,
String ownerDictionaryXmlElementName)
Writes the update to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.DictionaryEntryProperty |
|---|
getKey, readAttributesFromXml, setKey, writeAttributesToXml |
| Methods inherited from class microsoft.exchange.webservices.data.ComplexProperty |
|---|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, validate, writeToXml, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PhysicalAddressEntry()
| Method Detail |
|---|
public void propertyBagChanged(microsoft.exchange.webservices.data.SimplePropertyBag simplePropertyBag)
simplePropertyBag - the simple property bag
public String getStreet()
throws Exception
Exception - the exception
public void setStreet(String value)
throws Exception
value - the new street
Exception - the exception
public String getCity()
throws Exception
Exception - the exceptionpublic void setCity(String value)
value - the new city
public String getState()
throws Exception
Exception - the exceptionpublic void setState(String value)
value - the new state
public String getCountryOrRegion()
throws Exception
Exception - the exceptionpublic void setCountryOrRegion(String value)
value - the new country or regionpublic String getPostalCode()
public void setPostalCode(String value)
value - the new postal codeprotected void clearChangeLog()
clearChangeLog in class ComplexProperty
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 XMLStreamException,
ServiceXmlSerializationException
writeElementsToXml in class ComplexPropertywriter - the writer
XMLStreamException - the xML stream exception
ServiceXmlSerializationException - the service xml serialization exception
protected boolean writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
ServiceObject ewsObject,
String ownerDictionaryXmlElementName)
throws XMLStreamException,
ServiceXmlSerializationException
writeSetUpdateToXml in class DictionaryEntryProperty<PhysicalAddressKey>writer - the writerewsObject - the ews objectownerDictionaryXmlElementName - the owner dictionary xml element name
XMLStreamException - the xML stream exception
ServiceXmlSerializationException - the service xml serialization exception
protected boolean writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
ServiceObject ewsObject)
throws XMLStreamException,
ServiceXmlSerializationException
writeDeleteUpdateToXml in class DictionaryEntryProperty<PhysicalAddressKey>writer - the writerewsObject - the ews object
XMLStreamException - the xML stream exception
ServiceXmlSerializationException - the service xml serialization exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||