public class AlternatePublicFolderId extends AlternateIdBase
| Modifier and Type | Field and Description |
|---|---|
static String |
SchemaTypeName
Name of schema type used for AlternatePublicFolderId element.
|
| Constructor and Description |
|---|
AlternatePublicFolderId()
Initializes a new instance of AlternatePublicFolderId.
|
AlternatePublicFolderId(IdFormat format,
String folderId)
Initializes a new instance of AlternatePublicFolderId.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderId()
The Id of the public folder.
|
protected String |
getXmlElementName()
Gets the name of the XML element.
|
void |
loadAttributesFromXml(EwsServiceXmlReader reader)
Loads the attribute from XML.
|
void |
setFolderId(String folderId)
Sets the folder id.
|
protected void |
writeAttributesToXml(EwsServiceXmlWriter writer)
Writes the attribute to XML.
|
getFormat, internalValidate, setFormat, validate, writeToXmlpublic static final String SchemaTypeName
public AlternatePublicFolderId()
public AlternatePublicFolderId(IdFormat format, String folderId)
format - the formatfolderId - the folder idpublic String getFolderId()
public void setFolderId(String folderId)
folderId - the new folder idprotected String getXmlElementName()
getXmlElementName in class AlternateIdBaseprotected void writeAttributesToXml(EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml in class AlternateIdBasewriter - the writerServiceXmlSerializationException - the service xml serialization exceptionpublic void loadAttributesFromXml(EwsServiceXmlReader reader) throws Exception
loadAttributesFromXml in class AlternateIdBasereader - the readerException - the exceptionCopyright © 2012–2015 Microsoft. All rights reserved.