com.ibm.websphere.sibx.smobo

Interface SOAPHeaderType


  1. public interface SOAPHeaderType
A representation of the model object 'SOAP Header Type'. Each SOAP header in the SOAP headers list has this format. The namespace, name, prefix and value of each SOAP header is accessible via this interface.

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. java.lang.String
getName()
Returns the value of the 'Name' attribute.
  1. java.lang.String
getNameSpace()
Returns the value of the 'Name Space' attribute.
  1. java.lang.String
getPrefix()
Returns the value of the 'Prefix' attribute.
  1. java.lang.Object
getValue()
Returns the value of the 'Value' containment reference.
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute.
  1. void
setNameSpace(java.lang.String value)
Sets the value of the ' Name Space' attribute.
  1. void
setPrefix(java.lang.String value)
Sets the value of the ' Prefix' attribute.
  1. void
setValue(java.lang.Object value)
Sets the value of the ' Value' containment reference.

Field Detail

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

$sccsid

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

Method Detail

getNameSpace

  1. java.lang.String getNameSpace()
Returns the value of the 'Name Space' attribute.
Returns:
the value of the 'Name Space' attribute.
See Also:

setNameSpace

  1. void setNameSpace(java.lang.String value)
Sets the value of the ' Name Space' attribute.
Parameters:
value - the new value of the 'Name Space' attribute.
See Also:

getName

  1. java.lang.String getName()
Returns the value of the 'Name' attribute.
Returns:
the value of the 'Name' attribute.
See Also:

setName

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getPrefix

  1. java.lang.String getPrefix()
Returns the value of the 'Prefix' attribute.
Returns:
the value of the 'Prefix' attribute.
See Also:

setPrefix

  1. void setPrefix(java.lang.String value)
Sets the value of the ' Prefix' attribute.
Parameters:
value - the new value of the 'Prefix' attribute.
See Also:

getValue

  1. java.lang.Object getValue()
Returns the value of the 'Value' containment reference.
Returns:
the value of the 'Value' containment reference.
See Also:

setValue

  1. void setValue(java.lang.Object value)
Sets the value of the ' Value' containment reference.
Parameters:
value - the new value of the 'Value' containment reference. Note that this must be a commonj.sdo.DataObject rather than a simple java.lang.Object.
See Also: