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