|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SOAP Header Type'.
The following features are supported:
ServiceMessageObjectPackage.getSOAPHeaderType()
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
Method Detail |
public java.lang.String getNameSpace()
If the meaning of the 'Name Space' attribute isn't clear, there really should be more of a description here...
setNameSpace(String)
,
ServiceMessageObjectPackage.getSOAPHeaderType_NameSpace()
public void setNameSpace(java.lang.String value)
Name Space
' attribute.
value
- the new value of the 'Name Space' attribute.getNameSpace()
public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ServiceMessageObjectPackage.getSOAPHeaderType_Name()
public void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
public java.lang.String getPrefix()
If the meaning of the 'Prefix' attribute isn't clear, there really should be more of a description here...
setPrefix(String)
,
ServiceMessageObjectPackage.getSOAPHeaderType_Prefix()
public void setPrefix(java.lang.String value)
Prefix
' attribute.
value
- the new value of the 'Prefix' attribute.getPrefix()
public java.lang.Object getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(Object)
,
ServiceMessageObjectPackage.getSOAPHeaderType_Value()
public void setValue(java.lang.Object value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |