public interface VersionType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getModification()
Returns the value of the 'Modification' attribute.
|
java.math.BigInteger |
getRelease()
Returns the value of the 'Release' attribute.
|
java.math.BigInteger |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setModification(java.math.BigInteger value)
Sets the value of the '
Modification ' attribute. |
void |
setRelease(java.math.BigInteger value)
Sets the value of the '
Release ' attribute. |
void |
setVersion(java.math.BigInteger value)
Sets the value of the '
Version ' attribute. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.math.BigInteger getVersion()
setVersion(BigInteger)
void setVersion(java.math.BigInteger value)
Version
' attribute.value
- the new value of the 'Version' attribute.getVersion()
java.math.BigInteger getRelease()
setRelease(BigInteger)
void setRelease(java.math.BigInteger value)
Release
' attribute.value
- the new value of the 'Release' attribute.getRelease()
java.math.BigInteger getModification()
setModification(BigInteger)
void setModification(java.math.BigInteger value)
Modification
' attribute.value
- the new value of the 'Modification' attribute.getModification()