|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.ConsentHeader
public class ConsentHeader
The ConsentHeader class represents Consent element
defined in SOAP binding schema.
| コンストラクタの概要 | |
|---|---|
ConsentHeader(String uri)
Constructor |
|
| メソッドの概要 | |
|---|---|
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 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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||