|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
public class UsageDirectiveHeader
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. |
| コンストラクタの詳細 |
|---|
public UsageDirectiveHeader(String ref)
throws SOAPBindingException
ref - the value of ref attribute.
SOAPBindingException - if the value of ref attribute
is null.| メソッドの詳細 |
|---|
public String getRef()
ref attribute.
ref attribute.public String getId()
id attribute.
id attribute.public Boolean getMustUnderstand()
mustUnderstand attribute.
mustUnderstand attribute.public String getActor()
actor attribute.
actor attribute.public List getElements()
org.w3c.dom.Element.
public void setRef(String ref)
ref attribute.
ref - value of ref attributepublic void setMustUnderstand(Boolean mustUnderstand)
mustUnderstand attribute.
mustUnderstand - value of mustUnderstand attribute.public void setActor(String actor)
actor attribute.
actor - value of actor attribute.public void setElements(List elements)
org.w3c.dom.Element.
elements - a list of child elementspublic void setSignFlag(boolean signFlag)
signFlag - the sign flag
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||