public class DualChannelPolicyAttributes
extends java.lang.Object
| Constructor and Description |
|---|
DualChannelPolicyAttributes() |
| Modifier and Type | Method and Description |
|---|---|
org.ws4d.java.types.QName |
getAlgorithm() |
org.ws4d.java.types.QName |
getTransform() |
XPathInfo |
getXPath() |
void |
setAlgorithm(org.ws4d.java.types.QName algorithm) |
void |
setTransform(org.ws4d.java.types.QName transform) |
void |
setXPath(XPathInfo xPath) |
java.lang.String |
toString() |
public org.ws4d.java.types.QName getAlgorithm()
public void setAlgorithm(org.ws4d.java.types.QName algorithm)
public org.ws4d.java.types.QName getTransform()
public void setTransform(org.ws4d.java.types.QName transform)
public XPathInfo getXPath()
public void setXPath(XPathInfo xPath)
public java.lang.String toString()
toString in class java.lang.Object