com.ibm.websphere.sibx.smobo

Interface WSAHeaderType


  1. public interface WSAHeaderType
A representation of the model object 'WSA Header Type'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. AttributedURIType
getAction()
Returns the value of the 'Action' containment reference
  1. EndpointReferenceType
getFaultTo()
Returns the value of the 'Fault To' containment reference
  1. EndpointReferenceType
getFrom()
Returns the value of the 'From' containment reference
  1. AttributedURIType
getMessageID()
Returns the value of the 'Message ID' containment reference
  1. ReferenceParametersType
getReferenceParameters()
Returns the value of the 'Reference Parameters' containment reference
  1. java.util.List<RelatesToType>
getRelatesTo()
Returns the value of the 'Relates To' containment reference list.
  1. EndpointReferenceType
getReplyTo()
Returns the value of the 'Reply To' containment reference
  1. AttributedURIType
getTo()
Returns the value of the 'To' containment reference
  1. WSASchemaType
getVersion()
Returns the value of the 'Version' attribute.
  1. boolean
isSetVersion()
Returns whether the value of the ' Version' attribute is set
  1. void
setAction(AttributedURIType value)
Sets the value of the ' Action' containment reference
  1. void
setFaultTo(EndpointReferenceType value)
Sets the value of the ' Fault To' containment reference
  1. void
setFrom(EndpointReferenceType value)
Sets the value of the ' From' containment reference
  1. void
setMessageID(AttributedURIType value)
Sets the value of the ' Message ID' containment reference
  1. void
setReferenceParameters(ReferenceParametersType value)
Sets the value of the ' Reference Parameters' containment reference
  1. void
setReplyTo(EndpointReferenceType value)
Sets the value of the ' Reply To' containment reference
  1. void
setTo(AttributedURIType value)
Sets the value of the ' To' containment reference
  1. void
setVersion(WSASchemaType value)
Sets the value of the ' Version' attribute
  1. void
unsetVersion()
Unsets the value of the ' Version' attribute

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getTo

  1. AttributedURIType getTo()
Returns the value of the 'To' containment reference.
Returns:
the value of the 'To' containment reference.
See Also:

setTo

  1. void setTo(AttributedURIType value)
Sets the value of the ' To' containment reference.
Parameters:
value - the new value of the 'To' containment reference.
See Also:

getReferenceParameters

  1. ReferenceParametersType getReferenceParameters( )
Returns the value of the 'Reference Parameters' containment reference.
Returns:
the value of the 'Reference Parameters' containment reference.
See Also:

setReferenceParameters

  1. 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

  1. EndpointReferenceType getFrom()
Returns the value of the 'From' containment reference.
Returns:
the value of the 'From' containment reference.
See Also:

setFrom

  1. void setFrom(EndpointReferenceType value)
Sets the value of the ' From' containment reference.
Parameters:
value - the new value of the 'From' containment reference.
See Also:

getReplyTo

  1. EndpointReferenceType getReplyTo( )
Returns the value of the 'Reply To' containment reference.
Returns:
the value of the 'Reply To' containment reference.
See Also:

setReplyTo

  1. void setReplyTo(EndpointReferenceType value)
Sets the value of the ' Reply To' containment reference.
Parameters:
value - the new value of the 'Reply To' containment reference.
See Also:

getFaultTo

  1. EndpointReferenceType getFaultTo( )
Returns the value of the 'Fault To' containment reference.
Returns:
the value of the 'Fault To' containment reference.
See Also:

setFaultTo

  1. void setFaultTo(EndpointReferenceType value)
Sets the value of the ' Fault To' containment reference.
Parameters:
value - the new value of the 'Fault To' containment reference.
See Also:

getAction

  1. AttributedURIType getAction()
Returns the value of the 'Action' containment reference.
Returns:
the value of the 'Action' containment reference.
See Also:

setAction

  1. void setAction(AttributedURIType value)
Sets the value of the ' Action' containment reference.
Parameters:
value - the new value of the 'Action' containment reference.
See Also:

getMessageID

  1. AttributedURIType getMessageID( )
Returns the value of the 'Message ID' containment reference.
Returns:
the value of the 'Message ID' containment reference.
See Also:

setMessageID

  1. 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

  1. 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

  1. 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

  1. void setVersion(WSASchemaType value)
Sets the value of the ' Version' attribute.
Parameters:
value - the new value of the 'Version' attribute.
See Also:

unsetVersion

  1. void unsetVersion()
Unsets the value of the ' Version' attribute.
See Also:

isSetVersion

  1. boolean isSetVersion()
Returns whether the value of the ' Version' attribute is set.
Returns:
whether the value of the 'Version' attribute is set.
See Also: