Package com.io7m.sunburst.xml.peers.jaxb
Class Import
java.lang.Object
com.io7m.sunburst.xml.peers.jaxb.Import
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="Name" use="required" type="{urn:com.io7m.sunburst:peer:1}PackageNameT" />
<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:peer:1}PackageVersionQualifierT" />
</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.getName()Gets the value of the name 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.voidSets the value of the name property.voidsetPatch(long value) Sets the value of the patch property.voidsetQualifier(String value) Sets the value of the qualifier property.
-
Field Details
-
name
-
major
protected long major -
minor
protected long minor -
patch
protected long patch -
qualifier
-
-
Constructor Details
-
Import
public Import()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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
-