|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.AlternateIdBase
microsoft.exchange.webservices.data.AlternatePublicFolderId
public class AlternatePublicFolderId
Represents the Id of a public folder expressed in a specific format.
| Field Summary | |
|---|---|
protected static String |
SchemaTypeName
Name of schema type used for AlternatePublicFolderId element. |
| Constructor Summary | |
|---|---|
AlternatePublicFolderId()
Initializes a new instance of AlternatePublicFolderId. |
|
AlternatePublicFolderId(IdFormat format,
String folderId)
Initializes a new instance of AlternatePublicFolderId. |
|
| Method Summary | |
|---|---|
String |
getFolderId()
The Id of the public folder. |
protected String |
getXmlElementName()
Gets the name of the XML element. |
protected void |
loadAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Loads the attributes from XML. |
void |
setFolderId(String folderId)
Sets the folder id. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes the attributes to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.AlternateIdBase |
|---|
getFormat, internalValidate, setFormat, validate, writeToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String SchemaTypeName
| Constructor Detail |
|---|
public AlternatePublicFolderId()
public AlternatePublicFolderId(IdFormat format,
String folderId)
format - the formatfolderId - the folder id| Method Detail |
|---|
public String getFolderId()
public void setFolderId(String folderId)
folderId - the new folder idprotected String getXmlElementName()
getXmlElementName in class AlternateIdBase
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class AlternateIdBasewriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
protected void loadAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
loadAttributesFromXml in class AlternateIdBasereader - the reader
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||