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