Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
Packages that use RegistryObjectQueryType
-
Uses of RegistryObjectQueryType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query
Modifier and TypeClassDescriptionclassJava class for AdhocQueryQueryType complex type.classJava class for AssociationQueryType complex type.classJava class for AuditableEventQueryType complex type.classJava class for ClassificationNodeQueryType complex type.classJava class for ClassificationQueryType complex type.classJava class for ClassificationSchemeQueryType complex type.classJava class for ExternalIdentifierQueryType complex type.classJava class for ExternalLinkQueryType complex type.classJava class for ExtrinsicObjectQueryType complex type.classJava class for FederationQueryType complex type.classJava class for NotificationQueryType complex type.classJava class for OrganizationQueryType complex type.classJava class for PersonQueryType complex type.classJava class for RegistryPackageQueryType complex type.classJava class for RegistryQueryType complex type.classJava class for ServiceBindingQueryType complex type.classJava class for ServiceQueryType complex type.classJava class for SpecificationLinkQueryType complex type.classJava class for SubscriptionQueryType complex type.classJava class for UserQueryType complex type.Fields in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query declared as RegistryObjectQueryTypeModifier and TypeFieldDescriptionprotected RegistryObjectQueryTypeClassificationQueryType.classifiedObjectQueryprotected RegistryObjectQueryTypeClassificationNodeQueryType.parentQueryprotected RegistryObjectQueryTypeExternalIdentifierQueryType.registryObjectQueryprotected RegistryObjectQueryTypeNotificationQueryType.registryObjectQueryprotected RegistryObjectQueryTypeAssociationQueryType.sourceObjectQueryprotected RegistryObjectQueryTypeSpecificationLinkQueryType.specificationObjectQueryprotected RegistryObjectQueryTypeAssociationQueryType.targetObjectQueryFields in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query with type parameters of type RegistryObjectQueryTypeModifier and TypeFieldDescriptionprotected List<RegistryObjectQueryType>AuditableEventQueryType.affectedObjectQueryMethods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query that return RegistryObjectQueryTypeModifier and TypeMethodDescriptionObjectFactory.createRegistryObjectQueryType()Create an instance ofRegistryObjectQueryTypeClassificationQueryType.getClassifiedObjectQuery()Gets the value of the classifiedObjectQuery property.ClassificationNodeQueryType.getParentQuery()Gets the value of the parentQuery property.ExternalIdentifierQueryType.getRegistryObjectQuery()Gets the value of the registryObjectQuery property.NotificationQueryType.getRegistryObjectQuery()Gets the value of the registryObjectQuery property.AssociationQueryType.getSourceObjectQuery()Gets the value of the sourceObjectQuery property.SpecificationLinkQueryType.getSpecificationObjectQuery()Gets the value of the specificationObjectQuery property.AssociationQueryType.getTargetObjectQuery()Gets the value of the targetObjectQuery property.Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query that return types with arguments of type RegistryObjectQueryTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RegistryObjectQueryType>ObjectFactory.createRegistryObjectQuery(RegistryObjectQueryType value) AuditableEventQueryType.getAffectedObjectQuery()Gets the value of the affectedObjectQuery property.Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query with parameters of type RegistryObjectQueryTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RegistryObjectQueryType>ObjectFactory.createRegistryObjectQuery(RegistryObjectQueryType value) voidClassificationQueryType.setClassifiedObjectQuery(RegistryObjectQueryType value) Sets the value of the classifiedObjectQuery property.voidClassificationNodeQueryType.setParentQuery(RegistryObjectQueryType value) Sets the value of the parentQuery property.voidExternalIdentifierQueryType.setRegistryObjectQuery(RegistryObjectQueryType value) Sets the value of the registryObjectQuery property.voidNotificationQueryType.setRegistryObjectQuery(RegistryObjectQueryType value) Sets the value of the registryObjectQuery property.voidAssociationQueryType.setSourceObjectQuery(RegistryObjectQueryType value) Sets the value of the sourceObjectQuery property.voidSpecificationLinkQueryType.setSpecificationObjectQuery(RegistryObjectQueryType value) Sets the value of the specificationObjectQuery property.voidAssociationQueryType.setTargetObjectQuery(RegistryObjectQueryType value) Sets the value of the targetObjectQuery property.