|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.ServerVersionInfo
public class ServerVersionInfo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="MajorVersion" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="MinorVersion" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="MajorBuildNumber" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="MinorBuildNumber" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
majorBuildNumber
|
protected Integer |
majorVersion
|
protected Integer |
minorBuildNumber
|
protected Integer |
minorVersion
|
protected String |
version
|
| Constructor Summary | |
|---|---|
ServerVersionInfo()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
Integer |
getMajorBuildNumber()
Gets the value of the majorBuildNumber property. |
Integer |
getMajorVersion()
Gets the value of the majorVersion property. |
Integer |
getMinorBuildNumber()
Gets the value of the minorBuildNumber property. |
Integer |
getMinorVersion()
Gets the value of the minorVersion property. |
String |
getVersion()
Gets the value of the version property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setMajorBuildNumber(Integer value)
Sets the value of the majorBuildNumber property. |
void |
setMajorVersion(Integer value)
Sets the value of the majorVersion property. |
void |
setMinorBuildNumber(Integer value)
Sets the value of the minorBuildNumber property. |
void |
setMinorVersion(Integer value)
Sets the value of the minorVersion property. |
void |
setVersion(String value)
Sets the value of the version property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Integer majorVersion
protected Integer minorVersion
protected Integer majorBuildNumber
protected Integer minorBuildNumber
protected String version
| Constructor Detail |
|---|
public ServerVersionInfo()
| Method Detail |
|---|
public Integer getMajorVersion()
Integerpublic void setMajorVersion(Integer value)
value - allowed object is
Integerpublic Integer getMinorVersion()
Integerpublic void setMinorVersion(Integer value)
value - allowed object is
Integerpublic Integer getMajorBuildNumber()
Integerpublic void setMajorBuildNumber(Integer value)
value - allowed object is
Integerpublic Integer getMinorBuildNumber()
Integerpublic void setMinorBuildNumber(Integer value)
value - allowed object is
Integerpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||