|
||||||||||
| 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 | |
|---|---|
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 QName TOKEN
protected Element element
| Constructor Detail |
|---|
public Reference(Element elem)
throws WSSecurityException
elem -
WSSecurityExceptionpublic Reference(Document doc)
doc - | Method Detail |
|---|
public 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 | |||||||||