com.sun.identity.liberty.ws.soapbinding
クラス ConsentHeader

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.soapbinding.ConsentHeader

public class ConsentHeader
extends Object

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.
 

コンストラクタの詳細

ConsentHeader

public ConsentHeader(String uri)
Constructor

パラメータ:
uri - the Consent URI .
メソッドの詳細

getUri

public String getUri()
Returns value of uri attribute.

戻り値:
value of uri attribute.

getTimestamp

public Date getTimestamp()
Returns value of timestamp attribute.

戻り値:
value of timestamp attribute

getId

public String getId()
Returns value of id attribute.

戻り値:
value of id attribute.

getMustUnderstand

public Boolean getMustUnderstand()
Returns value of mustUnderstand attribute.

戻り値:
value of mustUnderstand attribute

getActor

public String getActor()
Returns value of actor attribute.

戻り値:
value of actor attribute

setUri

public void setUri(String uri)
Sets value of uri attribute.

パラメータ:
uri - value of uri attribute

setMustUnderstand

public void setMustUnderstand(Boolean mustUnderstand)
Sets value of mustUnderstand attribute.

パラメータ:
mustUnderstand - value of mustUnderstand attribute.

setActor

public void setActor(String actor)
Sets value of actor attribute.

パラメータ:
actor - value of actor attribute

setSignFlag

public void setSignFlag(boolean signFlag)
Sets the value of the signFlag. The default value is false.

パラメータ:
signFlag - the boolean value.