Class ConsentHeader
- java.lang.Object
-
- com.sun.identity.liberty.ws.soapbinding.ConsentHeader
-
public class ConsentHeader extends Object
TheConsentHeaderclass representsConsentelement 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 StringgetActor()Returns value ofactorattribute.StringgetId()Returns value ofidattribute.BooleangetMustUnderstand()Returns value of mustUnderstand attribute.DategetTimestamp()Returns value oftimestampattribute.StringgetUri()Returns value ofuriattribute.voidsetActor(String actor)Sets value ofactorattribute.voidsetMustUnderstand(Boolean mustUnderstand)Sets value ofmustUnderstandattribute.voidsetSignFlag(boolean signFlag)Sets the value of the signFlag.voidsetUri(String uri)Sets value ofuriattribute.
-
-
-
Constructor Detail
-
ConsentHeader
public ConsentHeader(String uri)
Constructor- Parameters:
uri- the Consent URI .
-
-
Method Detail
-
getUri
public String getUri()
Returns value ofuriattribute.- Returns:
- value of
uriattribute.
-
getTimestamp
public Date getTimestamp()
Returns value oftimestampattribute.- Returns:
- value of
timestampattribute
-
getId
public String getId()
Returns value ofidattribute.- Returns:
- value of
idattribute.
-
getMustUnderstand
public Boolean getMustUnderstand()
Returns value of mustUnderstand attribute.- Returns:
- value of mustUnderstand attribute
-
getActor
public String getActor()
Returns value ofactorattribute.- Returns:
- value of
actorattribute
-
setUri
public void setUri(String uri)
Sets value ofuriattribute.- Parameters:
uri- value ofuriattribute
-
setMustUnderstand
public void setMustUnderstand(Boolean mustUnderstand)
Sets value ofmustUnderstandattribute.- Parameters:
mustUnderstand- value ofmustUnderstandattribute.
-
setActor
public void setActor(String actor)
Sets value ofactorattribute.- Parameters:
actor- value ofactorattribute
-
setSignFlag
public void setSignFlag(boolean signFlag)
Sets the value of the signFlag. The default value is false.- Parameters:
signFlag- the boolean value.
-
-