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

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

public class UsageDirectiveHeader
extends Object

The UsageDirectiveHeader class represents 'UsageDirective' element defined in SOAP binding schema.


コンストラクタの概要
UsageDirectiveHeader(String ref)
          Constructor.
 
メソッドの概要
 String getActor()
          Returns value of actor attribute.
 List getElements()
          Returns a list of child elements.
 String getId()
          Returns value of id attribute.
 Boolean getMustUnderstand()
          Returns value of mustUnderstand attribute.
 String getRef()
          Returns value of ref attribute.
 void setActor(String actor)
          Sets value of actor attribute.
 void setElements(List elements)
          Sets a list of child elements.
 void setMustUnderstand(Boolean mustUnderstand)
          Sets value of mustUnderstand attribute.
 void setRef(String ref)
          Sets value of ref attribute.
 void setSignFlag(boolean signFlag)
          Sets the sign flag.
 

コンストラクタの詳細

UsageDirectiveHeader

public UsageDirectiveHeader(String ref)
                     throws SOAPBindingException
Constructor.

パラメータ:
ref - the value of ref attribute.
例外:
SOAPBindingException - if the value of ref attribute is null.
メソッドの詳細

getRef

public String getRef()
Returns value of ref attribute.

戻り値:
value of ref 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.

getElements

public List getElements()
Returns a list of child elements. Each entry will be a org.w3c.dom.Element.

戻り値:
a list of child elements

setRef

public void setRef(String ref)
Sets value of ref attribute.

パラメータ:
ref - value of ref 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.

setElements

public void setElements(List elements)
Sets a list of child elements. Each entry will be a org.w3c.dom.Element.

パラメータ:
elements - a list of child elements

setSignFlag

public void setSignFlag(boolean signFlag)
Sets the sign flag. The header will be signed if the value is true.

パラメータ:
signFlag - the sign flag