|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.misc.id.AlternateIdBase
microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId
microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderItemId
public class AlternatePublicFolderItemId
Represents the Id of a public folder item expressed in a specific format.
| Field Summary | |
|---|---|
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. |
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. |
| Methods inherited from class microsoft.exchange.webservices.data.misc.id.AlternatePublicFolderId |
|---|
getFolderId, setFolderId |
| Methods inherited from class microsoft.exchange.webservices.data.misc.id.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 |
|---|
public 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(EwsServiceXmlWriter writer)
throws ServiceXmlSerializationException
writeAttributesToXml in class AlternatePublicFolderIdwriter - the writer
ServiceXmlSerializationException - the service xml serialization exception
public void loadAttributesFromXml(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 | |||||||||