Class ConsentHeader
java.lang.Object
com.sun.identity.liberty.ws.soapbinding.ConsentHeader
The
ConsentHeader
class represents Consent
element
defined in SOAP binding schema.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()
Returns value ofactor
attribute.getId()
Returns value ofid
attribute.Returns value ofmustUnderstand
attribute.Returns value oftimestamp
attribute.getUri()
Returns value ofuri
attribute.void
Sets value ofactor
attribute.void
setMustUnderstand
(Boolean mustUnderstand) Sets value ofmustUnderstand
attribute.void
setSignFlag
(boolean signFlag) Sets the value of the signFlag.void
Sets value ofuri
attribute.
-
Constructor Details
-
ConsentHeader
Constructor- Parameters:
uri
- the Consent URI .
-
-
Method Details
-
getUri
Returns value ofuri
attribute.- Returns:
- value of
uri
attribute.
-
getTimestamp
Returns value oftimestamp
attribute.- Returns:
- value of
timestamp
attribute
-
getId
Returns value ofid
attribute.- Returns:
- value of
id
attribute.
-
getMustUnderstand
Returns value ofmustUnderstand
attribute.- Returns:
- value of
mustUnderstand
attribute
-
getActor
Returns value ofactor
attribute.- Returns:
- value of
actor
attribute
-
setUri
Sets value ofuri
attribute.- Parameters:
uri
- value ofuri
attribute
-
setMustUnderstand
Sets value ofmustUnderstand
attribute.- Parameters:
mustUnderstand
- value ofmustUnderstand
attribute.
-
setActor
Sets value ofactor
attribute.- Parameters:
actor
- value ofactor
attribute
-
setSignFlag
public void setSignFlag(boolean signFlag) Sets the value of the signFlag. The default value is false.- Parameters:
signFlag
- the boolean value.
-