public class CipherReferenceType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected TransformsType |
transforms |
protected String |
uri |
| Constructor and Description |
|---|
CipherReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
TransformsType |
getTransforms()
Gets the value of the transforms property.
|
String |
getURI()
Gets the value of the uri property.
|
void |
setTransforms(TransformsType value)
Sets the value of the transforms property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
protected TransformsType transforms
protected String uri
public TransformsType getTransforms()
TransformsTypepublic void setTransforms(TransformsType value)
value - allowed object is
TransformsTypepublic String getURI()
StringApache CXF