public class Reference extends 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.
|
String |
getURI()
get the URI.
|
String |
getValueType()
get the URI.
|
void |
setURI(String uri)
set the URI.
|
void |
setValueType(String valueType)
set the Value type.
|
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
- WSSecurityException
public Reference(org.w3c.dom.Document doc)
doc
- public org.w3c.dom.Element getElement()
public String getValueType()
public String getURI()
public void setValueType(String valueType)
valueType
- public void setURI(String uri)
uri
- Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.