Class ClassificationSchemeQueryType
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.ClassificationSchemeQueryType
Java class for ClassificationSchemeQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassificationSchemeQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType"> <sequence> <element name="ChildrenQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQueryType" maxOccurs="unbounded" minOccurs="0"/> <element name="NodeTypeQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQueryType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<ClassificationNodeQueryType> protected ClassificationNodeQueryType
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
classificationQuery, descriptionBranch, externalIdentifierQuery, nameBranch, objectTypeQuery, slotBranch, sourceAssociationQuery, statusQuery, targetAssociationQuery, versionInfoFilter
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 childrenQuery property.Gets the value of the nodeTypeQuery property.void
Sets the value of the nodeTypeQuery 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, setVersionInfoFilter
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
getPrimaryFilter, setPrimaryFilter
-
Field Details
-
childrenQuery
-
nodeTypeQuery
-
-
Constructor Details
-
ClassificationSchemeQueryType
public ClassificationSchemeQueryType()
-
-
Method Details
-
getChildrenQuery
Gets the value of the childrenQuery property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the childrenQuery property.For example, to add a new item, do as follows:
getChildrenQuery().add(newItem);
Objects of the following type(s) are allowed in the list
ClassificationNodeQueryType
-
getNodeTypeQuery
Gets the value of the nodeTypeQuery property.- Returns:
- possible object is
ClassificationNodeQueryType
-
setNodeTypeQuery
Sets the value of the nodeTypeQuery property.- Parameters:
value
- allowed object isClassificationNodeQueryType
-