public interface WTXMapInstanceType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
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. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.math.BigInteger getMapInstance()
setMapInstance(BigInteger)
void setMapInstance(java.math.BigInteger value)
Map Instance
' attribute.value
- the new value of the 'Map Instance' attribute.getMapInstance()
java.lang.String getAuditInfo()
setAuditInfo(String)
void setAuditInfo(java.lang.String value)
Audit Info
' attribute.value
- the new value of the 'Audit Info' attribute.getAuditInfo()