| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.soapbinding.UsageDirectiveHeader
The UsageDirectiveHeader class represents 'UsageDirective'
 element defined in SOAP binding schema.
| Constructor Summary | |
| UsageDirectiveHeader(java.lang.String ref)This constructor takes value of 'ref' attribute which is required. | |
| Method Summary | |
|  java.lang.String | getActor()Returns value of 'actor' attribute. | 
|  java.util.List | getElements()Returns a list of child elements. | 
|  java.lang.String | getId()Returns value of 'id' attribute. | 
|  java.lang.Boolean | getMustUnderstand()Returns value of 'mustUnderstand' attribute. | 
|  java.lang.String | getRef()Returns value of 'ref' attribute. | 
|  void | setActor(java.lang.String actor)Sets value of 'actor' attribute. | 
|  void | setElements(java.util.List elements)Sets a list of child elements. | 
|  void | setMustUnderstand(java.lang.Boolean mustUnderstand)Sets value of 'mustUnderstand' attribute. | 
|  void | setRef(java.lang.String ref)Sets value of 'ref' attribute. | 
|  void | setSignFlag(boolean signFlag)Sets the sign flag. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public UsageDirectiveHeader(java.lang.String ref)
                     throws SOAPBindingException
ref - a ref attributeSOAPBindingException - if the value of 'ref' attribute is null| Method Detail | 
public java.lang.String getRef()
public java.lang.String getId()
public java.lang.Boolean getMustUnderstand()
public java.lang.String getActor()
public java.util.List getElements()
org.w3c.dom.Element.public void setRef(java.lang.String ref)
ref - value of 'ref' attributepublic void setMustUnderstand(java.lang.Boolean mustUnderstand)
mustUnderstand - value of 'mustUnderstand' attributepublic void setActor(java.lang.String actor)
actor - value of 'actor' attributepublic void setElements(java.util.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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||