public class Reference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.Element |
element |
static javax.xml.namespace.QName |
TOKEN |
| Constructor and Description |
|---|
Reference(org.w3c.dom.Document doc)
Constructor.
|
Reference(org.w3c.dom.Element elem)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
getElement()
get the dom element.
|
java.lang.String |
getURI()
get the URI.
|
java.lang.String |
getValueType()
get the URI.
|
void |
setURI(java.lang.String uri)
set the URI.
|
void |
setValueType(java.lang.String valueType)
set the Value type.
|
java.lang.String |
toString()
return the string representation.
|
public static final javax.xml.namespace.QName TOKEN
protected org.w3c.dom.Element element
public Reference(org.w3c.dom.Element elem)
throws WSSecurityException
elem - WSSecurityExceptionpublic Reference(org.w3c.dom.Document doc)
doc - public org.w3c.dom.Element getElement()
public java.lang.String getValueType()
public java.lang.String getURI()
public void setValueType(java.lang.String valueType)
valueType - public void setURI(java.lang.String uri)
uri - public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.