|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ExchangeServerInfo
public final class ExchangeServerInfo
Represents Exchange server information.
| Constructor Summary | |
|---|---|
protected |
ExchangeServerInfo()
Instantiates a new exchange server info. |
| Method Summary | |
|---|---|
int |
getMajorBuildNumber()
Gets the Major Exchange server build number. |
int |
getMajorVersion()
Gets the Major Exchange server version number. |
int |
getMinorBuildNumber()
Gets the Minor Exchange server build number. |
int |
getMinorVersion()
Gets the Minor Exchange server version number. |
String |
getVersionString()
Gets the Exchange server version string (e.g. |
protected static ExchangeServerInfo |
parse(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Parse current element to extract server information. |
protected void |
setMajorBuildNumber(int majorBuildNumber)
Sets the major build number. |
protected void |
setMajorVersion(int majorVersion)
Sets the major version. |
protected void |
setMinorBuildNumber(int minorBuildNumber)
Sets the minor build number. |
protected void |
setMinorVersion(int minorVersion)
Sets the minor version. |
protected void |
setVersionString(String versionString)
Sets the version string. |
String |
toString()
Override ToString method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ExchangeServerInfo()
| Method Detail |
|---|
protected static ExchangeServerInfo parse(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
reader - EwsServiceXmlReader
Exception - the exceptionpublic int getMajorVersion()
protected void setMajorVersion(int majorVersion)
majorVersion - the new major versionpublic int getMinorVersion()
protected void setMinorVersion(int minorVersion)
minorVersion - the new minor versionpublic int getMajorBuildNumber()
protected void setMajorBuildNumber(int majorBuildNumber)
majorBuildNumber - the new major build numberpublic int getMinorBuildNumber()
protected void setMinorBuildNumber(int minorBuildNumber)
minorBuildNumber - the new minor build numberpublic String getVersionString()
protected void setVersionString(String versionString)
versionString - the new version stringpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||