org.universAAL.middleware.deploymanager.uapp.model
Class VersionType

Package class diagram package VersionType
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.VersionType
All Implemented Interfaces:
Serializable

public class VersionType
extends Object
implements Serializable

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}int"/>
         <element name="minor" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="micro" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="build" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String build
           
protected  int major
           
protected  int micro
           
protected  int minor
           
 
Constructor Summary
VersionType()
           
 
Method Summary
 String getBuild()
          Gets the value of the build property.
 int getMajor()
          Gets the value of the major property.
 int getMicro()
          Gets the value of the micro property.
 int getMinor()
          Gets the value of the minor property.
 boolean isSetBuild()
           
 boolean isSetMajor()
           
 boolean isSetMicro()
           
 boolean isSetMinor()
           
 void setBuild(String value)
          Sets the value of the build property.
 void setMajor(int value)
          Sets the value of the major property.
 void setMicro(int value)
          Sets the value of the micro property.
 void setMinor(int value)
          Sets the value of the minor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

major

protected int major

minor

protected int minor

micro

protected int micro

build

protected String build
Constructor Detail

VersionType

public VersionType()
Method Detail

getMajor

public int getMajor()
Gets the value of the major property.


setMajor

public void setMajor(int value)
Sets the value of the major property.


isSetMajor

public boolean isSetMajor()

getMinor

public int getMinor()
Gets the value of the minor property.


setMinor

public void setMinor(int value)
Sets the value of the minor property.


isSetMinor

public boolean isSetMinor()

getMicro

public int getMicro()
Gets the value of the micro property.


setMicro

public void setMicro(int value)
Sets the value of the micro property.


isSetMicro

public boolean isSetMicro()

getBuild

public String getBuild()
Gets the value of the build property.

Returns:
possible object is String

setBuild

public void setBuild(String value)
Sets the value of the build property.

Parameters:
value - allowed object is String

isSetBuild

public boolean isSetBuild()


Copyright © 2014 universAAL Consortium. All Rights Reserved.