com.ibm.websphere.sibx.smobo
Interface EISHeaderType
- public interface EISHeaderType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getEISConnectionSpec()
Returns the value of the 'EIS Connection Spec' containment reference
|
|
getEISInteractionSpec()
Returns the value of the 'EIS Interaction Spec' containment reference
|
|
setEISConnectionSpec(java.lang.Object value)
Sets the value of the '
EIS Connection Spec ' containment reference
|
|
setEISInteractionSpec(java.lang.Object value)
Sets the value of the '
EIS Interaction Spec ' containment reference
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getEISInteractionSpec
- 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
- 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
- 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
- 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: