public class Reference extends Object
| Constructor and Description | 
|---|
| Reference(Document doc)Constructor. | 
| Reference(Element elem)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addWSSENamespace()Add the WSSE Namespace to this reference. | 
| boolean | equals(Object object) | 
| Element | getElement()Get the DOM element. | 
| String | getURI()Get the URI. | 
| String | getValueType()Get the ValueType attribute. | 
| int | hashCode() | 
| void | setURI(String uri)Set the URI. | 
| void | setValueType(String valueType)Set the Value type. | 
| String | toString()Return the string representation. | 
public static final QName TOKEN
public Reference(Element elem) throws WSSecurityException
elem - The Reference elementWSSecurityExceptionpublic Reference(Document doc)
doc - public void addWSSENamespace()
public Element getElement()
public String getValueType()
public String getURI()
public void setValueType(String valueType)
valueType - the ValueType attribute to setpublic void setURI(String uri)
uri - the URI to setpublic String toString()
Copyright © 2018 JBoss by Red Hat. All rights reserved.