Class Query
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StoredQuery
Base class for all query requests.
- Author:
- Jens Riemschneider
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Visitor interface used for this class to implement the visitor pattern. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
Query
public Query()For JAXB serialization only. -
Query
Constructs the query.- Parameters:
type
- the type of the query.
-
-
Method Details