@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:38+02:00", comments="JAXB RI v2.3.7") public class RetrievalMethod extends Object implements Serializable
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>
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.
|
public Transforms getTransforms()
Transforms
public void setTransforms(Transforms value)
value
- allowed object is
Transforms
public String getURI()
String
public void setURI(String value)
value
- allowed object is
String
public String getType()
String
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.