public interface SOAPHeaderType
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 |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getNameSpace()
Returns the value of the 'Name Space' attribute.
|
java.lang.String |
getPrefix()
Returns the value of the 'Prefix' attribute.
|
java.lang.Object |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setNameSpace(java.lang.String value)
Sets the value of the '
Name Space ' attribute. |
void |
setPrefix(java.lang.String value)
Sets the value of the '
Prefix ' attribute. |
void |
setValue(java.lang.Object value)
Sets the value of the '
Value ' containment reference. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getNameSpace()
setNameSpace(String)
void setNameSpace(java.lang.String value)
Name Space
' attribute.value
- the new value of the 'Name Space' attribute.getNameSpace()
java.lang.String getName()
setName(String)
void setName(java.lang.String value)
Name
' attribute.value
- the new value of the 'Name' attribute.getName()
java.lang.String getPrefix()
setPrefix(String)
void setPrefix(java.lang.String value)
Prefix
' attribute.value
- the new value of the 'Prefix' attribute.getPrefix()
java.lang.Object getValue()
setValue(Object)
void setValue(java.lang.Object value)
Value
' containment reference.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.getValue()