com.ibm.websphere.sibx.smobo
Interface SOAPHeaderType


public interface SOAPHeaderType

A representation of the model object 'SOAP Header Type'.

The following features are supported:

See Also:
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getNameSpace

public java.lang.String getNameSpace()
Returns the value of the 'Name Space' attribute.

If the meaning of the 'Name Space' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name Space' attribute.
See Also:
setNameSpace(String), ServiceMessageObjectPackage.getSOAPHeaderType_NameSpace()

setNameSpace

public 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:
getNameSpace()

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ServiceMessageObjectPackage.getSOAPHeaderType_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getPrefix

public java.lang.String getPrefix()
Returns the value of the 'Prefix' attribute.

If the meaning of the 'Prefix' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Prefix' attribute.
See Also:
setPrefix(String), ServiceMessageObjectPackage.getSOAPHeaderType_Prefix()

setPrefix

public void setPrefix(java.lang.String value)
Sets the value of the 'Prefix' attribute.

Parameters:
value - the new value of the 'Prefix' attribute.
See Also:
getPrefix()

getValue

public java.lang.Object getValue()
Returns the value of the 'Value' containment reference.

If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(Object), ServiceMessageObjectPackage.getSOAPHeaderType_Value()

setValue

public void setValue(java.lang.Object value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()