|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
public class UsageDirectiveHeader
The UsageDirectiveHeader class represents 'UsageDirective'
element defined in SOAP binding schema.
| Constructor Summary | |
|---|---|
UsageDirectiveHeader(String ref)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Constructor Detail |
|---|
public UsageDirectiveHeader(String ref)
throws SOAPBindingException
ref - the value of ref attribute.
SOAPBindingException - if the value of ref attribute
is null.| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||