com.ibm.websphere.sibx.smobo
Interface HeadersType


public interface HeadersType

A representation of the model object 'Headers Type'.

The following features are supported:

See Also:
ServiceMessageObjectPackage.getHeadersType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 JMSHeaderType getJMSHeader()
          Returns the value of the 'JMS Header' containment reference.
 MQHeaderType getMQHeader()
          Returns the value of the 'MQ Header' containment reference.
 java.util.List getProperties()
          Returns the value of the 'Properties' containment reference list.
 SMOHeaderType getSMOHeader()
          Returns the value of the 'SMO Header' containment reference.
 SOAPFaultInfoType getSOAPFaultInfo()
          Returns the value of the 'SOAP Fault Info' containment reference.
 java.util.List getSOAPHeader()
          Returns the value of the 'SOAP Header' containment reference list.
 void setJMSHeader(JMSHeaderType value)
          Sets the value of the 'JMS Header' containment reference.
 void setMQHeader(MQHeaderType value)
          Sets the value of the 'MQ Header' containment reference.
 void setSMOHeader(SMOHeaderType value)
          Sets the value of the 'SMO Header' containment reference.
 void setSOAPFaultInfo(SOAPFaultInfoType value)
          Sets the value of the 'SOAP Fault Info' 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

getSMOHeader

public SMOHeaderType getSMOHeader()
Returns the value of the 'SMO Header' containment reference.

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

Returns:
the value of the 'SMO Header' containment reference.
See Also:
setSMOHeader(SMOHeaderType), ServiceMessageObjectPackage.getHeadersType_SMOHeader()

setSMOHeader

public void setSMOHeader(SMOHeaderType value)
Sets the value of the 'SMO Header' containment reference.

Parameters:
value - the new value of the 'SMO Header' containment reference.
See Also:
getSMOHeader()

getJMSHeader

public JMSHeaderType getJMSHeader()
Returns the value of the 'JMS Header' containment reference.

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

Returns:
the value of the 'JMS Header' containment reference.
See Also:
setJMSHeader(JMSHeaderType), ServiceMessageObjectPackage.getHeadersType_JMSHeader()

setJMSHeader

public void setJMSHeader(JMSHeaderType value)
Sets the value of the 'JMS Header' containment reference.

Parameters:
value - the new value of the 'JMS Header' containment reference.
See Also:
getJMSHeader()

getSOAPHeader

public java.util.List getSOAPHeader()
Returns the value of the 'SOAP Header' containment reference list. The list contents are of type SOAPHeaderType.

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

Returns:
the value of the 'SOAP Header' containment reference list.
See Also:
ServiceMessageObjectPackage.getHeadersType_SOAPHeader()

getSOAPFaultInfo

public SOAPFaultInfoType getSOAPFaultInfo()
Returns the value of the 'SOAP Fault Info' containment reference.

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

Returns:
the value of the 'SOAP Fault Info' containment reference.
See Also:
setSOAPFaultInfo(SOAPFaultInfoType), ServiceMessageObjectPackage.getHeadersType_SOAPFaultInfo()

setSOAPFaultInfo

public void setSOAPFaultInfo(SOAPFaultInfoType value)
Sets the value of the 'SOAP Fault Info' containment reference.

Parameters:
value - the new value of the 'SOAP Fault Info' containment reference.
See Also:
getSOAPFaultInfo()

getProperties

public java.util.List getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type PropertyType.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
ServiceMessageObjectPackage.getHeadersType_Properties()

getMQHeader

public MQHeaderType getMQHeader()
Returns the value of the 'MQ Header' containment reference.

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

Returns:
the value of the 'MQ Header' containment reference.
See Also:
setMQHeader(MQHeaderType), ServiceMessageObjectPackage.getHeadersType_MQHeader()

setMQHeader

public void setMQHeader(MQHeaderType value)
Sets the value of the 'MQ Header' containment reference.

Parameters:
value - the new value of the 'MQ Header' containment reference.
See Also:
getMQHeader()