public class PackageVersion extends Object
Java class for PackageVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackageVersion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="majorNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="minorNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
majorNumber |
protected int |
minorNumber |
protected String |
namespace |
| Constructor and Description |
|---|
PackageVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMajorNumber()
Gets the value of the majorNumber property.
|
int |
getMinorNumber()
Gets the value of the minorNumber property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setMajorNumber(int value)
Sets the value of the majorNumber property.
|
void |
setMinorNumber(int value)
Sets the value of the minorNumber property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
protected int majorNumber
protected int minorNumber
protected String namespace
public int getMajorNumber()
public void setMajorNumber(int value)
public int getMinorNumber()
public void setMinorNumber(int value)
public String getNamespace()
StringCopyright © 2016. All rights reserved.