com.ibm.websphere.sibx.smobo
Interface WSAHeaderType
- public interface WSAHeaderType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getAction()
Returns the value of the 'Action' containment reference
|
|
getFaultTo()
Returns the value of the 'Fault To' containment reference
|
|
getFrom()
Returns the value of the 'From' containment reference
|
|
getMessageID()
Returns the value of the 'Message ID' containment reference
|
|
getReferenceParameters()
Returns the value of the 'Reference Parameters' containment reference
|
|
|
getRelatesTo()
Returns the value of the 'Relates To' containment reference list.
|
getReplyTo()
Returns the value of the 'Reply To' containment reference
|
|
getTo()
Returns the value of the 'To' containment reference
|
|
getVersion()
Returns the value of the 'Version' attribute.
|
|
|
isSetVersion()
Returns whether the value of the '
Version ' attribute is set
|
|
setAction(AttributedURIType value)
Sets the value of the '
Action ' containment reference
|
|
setFaultTo(EndpointReferenceType value)
Sets the value of the '
Fault To ' containment reference
|
|
setFrom(EndpointReferenceType value)
Sets the value of the '
From ' containment reference
|
|
setMessageID(AttributedURIType value)
Sets the value of the '
Message ID ' containment reference
|
|
setReferenceParameters(ReferenceParametersType value)
Sets the value of the '
Reference Parameters ' containment reference
|
|
setReplyTo(EndpointReferenceType value)
Sets the value of the '
Reply To ' containment reference
|
|
setTo(AttributedURIType value)
Sets the value of the '
To ' containment reference
|
|
setVersion(WSASchemaType value)
Sets the value of the '
Version ' attribute
|
|
unsetVersion()
Unsets the value of the '
Version ' attribute
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getTo
- AttributedURIType getTo()
Returns the value of the 'To' containment reference.
setTo
- void setTo(AttributedURIType value)
Sets the value of the '
To
' containment reference.
getReferenceParameters
- ReferenceParametersType getReferenceParameters( )
Returns the value of the 'Reference Parameters' containment reference.
Returns:
the value of the 'Reference Parameters' containment reference.
See Also:
setReferenceParameters
- void setReferenceParameters(ReferenceParametersType value)
Sets the value of the '
Reference Parameters
' containment reference.
Parameters:
value
- the new value of the 'Reference Parameters' containment reference. See Also:
getFrom
- EndpointReferenceType getFrom()
Returns the value of the 'From' containment reference.
setFrom
- void setFrom(EndpointReferenceType value)
Sets the value of the '
From
' containment reference.
getReplyTo
- EndpointReferenceType getReplyTo( )
Returns the value of the 'Reply To' containment reference.
Returns:
the value of the 'Reply To' containment reference.
See Also:
setReplyTo
- void setReplyTo(EndpointReferenceType value)
Sets the value of the '
Reply To
' containment reference.
getFaultTo
- EndpointReferenceType getFaultTo( )
Returns the value of the 'Fault To' containment reference.
Returns:
the value of the 'Fault To' containment reference.
See Also:
setFaultTo
- void setFaultTo(EndpointReferenceType value)
Sets the value of the '
Fault To
' containment reference.
getAction
- AttributedURIType getAction()
Returns the value of the 'Action' containment reference.
setAction
- void setAction(AttributedURIType value)
Sets the value of the '
Action
' containment reference.
getMessageID
- AttributedURIType getMessageID( )
Returns the value of the 'Message ID' containment reference.
Returns:
the value of the 'Message ID' containment reference.
See Also:
setMessageID
- void setMessageID(AttributedURIType value)
Sets the value of the '
Message ID
' containment reference.
Parameters:
value
- the new value of the 'Message ID' containment reference. See Also:
getRelatesTo
- java.util.List<RelatesToType> getRelatesTo( )
Returns the value of the 'Relates To' containment reference list.
The list contents are of type
RelatesToType
.
Returns:
the value of the 'Relates To' containment reference list.
getVersion
- WSASchemaType getVersion()
Returns the value of the 'Version' attribute.
The default value is
"http://www.w3.org/2005/08/addressing"
.
The literals are from the enumeration WSASchemaType
.
Returns:
the value of the 'Version' attribute.
See Also:
setVersion
- void setVersion(WSASchemaType value)
Sets the value of the '
Version
' attribute.
Parameters:
value
- the new value of the 'Version' attribute. See Also:
unsetVersion
- void unsetVersion()
Unsets the value of the '
Version
' attribute.
See Also:
isSetVersion
- boolean isSetVersion()
Returns whether the value of the '
Version
' attribute is set.
Returns:
whether the value of the 'Version' attribute is set.
See Also: