public class AlternatePublicFolderItemId extends AlternatePublicFolderId
| Modifier and Type | Field and Description |
|---|---|
static String |
SchemaTypeName
Schema type associated with AlternatePublicFolderItemId.
|
| Constructor and Description |
|---|
AlternatePublicFolderItemId()
Initializes a new instance of the class.
|
AlternatePublicFolderItemId(IdFormat format,
String folderId,
String itemId)
Initializes a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getItemId()
Gets The Id of the public folder item.
|
protected String |
getXmlElementName()
Gets the name of the XML element.
|
void |
loadAttributesFromXml(EwsServiceXmlReader reader)
Loads the attribute from XML.
|
void |
setItemId(String itemId)
Sets the item id.
|
protected void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML.
|
getFolderId, setFolderIdgetFormat, internalValidate, setFormat, validate, writeToXmlpublic static final String SchemaTypeName
public AlternatePublicFolderItemId()
public AlternatePublicFolderItemId(IdFormat format, String folderId, String itemId)
format - the formatfolderId - the folder iditemId - the item idpublic void setItemId(String itemId)
itemId - the new item idprotected String getXmlElementName()
getXmlElementName in class AlternatePublicFolderIdprotected void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml in class AlternatePublicFolderIdwriter - the writerServiceXmlSerializationException - the service xml serialization exceptionpublic void loadAttributesFromXml(EwsServiceXmlReader reader) throws Exception
loadAttributesFromXml in class AlternatePublicFolderIdreader - the readerException - the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.