IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface WTXContextType


public interface WTXContextType

A representation of the model object 'WTX Context Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 byte[] getDynamicMap()
          Returns the value of the 'Dynamic Map' attribute.
 java.util.List<WTXMapInstanceType> getMapInstances()
          Returns the value of the 'Map Instances' containment reference list.
 java.lang.String getMapServerLocation()
          Returns the value of the 'Map Server Location' attribute.
 void setDynamicMap(byte[] value)
          Sets the value of the 'Dynamic Map' attribute.
 void 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:
Constant Field Values

$sccsid

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

getMapServerLocation

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(String)

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:
getMapServerLocation()

getDynamicMap

byte[] getDynamicMap()
Returns the value of the 'Dynamic Map' attribute.

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

setDynamicMap

void setDynamicMap(byte[] value)
Sets the value of the 'Dynamic Map' attribute.

Parameters:
value - the new value of the 'Dynamic Map' attribute.
See Also:
getDynamicMap()

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.

IBM WebSphere Application ServerTM
Release 7