|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.CorrelationHeader
public class CorrelationHeader
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. |
| コンストラクタの詳細 |
|---|
public CorrelationHeader()
| メソッドの詳細 |
|---|
public String getMessageID()
messageID attribute.
messageID attributepublic String getRefToMessageID()
refToMessageID attribute.
refToMessageID attributepublic Date getTimestamp()
timestamp attribute.
timestamp attributepublic String getId()
id attribute.
id attributepublic Boolean getMustUnderstand()
mustUnderstand attribute.
mustUnderstand attributepublic String getActor()
actor attribute.
actor attributepublic void setMustUnderstand(Boolean mustUnderstand)
mustUnderstand attribute.
mustUnderstand - value of mustUnderstand attributepublic void setActor(String actor)
actor attribute.
actor - value of actor attributepublic void setRefToMessageID(String refToMessageID)
refToMessageID attribute.
refToMessageID - value of refToMessageID attributepublic void addToParent(Element headerE)
org.w3c.dom.Element and add to
parent Header Element.
headerE - parent Header Element
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||