public class WSDataRef extends Object
Constructor and Description |
---|
WSDataRef(String dataref) |
WSDataRef(String dataref,
String wsuId) |
WSDataRef(String dataref,
String wsuId,
javax.xml.namespace.QName name) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getDataref() |
String |
getDigestAlgorithm() |
javax.xml.namespace.QName |
getName() |
org.w3c.dom.Element |
getProtectedElement() |
String |
getWsuId() |
String |
getXpath() |
boolean |
isContent() |
void |
setAlgorithm(String algo) |
void |
setContent(boolean content) |
void |
setDataref(String dataref) |
void |
setDigestAlgorithm(String digestAlgorithm) |
void |
setName(javax.xml.namespace.QName name) |
void |
setProtectedElement(org.w3c.dom.Element element) |
void |
setWsuId(String wsuId) |
void |
setXpath(String xpath) |
public WSDataRef(String dataref)
dataref
- reference by which the Encrypted Data was referredpublic WSDataRef(String dataref, String wsuId)
dataref
- reference by which the Encrypted Data was referredwsuId
- Id of the decrypted element (if present)public String getDataref()
public void setDataref(String dataref)
dataref
- reference by which the Encrypted Data was referredpublic String getWsuId()
public void setWsuId(String wsuId)
wsuId
- Id of the decrypted element (if present)public javax.xml.namespace.QName getName()
public void setName(javax.xml.namespace.QName name)
name
- QName of the decrypted elementpublic void setProtectedElement(org.w3c.dom.Element element)
element
- The protected DOM element to setpublic org.w3c.dom.Element getProtectedElement()
public String getXpath()
public void setXpath(String xpath)
xpath
- the xpath to setpublic boolean isContent()
public void setContent(boolean content)
content
- the content to setpublic String getAlgorithm()
public void setAlgorithm(String algo)
algo
- algorithm used for encryptionpublic String getDigestAlgorithm()
public void setDigestAlgorithm(String digestAlgorithm)
digestAlgorithm
- if this reference represents
signed content, the digest algorithm applied to the content.Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.