IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sibx.smobo
Interface WTXMapInstanceType


public interface WTXMapInstanceType

A representation of the model object 'WTX Map Instance Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getAuditInfo()
          Returns the value of the 'Audit Info' attribute.
 java.math.BigInteger getMapInstance()
          Returns the value of the 'Map Instance' attribute.
 void setAuditInfo(java.lang.String value)
          Sets the value of the 'Audit Info' attribute.
 void setMapInstance(java.math.BigInteger value)
          Sets the value of the 'Map Instance' attribute.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getMapInstance

java.math.BigInteger getMapInstance()
Returns the value of the 'Map Instance' attribute.

Returns:
the value of the 'Map Instance' attribute.
See Also:
setMapInstance(BigInteger)

setMapInstance

void setMapInstance(java.math.BigInteger value)
Sets the value of the 'Map Instance' attribute.

Parameters:
value - the new value of the 'Map Instance' attribute.
See Also:
getMapInstance()

getAuditInfo

java.lang.String getAuditInfo()
Returns the value of the 'Audit Info' attribute.

Returns:
the value of the 'Audit Info' attribute.
See Also:
setAuditInfo(String)

setAuditInfo

void setAuditInfo(java.lang.String value)
Sets the value of the 'Audit Info' attribute.

Parameters:
value - the new value of the 'Audit Info' attribute.
See Also:
getAuditInfo()

IBM WebSphere Application ServerTM
Release 8