com.ibm.websphere.sibx.smobo
Interface SMOHeaderType

All Known Implementing Classes:
SMOHeaderTypeImpl

public interface SMOHeaderType

A representation of the model object 'SMO Header Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getSMOHeaderType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getAction()
          Returns the value of the 'Action' attribute.
 java.lang.String getMessageType()
          Returns the value of the 'Message Type' attribute.
 java.lang.String getMessageUUID()
          Returns the value of the 'Message UUID' attribute.
 java.lang.String getOperation()
          Returns the value of the 'Operation' attribute.
 VersionType getVersion()
          Returns the value of the 'Version' containment reference.
 void setAction(java.lang.String value)
          Sets the value of the 'Action' attribute.
 void setMessageType(java.lang.String value)
          Sets the value of the 'Message Type' attribute.
 void setMessageUUID(java.lang.String value)
          Sets the value of the 'Message UUID' attribute.
 void setOperation(java.lang.String value)
          Sets the value of the 'Operation' attribute.
 void setVersion(VersionType value)
          Sets the value of the 'Version' containment reference.
 

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

getMessageUUID

public 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(String), ServiceMessageObjectPackage.getSMOHeaderType_MessageUUID()

setMessageUUID

public 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:
getMessageUUID()

getVersion

public VersionType getVersion()
Returns the value of the 'Version' containment reference.

Returns:
the value of the 'Version' containment reference.
See Also:
setVersion(VersionType), ServiceMessageObjectPackage.getSMOHeaderType_Version()

setVersion

public void setVersion(VersionType value)
Sets the value of the 'Version' containment reference.

Parameters:
value - the new value of the 'Version' containment reference.
See Also:
getVersion()

getMessageType

public 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(String), ServiceMessageObjectPackage.getSMOHeaderType_MessageType()

setMessageType

public 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:
getMessageType()

getOperation

public java.lang.String getOperation()
Returns the value of the 'Operation' attribute.

Returns:
the value of the 'Operation' attribute.
See Also:
setOperation(String), ServiceMessageObjectPackage.getSMOHeaderType_Operation()

setOperation

public void setOperation(java.lang.String value)
Sets the value of the 'Operation' attribute.

Parameters:
value - the new value of the 'Operation' attribute.
See Also:
getOperation()

getAction

public java.lang.String getAction()
Returns the value of the 'Action' attribute.

Returns:
the value of the 'Action' attribute.
See Also:
setAction(String), ServiceMessageObjectPackage.getSMOHeaderType_Action()

setAction

public void setAction(java.lang.String value)
Sets the value of the 'Action' attribute.

Parameters:
value - the new value of the 'Action' attribute.
See Also:
getAction()