|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SMO Header Type'.
The following features are supported:
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 |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public java.lang.String getMessageUUID()
This Universally Unique Identifier is a message tag that enables a specific message to be unambiguously referred to.
setMessageUUID(String)
,
ServiceMessageObjectPackage.getSMOHeaderType_MessageUUID()
public void setMessageUUID(java.lang.String value)
Message UUID
' attribute.
value
- the new value of the 'Message UUID' attribute.getMessageUUID()
public VersionType getVersion()
setVersion(VersionType)
,
ServiceMessageObjectPackage.getSMOHeaderType_Version()
public void setVersion(VersionType value)
Version
' containment reference.
value
- the new value of the 'Version' containment reference.getVersion()
public java.lang.String getMessageType()
Messages can be either 'Request', 'Response' or 'Exception' messages.
setMessageType(String)
,
ServiceMessageObjectPackage.getSMOHeaderType_MessageType()
public void setMessageType(java.lang.String value)
Message Type
' attribute.
value
- the new value of the 'Message Type' attribute.getMessageType()
public java.lang.String getOperation()
setOperation(String)
,
ServiceMessageObjectPackage.getSMOHeaderType_Operation()
public void setOperation(java.lang.String value)
Operation
' attribute.
value
- the new value of the 'Operation' attribute.getOperation()
public java.lang.String getAction()
setAction(String)
,
ServiceMessageObjectPackage.getSMOHeaderType_Action()
public void setAction(java.lang.String value)
Action
' attribute.
value
- the new value of the 'Action' attribute.getAction()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |