|
||||||||||
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 | |
---|---|
void |
addWSSENamespace()
Add the WSSE Namespace to this reference. |
boolean |
equals(java.lang.Object object)
|
org.w3c.dom.Element |
getElement()
Get the DOM element. |
java.lang.String |
getURI()
Get the URI. |
java.lang.String |
getValueType()
Get the ValueType attribute. |
int |
hashCode()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, 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
- The Reference element
WSSecurityException
public Reference(org.w3c.dom.Document doc)
doc
- Method Detail |
---|
public void addWSSENamespace()
public org.w3c.dom.Element getElement()
public java.lang.String getValueType()
public java.lang.String getURI()
public void setValueType(java.lang.String valueType)
valueType
- the ValueType attribute to setpublic void setURI(java.lang.String uri)
uri
- the URI to setpublic java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |