Class ClassificationQueryType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.ClassificationQueryType
Java class for ClassificationQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassificationQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType">
<sequence>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationSchemeQuery" minOccurs="0"/>
<element name="ClassifiedObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQuery" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClassificationNodeQueryTypeprotected ClassificationSchemeQueryTypeprotected RegistryObjectQueryTypeFields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
classificationQuery, descriptionBranch, externalIdentifierQuery, nameBranch, objectTypeQuery, slotBranch, sourceAssociationQuery, statusQuery, targetAssociationQuery, versionInfoFilterFields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
primaryFilter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classificationNodeQuery property.Gets the value of the classificationSchemeQuery property.Gets the value of the classifiedObjectQuery property.voidSets the value of the classificationNodeQuery property.voidSets the value of the classificationSchemeQuery property.voidSets the value of the classifiedObjectQuery property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFilterMethods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
getPrimaryFilter, setPrimaryFilter
-
Field Details
-
classificationSchemeQuery
-
classifiedObjectQuery
-
classificationNodeQuery
-
-
Constructor Details
-
ClassificationQueryType
public ClassificationQueryType()
-
-
Method Details
-
getClassificationSchemeQuery
Gets the value of the classificationSchemeQuery property.- Returns:
- possible object is
ClassificationSchemeQueryType
-
setClassificationSchemeQuery
Sets the value of the classificationSchemeQuery property.- Parameters:
value- allowed object isClassificationSchemeQueryType
-
getClassifiedObjectQuery
Gets the value of the classifiedObjectQuery property.- Returns:
- possible object is
RegistryObjectQueryType
-
setClassifiedObjectQuery
Sets the value of the classifiedObjectQuery property.- Parameters:
value- allowed object isRegistryObjectQueryType
-
getClassificationNodeQuery
Gets the value of the classificationNodeQuery property.- Returns:
- possible object is
ClassificationNodeQueryType
-
setClassificationNodeQuery
Sets the value of the classificationNodeQuery property.- Parameters:
value- allowed object isClassificationNodeQueryType
-