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