|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.ConsentHeader
public class ConsentHeader
The ConsentHeader class represents Consent element
defined in SOAP binding schema.
| Constructor Summary | |
|---|---|
ConsentHeader(String uri)
Constructor |
|
| Method Summary | |
|---|---|
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. |
| Constructor Detail |
|---|
public ConsentHeader(String uri)
uri - the Consent URI .| Method Detail |
|---|
public String getUri()
uri attribute.
uri attribute.public Date getTimestamp()
timestamp attribute.
timestamp attributepublic String getId()
id attribute.
id attribute.public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||