Class AssociationQueryType
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.AssociationQueryType
Java class for AssociationQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssociationQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType"> <sequence> <element name="AssociationTypeQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQueryType" minOccurs="0"/> <element name="SourceObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/> <element name="TargetObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ClassificationNodeQueryType
protected RegistryObjectQueryType
protected RegistryObjectQueryType
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 associationTypeQuery property.Gets the value of the sourceObjectQuery property.Gets the value of the targetObjectQuery property.void
Sets the value of the associationTypeQuery property.void
Sets the value of the sourceObjectQuery property.void
Sets the value of the targetObjectQuery 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
-
associationTypeQuery
-
sourceObjectQuery
-
targetObjectQuery
-
-
Constructor Details
-
AssociationQueryType
public AssociationQueryType()
-
-
Method Details
-
getAssociationTypeQuery
Gets the value of the associationTypeQuery property.- Returns:
- possible object is
ClassificationNodeQueryType
-
setAssociationTypeQuery
Sets the value of the associationTypeQuery property.- Parameters:
value
- allowed object isClassificationNodeQueryType
-
getSourceObjectQuery
Gets the value of the sourceObjectQuery property.- Returns:
- possible object is
RegistryObjectQueryType
-
setSourceObjectQuery
Sets the value of the sourceObjectQuery property.- Parameters:
value
- allowed object isRegistryObjectQueryType
-
getTargetObjectQuery
Gets the value of the targetObjectQuery property.- Returns:
- possible object is
RegistryObjectQueryType
-
setTargetObjectQuery
Sets the value of the targetObjectQuery property.- Parameters:
value
- allowed object isRegistryObjectQueryType
-