public class ConsentHeader extends Object
ConsentHeader
class represents Consent
element
defined in SOAP binding schema.Constructor and Description |
---|
ConsentHeader(String uri)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getActor()
Returns value of
actor attribute. |
String |
getId()
Returns value of
id attribute. |
Boolean |
getMustUnderstand()
Returns value of mustUnderstand attribute.
|
Date |
getTimestamp()
Returns value of
timestamp attribute. |
String |
getUri()
Returns value of
uri attribute. |
void |
setActor(String actor)
Sets value of
actor attribute. |
void |
setMustUnderstand(Boolean mustUnderstand)
Sets value of
mustUnderstand attribute. |
void |
setSignFlag(boolean signFlag)
Sets the value of the signFlag.
|
void |
setUri(String uri)
Sets value of
uri attribute. |
public ConsentHeader(String uri)
uri
- the Consent URI .public Date getTimestamp()
timestamp
attribute.timestamp
attributepublic Boolean getMustUnderstand()
public String getActor()
actor
attribute.actor
attributepublic void setUri(String uri)
uri
attribute.uri
- value of uri
attributepublic void setMustUnderstand(Boolean mustUnderstand)
mustUnderstand
attribute.mustUnderstand
- value of mustUnderstand
attribute.public void setActor(String actor)
actor
attribute.actor
- value of actor
attributepublic void setSignFlag(boolean signFlag)
signFlag
- the boolean value.Copyright © 2010-2014, ForgeRock All Rights Reserved.