|
||||||||
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 java.lang.String |
SchemaTypeName
Schema type associated with AlternatePublicFolderItemId. |
Constructor Summary | |
---|---|
AlternatePublicFolderItemId()
Initializes a new instance of the class. |
|
AlternatePublicFolderItemId(IdFormat format,
java.lang.String folderId,
java.lang.String itemId)
Initializes a new instance of the class. |
Method Summary | |
---|---|
java.lang.String |
getItemId()
Gets The Id of the public folder item. |
protected java.lang.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(java.lang.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 java.lang.String SchemaTypeName
Constructor Detail |
---|
public AlternatePublicFolderItemId()
public AlternatePublicFolderItemId(IdFormat format, java.lang.String folderId, java.lang.String itemId)
format
- the formatfolderId
- the folder iditemId
- the item idMethod Detail |
---|
public java.lang.String getItemId()
public void setItemId(java.lang.String itemId)
itemId
- the new item idprotected java.lang.String getXmlElementName()
getXmlElementName
in class AlternatePublicFolderId
protected void writeAttributesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer) throws ServiceXmlSerializationException
writeAttributesToXml
in class AlternatePublicFolderId
writer
- the writer
ServiceXmlSerializationException
- the service xml serialization exceptionprotected void loadAttributesFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
loadAttributesFromXml
in class AlternatePublicFolderId
reader
- the reader
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |