Class ChQueryRegistry
java.lang.Object
org.projecthusky.communication.ch.camel.chpharm1.requests.ChQueryRegistry
- All Implemented Interfaces:
Serializable
Request object for the Query Registry and Registry Stored Query transactions.
- Author:
- Jens Riemschneider, Quentin Ligier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFor JAXB serialization only.Constructs the request.ChQueryRegistry
(ChPharmacyDocumentsQuery query, org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType returnType) Constructs the request. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getQuery()
org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType
int
hashCode()
void
setReturnType
(org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType returnType) toString()
-
Constructor Details
-
ChQueryRegistry
public ChQueryRegistry()For JAXB serialization only. -
ChQueryRegistry
Constructs the request.- Parameters:
query
- The query to use. Cannot benull
.
-
ChQueryRegistry
public ChQueryRegistry(ChPharmacyDocumentsQuery query, org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType returnType) Constructs the request.- Parameters:
query
- The query to use. Cannot benull
.returnType
- The return type.
-
-
Method Details
-
getQuery
-
getReturnType
public org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType getReturnType() -
setReturnType
public void setReturnType(org.openehealth.ipf.commons.ihe.xds.core.requests.query.QueryReturnType returnType) -
equals
-
hashCode
public int hashCode() -
toString
-