com.ibm.websphere.sibx.smobo

Interface SMOHeaderType

All known subinterfaces:
SourceInfoType

  1. public interface SMOHeaderType
A representation of the model object 'SMO 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.String
getAction()
Returns the value of the 'Action' attribute.
  1. java.util.List<TargetAddressType>
getAlternateTarget()
Returns the value of the 'Alternate Target' containment reference list.
  1. java.lang.String
getInterface()
Returns the value of the 'Interface' attribute
  1. java.lang.String
getMessageType()
Returns the value of the 'Message Type' attribute.
  1. java.lang.String
getMessageUUID()
Returns the value of the 'Message UUID' attribute.
  1. java.lang.String
getOperation()
Returns the value of the 'Operation' attribute.
  1. BindingTypeType
getSourceBindingType()
Returns the value of the 'Source Binding Type' attribute.
  1. java.lang.String
getSourceNode()
Returns the value of the 'Source Node' attribute
  1. TargetAddressType
getTarget()
Returns the value of the 'Target' containment reference.
  1. VersionType
getVersion()
Returns the value of the 'Version' containment reference.
  1. boolean
isSetSourceBindingType()
Returns whether the value of the ' Source Binding Type' attribute is set
  1. void
setAction(java.lang.String value)
Sets the value of the ' Action' attribute.
  1. void
setInterface(java.lang.String value)
Sets the value of the ' Interface' attribute
  1. void
setMessageType(java.lang.String value)
Sets the value of the ' Message Type' attribute.
  1. void
setMessageUUID(java.lang.String value)
Sets the value of the ' Message UUID' attribute.
  1. void
setOperation(java.lang.String value)
Sets the value of the ' Operation' attribute.
  1. void
setSourceBindingType(BindingTypeType value)
Sets the value of the ' Source Binding Type' attribute
  1. void
setSourceNode(java.lang.String value)
Sets the value of the ' Source Node' attribute
  1. void
setTarget(TargetAddressType value)
Sets the value of the ' Target' containment reference.
  1. void
setVersion(VersionType value)
Sets the value of the ' Version' containment reference.
  1. void
unsetSourceBindingType()
Unsets the value of the ' Source Binding Type' attribute

Field Detail

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

$sccsid

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

Method Detail

getMessageUUID

  1. java.lang.String getMessageUUID( )
Returns the value of the 'Message UUID' attribute.

This Universally Unique Identifier is a message tag that enables a specific message to be unambiguously referred to.

Returns:
the value of the 'Message UUID' attribute.
See Also:

setMessageUUID

  1. void setMessageUUID(java.lang.String value)
Sets the value of the ' Message UUID' attribute.
Parameters:
value - the new value of the 'Message UUID' attribute.
See Also:

getVersion

  1. VersionType getVersion()
Returns the value of the 'Version' containment reference.
Returns:
the value of the 'Version' containment reference.
See Also:

setVersion

  1. void setVersion(VersionType value)
Sets the value of the ' Version' containment reference.
Parameters:
value - the new value of the 'Version' containment reference.
See Also:

getMessageType

  1. java.lang.String getMessageType( )
Returns the value of the 'Message Type' attribute.

Messages can be either 'Request', 'Response' or 'Exception' messages.

Returns:
the value of the 'Message Type' attribute.
See Also:

setMessageType

  1. void setMessageType(java.lang.String value)
Sets the value of the ' Message Type' attribute.
Parameters:
value - the new value of the 'Message Type' attribute.
See Also:

getOperation

  1. java.lang.String getOperation()
Returns the value of the 'Operation' attribute.
Returns:
the value of the 'Operation' attribute.
See Also:

setOperation

  1. void setOperation(java.lang.String value)
Sets the value of the ' Operation' attribute.
Parameters:
value - the new value of the 'Operation' attribute.
See Also:

getAction

  1. java.lang.String getAction()
Returns the value of the 'Action' attribute.
Returns:
the value of the 'Action' attribute.
See Also:

setAction

  1. void setAction(java.lang.String value)
Sets the value of the ' Action' attribute.
Parameters:
value - the new value of the 'Action' attribute.
See Also:

getTarget

  1. TargetAddressType getTarget()
Returns the value of the 'Target' containment reference.
Returns:
the value of the 'Target' containment reference.
See Also:

setTarget

  1. void setTarget(TargetAddressType value)
Sets the value of the ' Target' containment reference.
Parameters:
value - the new value of the 'Target' containment reference.
See Also:

getAlternateTarget

  1. 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

  1. java.lang.String getSourceNode( )
Returns the value of the 'Source Node' attribute.
Returns:
the value of the 'Source Node' attribute.
See Also:

setSourceNode

  1. void setSourceNode(java.lang.String value)
Sets the value of the ' Source Node' attribute.
Parameters:
value - the new value of the 'Source Node' attribute.
See Also:

getSourceBindingType

  1. 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

  1. 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

  1. void unsetSourceBindingType()
Unsets the value of the ' Source Binding Type' attribute.
See Also:

isSetSourceBindingType

  1. 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

  1. java.lang.String getInterface()
Returns the value of the 'Interface' attribute.
Returns:
the value of the 'Interface' attribute.
See Also:

setInterface

  1. void setInterface(java.lang.String value)
Sets the value of the ' Interface' attribute.
Parameters:
value - the new value of the 'Interface' attribute.
See Also: