Class Version
java.lang.Object
com.io7m.sunburst.xml.packages.jaxb.Version
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="Major" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="Minor" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="Patch" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="Qualifier" type="{urn:com.io7m.sunburst:package:1}QualifierT" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetMajor()Gets the value of the major property.longgetMinor()Gets the value of the minor property.longgetPatch()Gets the value of the patch property.Gets the value of the qualifier property.voidsetMajor(long value) Sets the value of the major property.voidsetMinor(long value) Sets the value of the minor property.voidsetPatch(long value) Sets the value of the patch property.voidsetQualifier(String value) Sets the value of the qualifier property.
-
Field Details
-
major
protected long major -
minor
protected long minor -
patch
protected long patch -
qualifier
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getMajor
public long getMajor()Gets the value of the major property. -
setMajor
public void setMajor(long value) Sets the value of the major property. -
getMinor
public long getMinor()Gets the value of the minor property. -
setMinor
public void setMinor(long value) Sets the value of the minor property. -
getPatch
public long getPatch()Gets the value of the patch property. -
setPatch
public void setPatch(long value) Sets the value of the patch property. -
getQualifier
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-