com.ibm.websphere.sibx.smobo

Interface WTXContextType


  1. public interface WTXContextType
A representation of the model object 'WTX Context Type'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. byte[]
getDynamicMap()
Returns the value of the 'Dynamic Map' attribute.
  1. java.util.List<WTXMapInstanceType>
getMapInstances()
Returns the value of the 'Map Instances' containment reference list.
  1. java.lang.String
getMapServerLocation()
Returns the value of the 'Map Server Location' attribute.
  1. void
setDynamicMap(byte[] value)
Sets the value of the ' Dynamic Map' attribute.
  1. void
setMapServerLocation(java.lang.String value)
Sets the value of the ' Map Server Location' attribute.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getMapServerLocation

  1. java.lang.String getMapServerLocation( )
Returns the value of the 'Map Server Location' attribute.
Returns:
the value of the 'Map Server Location' attribute.
See Also:

setMapServerLocation

  1. 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

  1. byte[] getDynamicMap()
Returns the value of the 'Dynamic Map' attribute.
Returns:
the value of the 'Dynamic Map' attribute.
See Also:

setDynamicMap

  1. void setDynamicMap(byte[] value)
Sets the value of the ' Dynamic Map' attribute.
Parameters:
value - the new value of the 'Dynamic Map' attribute.
See Also:

getMapInstances

  1. 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.