|
|||||||||
| 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
microsoft.exchange.webservices.data.AlternatePublicFolderItemId
public class AlternatePublicFolderItemId
Represents the Id of a public folder item expressed in a specific format.
| Field Summary | |
|---|---|
protected static String |
SchemaTypeName
Schema type associated with AlternatePublicFolderItemId. |
| Constructor Summary | |
|---|---|
AlternatePublicFolderItemId()
Initializes a new instance of the class. |
|
AlternatePublicFolderItemId(IdFormat format,
String folderId,
String itemId)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
String |
getItemId()
Gets The Id of the public folder item. |
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 |
setItemId(String itemId)
Sets the item id. |
protected void |
writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
Writes the attributes to XML. |
| Methods inherited from class microsoft.exchange.webservices.data.AlternatePublicFolderId |
|---|
getFolderId, setFolderId |
| 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 AlternatePublicFolderItemId()
public AlternatePublicFolderItemId(IdFormat format,
String folderId,
String itemId)
format - the formatfolderId - the folder iditemId - the item id| Method Detail |
|---|
public String getItemId()
public void setItemId(String itemId)
itemId - the new item idprotected String getXmlElementName()
getXmlElementName in class AlternatePublicFolderId
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class AlternatePublicFolderIdwriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
protected void loadAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
loadAttributesFromXml in class AlternatePublicFolderIdreader - the reader
Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||