com.ibm.websphere.product.metadata.im

Class IMFix

  1. java.lang.Object
  2. extended bycom.ibm.websphere.product.metadata.im.IMPackage
  3. extended bycom.ibm.websphere.product.metadata.im.IMFix

  1. public class IMFix
  2. extends com.ibm.websphere.product.metadata.im.IMPackage
This object represents IM fix.
Version:
8.0

Constructor Summary

Constructor and Description
IMFix(org.w3c.dom.Node fixNode)
IBM WEBSPHERE INTERNAL USE ONLY.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String[]
getAparList()
Returns the list of APARs in this ifix.
  1. java.lang.String
getFixID()
Returns the ID of this ifix.
  1. java.lang.String
getFixName()
Returns the name of this ifix.
  1. IMVersion
getFixVersion()
Returns the version of this ifix in IBM Install Manager format.
  1. java.lang.String
getPackageFullVersion()
Returns the full package version of the offering/fix.
Methods inherited from class com.ibm.websphere.product.metadata.im.IMPackage
getAttribute, getAttributes, getKind, getPackageNodes, getProperties, getProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

IMFix

  1. public IMFix(org.w3c.dom.Node fixNode)
IBM WEBSPHERE INTERNAL USE ONLY. Constructor.

Method Detail

getFixID

  1. public java.lang.String getFixID( )
Returns the ID of this ifix.

Returns:
the ID of this ifix.

getFixName

  1. public java.lang.String getFixName( )
Returns the name of this ifix.

Returns:
the name of this ifix.

getFixVersion

  1. public IMVersion getFixVersion( )
Returns the version of this ifix in IBM Install Manager format.

Returns:
the version of this ifix in IBM Install Manager format.

getAparList

  1. public java.lang.String[] getAparList( )
Returns the list of APARs in this ifix.

Returns:
the list of APARs in this ifix.

getPackageFullVersion

  1. public java.lang.String getPackageFullVersion( )
Returns the full package version of the offering/fix.

Returns:
The full package version of the offering/fix.