public class RetrievalMethod 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 Transforms |
transforms |
protected String |
type |
protected String |
uri |
| Constructor and Description |
|---|
RetrievalMethod() |
| Modifier and Type | Method and Description |
|---|---|
Transforms |
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(Transforms 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 Transforms transforms
protected String uri
protected String type
public Transforms getTransforms()
Transformspublic void setTransforms(Transforms value)
value - allowed object is
Transformspublic String getURI()
Stringpublic void setURI(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.