com.ibm.websphere.sibx.smobo
Interface SMOHeaderType


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.
 TargetAddressType getNext()
          Returns the value of the 'Next' containment reference.
 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 setNext(TargetAddressType value)
          Sets the value of the 'Next' containment reference.
 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.

If the meaning of the 'Message UUID' attribute isn't clear, there really should be more of a description here...

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.

If the meaning of the 'Version' containment reference isn't clear, there really should be more of a description here...

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.

If the meaning of the 'Message Type' attribute isn't clear, there really should be more of a description here...

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.

If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...

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.

If the meaning of the 'Action' attribute isn't clear, there really should be more of a description here...

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()

getNext

public TargetAddressType getNext()
Returns the value of the 'Next' containment reference.

If the meaning of the 'Next' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Next' containment reference.
See Also:
setNext(TargetAddressType), ServiceMessageObjectPackage.getSMOHeaderType_Next()

setNext

public void setNext(TargetAddressType value)
Sets the value of the 'Next' containment reference.

Parameters:
value - the new value of the 'Next' containment reference.
See Also:
getNext()