|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v4_0.common.Version
public class Version
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 |
|---|
protected Integer major
protected Integer minor
protected Integer maintenance
protected String qualifier
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public Integer getMajor()
Stringpublic void setMajor(Integer value)
value - allowed object is
Stringpublic Integer getMinor()
Stringpublic void setMinor(Integer value)
value - allowed object is
Stringpublic Integer getMaintenance()
Stringpublic void setMaintenance(Integer value)
value - allowed object is
Stringpublic String getQualifier()
Stringpublic void setQualifier(String value)
value - allowed object is
Stringpublic Version withMajor(Integer value)
public Version withMinor(Integer value)
public Version withMaintenance(Integer value)
public Version withQualifier(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||