IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.product.metadata.im
Class IMFix

java.lang.Object
  extended by com.ibm.websphere.product.metadata.im.IMPackage
      extended by com.ibm.websphere.product.metadata.im.IMFix

public class IMFix
extends com.ibm.websphere.product.metadata.im.IMPackage

This object represents IM fix.

Version:
8.0

Constructor Summary
IMFix(org.w3c.dom.Node fixNode)
          IBM WEBSPHERE INTERNAL USE ONLY.
 
Method Summary
 java.lang.String[] getAparList()
          Returns the list of APARs in this ifix.
 java.lang.String getFixID()
          Returns the ID of this ifix.
 java.lang.String getFixName()
          Returns the name of this ifix.
 IMVersion getFixVersion()
          Returns the version of this ifix in IBM Install Manager format.
 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

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

Method Detail

getFixID

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

Returns:
the ID of this ifix.

getFixName

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

Returns:
the name of this ifix.

getFixVersion

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

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

Returns:
the list of APARs in this ifix.

getPackageFullVersion

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

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

IBM WebSphere Application ServerTM
Release 8