com.ibm.websphere.sibx.smobo
Interface SOAPHeaderType
- public interface SOAPHeaderType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Returns the value of the 'Name' attribute.
|
|
getNameSpace()
Returns the value of the 'Name Space' attribute.
|
|
getPrefix()
Returns the value of the 'Prefix' attribute.
|
|
getValue()
Returns the value of the 'Value' containment reference.
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute.
|
|
setNameSpace(java.lang.String value)
Sets the value of the '
Name Space ' attribute.
|
|
setPrefix(java.lang.String value)
Sets the value of the '
Prefix ' attribute.
|
|
setValue(java.lang.Object value)
Sets the value of the '
Value ' containment reference.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getNameSpace
- java.lang.String getNameSpace()
Returns the value of the 'Name Space' attribute.
setNameSpace
- void setNameSpace(java.lang.String value)
Sets the value of the '
Name Space
' attribute.
getName
- java.lang.String getName()
Returns the value of the 'Name' attribute.
setName
- void setName(java.lang.String value)
Sets the value of the '
Name
' attribute.
getPrefix
- java.lang.String getPrefix()
Returns the value of the 'Prefix' attribute.
setPrefix
- void setPrefix(java.lang.String value)
Sets the value of the '
Prefix
' attribute.
getValue
- java.lang.Object getValue()
Returns the value of the 'Value' containment reference.
setValue
- 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: