|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Version Type'. This presents version information pertaining to this message. The version is broken down into version, release and modification.
The following features are supported:
ServiceMessageObjectPackage.getVersionType()
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public java.math.BigInteger getVersion()
setVersion(BigInteger)
,
ServiceMessageObjectPackage.getVersionType_Version()
public void setVersion(java.math.BigInteger value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
public java.math.BigInteger getRelease()
setRelease(BigInteger)
,
ServiceMessageObjectPackage.getVersionType_Release()
public void setRelease(java.math.BigInteger value)
Release
' attribute.
value
- the new value of the 'Release' attribute.getRelease()
public java.math.BigInteger getModification()
setModification(BigInteger)
,
ServiceMessageObjectPackage.getVersionType_Modification()
public void setModification(java.math.BigInteger value)
Modification
' attribute.
value
- the new value of the 'Modification' attribute.getModification()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |