public class Version extends BaseResource
Java class for Version complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Version">
<complexContent>
<extension base="{}BaseResource">
<attribute name="major" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="minor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="build" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="revision" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="full_version" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBuild()
Gets the value of the build property.
|
String |
getFullVersion()
Gets the value of the fullVersion property.
|
Integer |
getMajor()
Gets the value of the major property.
|
Integer |
getMinor()
Gets the value of the minor property.
|
Integer |
getRevision()
Gets the value of the revision property.
|
void |
setBuild(Integer value)
Sets the value of the build property.
|
void |
setFullVersion(String value)
Sets the value of the fullVersion property.
|
void |
setMajor(Integer value)
Sets the value of the major property.
|
void |
setMinor(Integer value)
Sets the value of the minor property.
|
void |
setRevision(Integer value)
Sets the value of the revision property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic Integer getMajor()
Integerpublic void setMajor(Integer value)
value - allowed object is
Integerpublic Integer getMinor()
Integerpublic void setMinor(Integer value)
value - allowed object is
Integerpublic Integer getBuild()
Integerpublic void setBuild(Integer value)
value - allowed object is
Integerpublic Integer getRevision()
Integerpublic void setRevision(Integer value)
value - allowed object is
Integerpublic String getFullVersion()
StringCopyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0