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> </sequence> <attribute name="major" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="minor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="build" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="revision" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="full_version" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
build |
protected String |
fullVersion |
protected Integer |
major |
protected Integer |
minor |
protected Integer |
revision |
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
int |
getBuild()
Gets the value of the build property.
|
String |
getFullVersion()
Gets the value of the fullVersion property.
|
int |
getMajor()
Gets the value of the major property.
|
int |
getMinor()
Gets the value of the minor property.
|
int |
getRevision()
Gets the value of the revision property.
|
boolean |
isSetBuild() |
boolean |
isSetFullVersion() |
boolean |
isSetMajor() |
boolean |
isSetMinor() |
boolean |
isSetRevision() |
void |
setBuild(int value)
Sets the value of the build property.
|
void |
setFullVersion(String value)
Sets the value of the fullVersion property.
|
void |
setMajor(int value)
Sets the value of the major property.
|
void |
setMinor(int value)
Sets the value of the minor property.
|
void |
setRevision(int value)
Sets the value of the revision property.
|
void |
unsetBuild() |
void |
unsetMajor() |
void |
unsetMinor() |
void |
unsetRevision() |
protected Integer major
protected Integer minor
protected Integer build
protected Integer revision
protected String fullVersion
public int getMajor()
Integer
public void setMajor(int value)
value
- allowed object is
Integer
public boolean isSetMajor()
public void unsetMajor()
public int getMinor()
Integer
public void setMinor(int value)
value
- allowed object is
Integer
public boolean isSetMinor()
public void unsetMinor()
public int getBuild()
Integer
public void setBuild(int value)
value
- allowed object is
Integer
public boolean isSetBuild()
public void unsetBuild()
public int getRevision()
Integer
public void setRevision(int value)
value
- allowed object is
Integer
public boolean isSetRevision()
public void unsetRevision()
public String getFullVersion()
String
public void setFullVersion(String value)
value
- allowed object is
String
public boolean isSetFullVersion()
Copyright © 2012. All Rights Reserved.