|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.message.token.Reference
public class Reference
Reference.
Field Summary | |
---|---|
protected org.w3c.dom.Element |
element
|
static javax.xml.namespace.QName |
TOKEN
|
Constructor Summary | |
---|---|
Reference(org.w3c.dom.Document doc)
Constructor. |
|
Reference(org.w3c.dom.Element elem)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final javax.xml.namespace.QName TOKEN
protected org.w3c.dom.Element element
Constructor Detail |
---|
public Reference(org.w3c.dom.Element elem) throws WSSecurityException
elem
-
WSSecurityException
public Reference(org.w3c.dom.Document doc)
doc
- Method Detail |
---|
public org.w3c.dom.Element getElement()
public String getValueType()
public String getURI()
public void setValueType(String valueType)
valueType
- public void setURI(String uri)
uri
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |