Class QueryExpressionBranchType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.BranchType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.QueryExpressionBranchType
Java class for QueryExpressionBranchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryExpressionBranchType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}BranchType"> <sequence> <element name="QueryLanguageQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQueryType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
primaryFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the queryLanguageQuery property.void
Sets the value of the queryLanguageQuery property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
getPrimaryFilter, setPrimaryFilter
-
Field Details
-
queryLanguageQuery
-
-
Constructor Details
-
QueryExpressionBranchType
public QueryExpressionBranchType()
-
-
Method Details
-
getQueryLanguageQuery
Gets the value of the queryLanguageQuery property.- Returns:
- possible object is
ClassificationNodeQueryType
-
setQueryLanguageQuery
Sets the value of the queryLanguageQuery property.- Parameters:
value
- allowed object isClassificationNodeQueryType
-