public class ServerVersionInfo extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
majorBuildNumber |
protected Integer |
majorVersion |
protected Integer |
minorBuildNumber |
protected Integer |
minorVersion |
protected String |
version |
| Constructor and Description |
|---|
ServerVersionInfo() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected Integer majorVersion
protected Integer minorVersion
protected Integer majorBuildNumber
protected Integer minorBuildNumber
protected String version
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 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.ToStringpublic 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.ToStringpublic 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 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2015 Jasig. All Rights Reserved.