com.ibm.websphere.sibx.smobo
Interface SMOHeaderType
All known subinterfaces:
- public interface SMOHeaderType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAction()
Returns the value of the 'Action' attribute.
|
|
getAlternateTarget()
Returns the value of the 'Alternate Target' containment reference list.
|
|
getInterface()
Returns the value of the 'Interface' attribute
|
|
getMessageType()
Returns the value of the 'Message Type' attribute.
|
|
getMessageUUID()
Returns the value of the 'Message UUID' attribute.
|
|
getOperation()
Returns the value of the 'Operation' attribute.
|
getSourceBindingType()
Returns the value of the 'Source Binding Type' attribute.
|
|
|
getSourceNode()
Returns the value of the 'Source Node' attribute
|
getTarget()
Returns the value of the 'Target' containment reference.
|
|
getVersion()
Returns the value of the 'Version' containment reference.
|
|
|
isSetSourceBindingType()
Returns whether the value of the '
Source Binding Type ' attribute is set
|
|
setAction(java.lang.String value)
Sets the value of the '
Action ' attribute.
|
|
setInterface(java.lang.String value)
Sets the value of the '
Interface ' attribute
|
|
setMessageType(java.lang.String value)
Sets the value of the '
Message Type ' attribute.
|
|
setMessageUUID(java.lang.String value)
Sets the value of the '
Message UUID ' attribute.
|
|
setOperation(java.lang.String value)
Sets the value of the '
Operation ' attribute.
|
|
setSourceBindingType(BindingTypeType value)
Sets the value of the '
Source Binding Type ' attribute
|
|
setSourceNode(java.lang.String value)
Sets the value of the '
Source Node ' attribute
|
|
setTarget(TargetAddressType value)
Sets the value of the '
Target ' containment reference.
|
|
setVersion(VersionType value)
Sets the value of the '
Version ' containment reference.
|
|
unsetSourceBindingType()
Unsets the value of the '
Source Binding Type ' attribute
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getMessageUUID
- java.lang.String getMessageUUID( )
setMessageUUID
- void setMessageUUID(java.lang.String value)
Sets the value of the '
Message UUID
' attribute.
getVersion
- VersionType getVersion()
Returns the value of the 'Version' containment reference.
setVersion
- void setVersion(VersionType value)
Sets the value of the '
Version
' containment reference.
getMessageType
- java.lang.String getMessageType( )
Returns the value of the 'Message Type' attribute.
Messages can be either 'Request', 'Response' or 'Exception' messages.
setMessageType
- void setMessageType(java.lang.String value)
Sets the value of the '
Message Type
' attribute.
getOperation
- java.lang.String getOperation()
Returns the value of the 'Operation' attribute.
setOperation
- void setOperation(java.lang.String value)
Sets the value of the '
Operation
' attribute.
getAction
- java.lang.String getAction()
Returns the value of the 'Action' attribute.
setAction
- void setAction(java.lang.String value)
Sets the value of the '
Action
' attribute.
getTarget
- TargetAddressType getTarget()
Returns the value of the 'Target' containment reference.
setTarget
- void setTarget(TargetAddressType value)
Sets the value of the '
Target
' containment reference.
getAlternateTarget
- java.util.List<TargetAddressType> getAlternateTarget( )
Returns the value of the 'Alternate Target' containment reference list.
The list contents are of type
TargetAddressType
.
Returns:
the value of the 'Alternate Target' containment reference list.
getSourceNode
- java.lang.String getSourceNode( )
Returns the value of the 'Source Node' attribute.
setSourceNode
- void setSourceNode(java.lang.String value)
Sets the value of the '
Source Node
' attribute.
getSourceBindingType
- BindingTypeType getSourceBindingType( )
Returns the value of the 'Source Binding Type' attribute.
The default value is
"NotSet"
.
The literals are from the enumeration BindingTypeType
.
Returns:
the value of the 'Source Binding Type' attribute.
See Also:
setSourceBindingType
- void setSourceBindingType(BindingTypeType value)
Sets the value of the '
Source Binding Type
' attribute.
Parameters:
value
- the new value of the 'Source Binding Type' attribute. See Also:
unsetSourceBindingType
- void unsetSourceBindingType()
Unsets the value of the '
Source Binding Type
' attribute.
isSetSourceBindingType
- boolean isSetSourceBindingType( )
Returns whether the value of the '
Source Binding Type
' attribute is set.
Returns:
whether the value of the 'Source Binding Type' attribute is set.
See Also:
getInterface
- java.lang.String getInterface()
Returns the value of the 'Interface' attribute.
setInterface
- void setInterface(java.lang.String value)
Sets the value of the '
Interface
' attribute.
This Universally Unique Identifier is a message tag that enables a specific message to be unambiguously referred to.