com.sun.identity.liberty.ws.soapbinding
クラス CorrelationHeader

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.soapbinding.CorrelationHeader

public class CorrelationHeader
extends Object

The CorrelationHeader class represents Correlation element defined in SOAP binding schema. The messageID is a required attribute and will be generated automatically when a constructor is called.


コンストラクタの概要
CorrelationHeader()
          Default Construtor
 
メソッドの概要
 void addToParent(Element headerE)
          Converts this header to org.w3c.dom.Element and add to parent Header Element.
 String getActor()
          Returns value of actor attribute.
 String getId()
          Returns value of id attribute.
 String getMessageID()
          Returns value of messageID attribute.
 Boolean getMustUnderstand()
          Returns value of mustUnderstand attribute.
 String getRefToMessageID()
          Returns value of refToMessageID attribute.
 Date getTimestamp()
          Returns value of timestamp attribute.
 void setActor(String actor)
          Sets value of actor attribute.
 void setMustUnderstand(Boolean mustUnderstand)
          Sets value of mustUnderstand attribute.
 void setRefToMessageID(String refToMessageID)
          Sets value of refToMessageID attribute.
 

コンストラクタの詳細

CorrelationHeader

public CorrelationHeader()
Default Construtor

メソッドの詳細

getMessageID

public String getMessageID()
Returns value of messageID attribute.

戻り値:
value of messageID attribute

getRefToMessageID

public String getRefToMessageID()
Returns value of refToMessageID attribute.

戻り値:
value of refToMessageID attribute

getTimestamp

public Date getTimestamp()
Returns value of timestamp attribute.

戻り値:
value of timestamp attribute

getId

public String getId()
Returns value of id attribute.

戻り値:
value of id attribute

getMustUnderstand

public Boolean getMustUnderstand()
Returns value of mustUnderstand attribute.

戻り値:
value of mustUnderstand attribute

getActor

public String getActor()
Returns value of actor attribute.

戻り値:
value of actor attribute

setMustUnderstand

public void setMustUnderstand(Boolean mustUnderstand)
Sets value of mustUnderstand attribute.

パラメータ:
mustUnderstand - value of mustUnderstand attribute

setActor

public void setActor(String actor)
Sets value of actor attribute.

パラメータ:
actor - value of actor attribute

setRefToMessageID

public void setRefToMessageID(String refToMessageID)
Sets value of refToMessageID attribute.

パラメータ:
refToMessageID - value of refToMessageID attribute

addToParent

public void addToParent(Element headerE)
Converts this header to org.w3c.dom.Element and add to parent Header Element.

パラメータ:
headerE - parent Header Element