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, unsetLinks
getActions, isSetActions, setActions
public Integer getMajor()
Integer
public void setMajor(Integer value)
value
- allowed object is
Integer
public Integer getMinor()
Integer
public void setMinor(Integer value)
value
- allowed object is
Integer
public Integer getBuild()
Integer
public void setBuild(Integer value)
value
- allowed object is
Integer
public Integer getRevision()
Integer
public void setRevision(Integer value)
value
- allowed object is
Integer
public String getFullVersion()
String
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0