Class VersionType
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.jaxbclasses.VersionType
-
public class VersionType extends Object
Java class for VersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Major" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="Minor" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description VersionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMajor()Gets the value of the major property.longgetMinor()Gets the value of the minor property.voidsetMajor(long value)Sets the value of the major property.voidsetMinor(long value)Sets the value of the minor property.
-
-
-
Method Detail
-
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.
-
-