com.ibm.websphere.sibx.smobo

Interface EISHeaderType


  1. public interface EISHeaderType
A representation of the model object 'EIS Header 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. java.lang.Object
getEISConnectionSpec()
Returns the value of the 'EIS Connection Spec' containment reference
  1. java.lang.Object
getEISInteractionSpec()
Returns the value of the 'EIS Interaction Spec' containment reference
  1. void
setEISConnectionSpec(java.lang.Object value)
Sets the value of the ' EIS Connection Spec' containment reference
  1. void
setEISInteractionSpec(java.lang.Object value)
Sets the value of the ' EIS Interaction Spec' containment reference

Field Detail

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

$sccsid

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

Method Detail

getEISInteractionSpec

  1. java.lang.Object getEISInteractionSpec( )
Returns the value of the 'EIS Interaction Spec' containment reference.
Returns:
the value of the 'EIS Interaction Spec' containment reference.
See Also:

setEISInteractionSpec

  1. void setEISInteractionSpec(java.lang.Object value)
Sets the value of the ' EIS Interaction Spec' containment reference.
Parameters:
value - the new value of the 'EIS Interaction Spec' containment reference. Note that this must be a commonj.sdo.DataObject rather than a simple java.lang.Object.
See Also:

getEISConnectionSpec

  1. java.lang.Object getEISConnectionSpec( )
Returns the value of the 'EIS Connection Spec' containment reference.
Returns:
the value of the 'EIS Connection Spec' containment reference.
See Also:

setEISConnectionSpec

  1. void setEISConnectionSpec(java.lang.Object value)
Sets the value of the ' EIS Connection Spec' containment reference.
Parameters:
value - the new value of the 'EIS Connection Spec' containment reference. Note that this must be a commonj.sdo.DataObject rather than a simple java.lang.Object.
See Also: