public class RetrievalMethodType extends Object
Java class for RetrievalMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrievalMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
</sequence>
<attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| 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()
StringCopyright © 2021 JBoss by Red Hat. All rights reserved.