public class UsageDirectiveHeader extends Object
UsageDirectiveHeader
class represents 'UsageDirective'
element defined in SOAP binding schema.Constructor and Description |
---|
UsageDirectiveHeader(String ref)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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 flagCopyright © 2010-2018, ForgeRock All Rights Reserved.