|
||||||||
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. |
java.lang.String |
getCity()
Gets the city. |
java.lang.String |
getCountryOrRegion()
Gets the country or region. |
java.lang.String |
getPostalCode()
Gets the postal code. |
java.lang.String |
getState()
Gets the state. |
java.lang.String |
getStreet()
Gets the street. |
void |
propertyBagChanged(microsoft.exchange.webservices.data.SimplePropertyBag simplePropertyBag)
* Property was changed. |
void |
setCity(java.lang.String value)
Sets the city. |
void |
setCountryOrRegion(java.lang.String value)
Sets the country or region. |
void |
setPostalCode(java.lang.String value)
Sets the postal code. |
void |
setState(java.lang.String value)
Sets the state. |
void |
setStreet(java.lang.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,
java.lang.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, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, 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 bagpublic java.lang.String getStreet() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setStreet(java.lang.String value) throws java.lang.Exception
value
- the new street
java.lang.Exception
- the exceptionpublic java.lang.String getCity() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setCity(java.lang.String value)
value
- the new citypublic java.lang.String getState() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setState(java.lang.String value)
value
- the new statepublic java.lang.String getCountryOrRegion() throws java.lang.Exception
java.lang.Exception
- the exceptionpublic void setCountryOrRegion(java.lang.String value)
value
- the new country or regionpublic java.lang.String getPostalCode()
public void setPostalCode(java.lang.String value)
value
- the new postal codeprotected void clearChangeLog()
clearChangeLog
in class ComplexProperty
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 javax.xml.stream.XMLStreamException, ServiceXmlSerializationException
writeElementsToXml
in class ComplexProperty
writer
- the writer
javax.xml.stream.XMLStreamException
- the xML stream exception
ServiceXmlSerializationException
- the service xml serialization exceptionprotected boolean writeSetUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject, java.lang.String ownerDictionaryXmlElementName) throws javax.xml.stream.XMLStreamException, ServiceXmlSerializationException
writeSetUpdateToXml
in class DictionaryEntryProperty<PhysicalAddressKey>
writer
- the writerewsObject
- the ews objectownerDictionaryXmlElementName
- the owner dictionary xml element name
javax.xml.stream.XMLStreamException
- the xML stream exception
ServiceXmlSerializationException
- the service xml serialization exceptionprotected boolean writeDeleteUpdateToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, ServiceObject ewsObject) throws javax.xml.stream.XMLStreamException, ServiceXmlSerializationException
writeDeleteUpdateToXml
in class DictionaryEntryProperty<PhysicalAddressKey>
writer
- the writerewsObject
- the ews object
javax.xml.stream.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 |