Class ConsentHeader
- java.lang.Object
-
- com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
@SupportedAll public class ConsentHeader extends Object
TheConsentHeader
class representsConsent
element defined in SOAP binding schema.
-
-
Constructor Summary
Constructors Constructor Description ConsentHeader(String uri)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActor()
Returns value ofactor
attribute.String
getId()
Returns value ofid
attribute.Boolean
getMustUnderstand()
Returns value ofmustUnderstand
attribute.Date
getTimestamp()
Returns value oftimestamp
attribute.String
getUri()
Returns value ofuri
attribute.void
setActor(String actor)
Sets value ofactor
attribute.void
setMustUnderstand(Boolean mustUnderstand)
Sets value ofmustUnderstand
attribute.void
setSignFlag(boolean signFlag)
Sets the value of the signFlag.void
setUri(String uri)
Sets value ofuri
attribute.
-
-
-
Constructor Detail
-
ConsentHeader
public ConsentHeader(String uri)
Constructor- Parameters:
uri
- the Consent URI .
-
-
Method Detail
-
getUri
public String getUri()
Returns value ofuri
attribute.- Returns:
- value of
uri
attribute.
-
getTimestamp
public Date getTimestamp()
Returns value oftimestamp
attribute.- Returns:
- value of
timestamp
attribute
-
getId
public String getId()
Returns value ofid
attribute.- Returns:
- value of
id
attribute.
-
getMustUnderstand
public Boolean getMustUnderstand()
Returns value ofmustUnderstand
attribute.- Returns:
- value of
mustUnderstand
attribute
-
getActor
public String getActor()
Returns value ofactor
attribute.- Returns:
- value of
actor
attribute
-
setUri
public void setUri(String uri)
Sets value ofuri
attribute.- Parameters:
uri
- value ofuri
attribute
-
setMustUnderstand
public void setMustUnderstand(Boolean mustUnderstand)
Sets value ofmustUnderstand
attribute.- Parameters:
mustUnderstand
- value ofmustUnderstand
attribute.
-
setActor
public void setActor(String actor)
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.
-
-