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