public class CorrelationHeader extends Object
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.Constructor and Description |
---|
CorrelationHeader()
Default Construtor
|
Modifier and Type | Method and Description |
---|---|
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 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 ElementCopyright © 2010-2018, ForgeRock All Rights Reserved.