com.quartzdesk.service.types.v1_0.common
Class Version

java.lang.Object
  extended by com.quartzdesk.service.types.v1_0.common.Version

public class Version
extends Object

Java class for Version complex type.

The following schema fragment specifies the expected content contained within this class.

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


Field Summary
protected  Integer maintenance
           
protected  Integer major
           
protected  Integer minor
           
protected  String qualifier
           
 
Constructor Summary
Version()
           
 
Method Summary
 Integer getMaintenance()
          Gets the value of the maintenance property.
 Integer getMajor()
          Gets the value of the major property.
 Integer getMinor()
          Gets the value of the minor property.
 String getQualifier()
          Gets the value of the qualifier property.
 void setMaintenance(Integer value)
          Sets the value of the maintenance property.
 void setMajor(Integer value)
          Sets the value of the major property.
 void setMinor(Integer value)
          Sets the value of the minor property.
 void setQualifier(String value)
          Sets the value of the qualifier property.
 Version withMaintenance(Integer value)
           
 Version withMajor(Integer value)
           
 Version withMinor(Integer value)
           
 Version withQualifier(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

major

protected Integer major

minor

protected Integer minor

maintenance

protected Integer maintenance

qualifier

protected String qualifier
Constructor Detail

Version

public Version()
Method Detail

getMajor

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

Returns:
possible object is String

setMajor

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

Parameters:
value - allowed object is String

getMinor

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

Returns:
possible object is String

setMinor

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

Parameters:
value - allowed object is String

getMaintenance

public Integer getMaintenance()
Gets the value of the maintenance property.

Returns:
possible object is String

setMaintenance

public void setMaintenance(Integer value)
Sets the value of the maintenance property.

Parameters:
value - allowed object is String

getQualifier

public String getQualifier()
Gets the value of the qualifier property.

Returns:
possible object is String

setQualifier

public void setQualifier(String value)
Sets the value of the qualifier property.

Parameters:
value - allowed object is String

withMajor

public Version withMajor(Integer value)

withMinor

public Version withMinor(Integer value)

withMaintenance

public Version withMaintenance(Integer value)

withQualifier

public Version withQualifier(String value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.