Class Reference
- java.lang.Object
-
- org.apache.ws.security.message.token.Reference
-
public class Reference extends java.lang.Object
Reference.- Author:
- Davanum Srinivas (dims@yahoo.com).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
Reference
public Reference(org.w3c.dom.Element elem) throws WSSecurityException
Constructor.- Parameters:
elem
-- Throws:
WSSecurityException
-
Reference
public Reference(org.w3c.dom.Document doc)
Constructor.- Parameters:
doc
-
-
-
Method Detail
-
getElement
public org.w3c.dom.Element getElement()
get the dom element.- Returns:
- TODO
-
getValueType
public java.lang.String getValueType()
get the URI.- Returns:
- TODO
-
getURI
public java.lang.String getURI()
get the URI.- Returns:
- TODO
-
setValueType
public void setValueType(java.lang.String valueType)
set the Value type.- Parameters:
valueType
-
-
setURI
public void setURI(java.lang.String uri)
set the URI.- Parameters:
uri
-
-
toString
public java.lang.String toString()
return the string representation.- Overrides:
toString
in classjava.lang.Object
- Returns:
- TODO
-
-