com.ibm.websphere.product.metadata.im
Class IMFix
- java.lang.Object
com.ibm.websphere.product.metadata.im.IMPackage
com.ibm.websphere.product.metadata.im.IMFix
- public class IMFix
- extends com.ibm.websphere.product.metadata.im.IMPackage
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 |
---|---|
|
getAparList()
Returns the list of APARs in this ifix.
|
|
getFixID()
Returns the ID of this ifix.
|
|
getFixName()
Returns the name of this ifix.
|
getFixVersion()
Returns the version of this ifix in IBM Install Manager format.
|
|
|
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.