com.ibm.websphere.sibx.smobo

Interface VersionType


  1. public interface VersionType
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:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.math.BigInteger
getModification()
Returns the value of the 'Modification' attribute.
  1. java.math.BigInteger
getRelease()
Returns the value of the 'Release' attribute.
  1. java.math.BigInteger
getVersion()
Returns the value of the 'Version' attribute.
  1. void
setModification(java.math.BigInteger value)
Sets the value of the ' Modification' attribute.
  1. void
setRelease(java.math.BigInteger value)
Sets the value of the ' Release' attribute.
  1. void
setVersion(java.math.BigInteger value)
Sets the value of the ' Version' attribute.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getVersion

  1. java.math.BigInteger getVersion( )
Returns the value of the 'Version' attribute.
Returns:
the value of the 'Version' attribute.
See Also:

setVersion

  1. void setVersion(java.math.BigInteger value)
Sets the value of the ' Version' attribute.
Parameters:
value - the new value of the 'Version' attribute.
See Also:

getRelease

  1. java.math.BigInteger getRelease( )
Returns the value of the 'Release' attribute.
Returns:
the value of the 'Release' attribute.
See Also:

setRelease

  1. void setRelease(java.math.BigInteger value)
Sets the value of the ' Release' attribute.
Parameters:
value - the new value of the 'Release' attribute.
See Also:

getModification

  1. java.math.BigInteger getModification( )
Returns the value of the 'Modification' attribute.
Returns:
the value of the 'Modification' attribute.
See Also:

setModification

  1. void setModification(java.math.BigInteger value)
Sets the value of the ' Modification' attribute.
Parameters:
value - the new value of the 'Modification' attribute.
See Also: