|
||||||||||
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 Element |
element
|
static QName |
TOKEN
|
Constructor Summary | |
---|---|
Reference(Document doc)
Constructor. |
|
Reference(Element elem)
Constructor. |
Method Summary | |
---|---|
void |
addWSSENamespace()
Add the WSSE Namespace to this reference. |
boolean |
equals(Object object)
|
Element |
getElement()
Get the DOM element. |
String |
getURI()
Get the URI. |
String |
getValueType()
Get the ValueType attribute. |
int |
hashCode()
|
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QName TOKEN
protected Element element
Constructor Detail |
---|
public Reference(Element elem) throws WSSecurityException
elem
- The Reference element
WSSecurityException
public Reference(Document doc)
doc
- Method Detail |
---|
public void addWSSENamespace()
public Element getElement()
public String getValueType()
public String getURI()
public void setValueType(String valueType)
valueType
- the ValueType attribute to setpublic void setURI(String uri)
uri
- the URI to setpublic String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object object)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |