com.ibm.websphere.sibx.smobo
Interface PrimitiveType

All Known Implementing Classes:
PrimitiveTypeImpl

public interface PrimitiveType

A representation of the model object 'Primitive Type'. This is used by the invocationPath attribute on the FailInfo Type.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getPrimitiveType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getInTerminal()
          Returns the value of the 'In Terminal' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getOutTerminal()
          Returns the value of the 'Out Terminal' attribute.
 void setInTerminal(java.lang.String value)
          Sets the value of the 'In Terminal' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setOutTerminal(java.lang.String value)
          Sets the value of the 'Out Terminal' attribute.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

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

getInTerminal

public java.lang.String getInTerminal()
Returns the value of the 'In Terminal' attribute.

Returns:
the value of the 'In Terminal' attribute.
See Also:
setInTerminal(String), ServiceMessageObjectPackage.getPrimitiveType_InTerminal()

setInTerminal

public void setInTerminal(java.lang.String value)
Sets the value of the 'In Terminal' attribute.

Parameters:
value - the new value of the 'In Terminal' attribute.
See Also:
getInTerminal()

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ServiceMessageObjectPackage.getPrimitiveType_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getOutTerminal

public java.lang.String getOutTerminal()
Returns the value of the 'Out Terminal' attribute.

Note that the last primitive in the chain will have a null for the output terminal.

Returns:
the value of the 'Out Terminal' attribute.
See Also:
setOutTerminal(String), ServiceMessageObjectPackage.getPrimitiveType_OutTerminal()

setOutTerminal

public void setOutTerminal(java.lang.String value)
Sets the value of the 'Out Terminal' attribute.

Parameters:
value - the new value of the 'Out Terminal' attribute.
See Also:
getOutTerminal()