com.ibm.websphere.sibx.smobo
Interface WTXMapInstanceType
- public interface WTXMapInstanceType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAuditInfo()
Returns the value of the 'Audit Info' attribute.
|
|
getMapInstance()
Returns the value of the 'Map Instance' attribute.
|
|
setAuditInfo(java.lang.String value)
Sets the value of the '
Audit Info ' attribute.
|
|
setMapInstance(java.math.BigInteger value)
Sets the value of the '
Map Instance ' attribute.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getMapInstance
- java.math.BigInteger getMapInstance( )
Returns the value of the 'Map Instance' attribute.
setMapInstance
- void setMapInstance(java.math.BigInteger value)
Sets the value of the '
Map Instance
' attribute.
getAuditInfo
- java.lang.String getAuditInfo()
Returns the value of the 'Audit Info' attribute.
setAuditInfo
- void setAuditInfo(java.lang.String value)
Sets the value of the '
Audit Info
' attribute.