com.ibm.websphere.sibx.smobo
Interface WTXContextType
- public interface WTXContextType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDynamicMap()
Returns the value of the 'Dynamic Map' attribute.
|
|
getMapInstances()
Returns the value of the 'Map Instances' containment reference list.
|
|
getMapServerLocation()
Returns the value of the 'Map Server Location' attribute.
|
|
setDynamicMap(byte[] value)
Sets the value of the '
Dynamic Map ' attribute.
|
|
setMapServerLocation(java.lang.String value)
Sets the value of the '
Map Server Location ' attribute.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getMapServerLocation
- java.lang.String getMapServerLocation( )
Returns the value of the 'Map Server Location' attribute.
setMapServerLocation
- void setMapServerLocation(java.lang.String value)
Sets the value of the '
Map Server Location
' attribute.
Parameters:
value
- the new value of the 'Map Server Location' attribute. See Also:
getDynamicMap
- byte[] getDynamicMap()
Returns the value of the 'Dynamic Map' attribute.
setDynamicMap
- void setDynamicMap(byte[] value)
Sets the value of the '
Dynamic Map
' attribute.
getMapInstances
- java.util.List<WTXMapInstanceType> getMapInstances( )
Returns the value of the 'Map Instances' containment reference list.
The list contents are of type
WTXMapInstanceType
.
Returns:
the value of the 'Map Instances' containment reference list.