Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
-
Uses of RegistryObjectQueryType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query
Modifier and TypeClassDescriptionclass
Java class for AdhocQueryQueryType complex type.class
Java class for AssociationQueryType complex type.class
Java class for AuditableEventQueryType complex type.class
Java class for ClassificationNodeQueryType complex type.class
Java class for ClassificationQueryType complex type.class
Java class for ClassificationSchemeQueryType complex type.class
Java class for ExternalIdentifierQueryType complex type.class
Java class for ExternalLinkQueryType complex type.class
Java class for ExtrinsicObjectQueryType complex type.class
Java class for FederationQueryType complex type.class
Java class for NotificationQueryType complex type.class
Java class for OrganizationQueryType complex type.class
Java class for PersonQueryType complex type.class
Java class for RegistryPackageQueryType complex type.class
Java class for RegistryQueryType complex type.class
Java class for ServiceBindingQueryType complex type.class
Java class for ServiceQueryType complex type.class
Java class for SpecificationLinkQueryType complex type.class
Java class for SubscriptionQueryType complex type.class
Java class for UserQueryType complex type.Modifier and TypeFieldDescriptionprotected RegistryObjectQueryType
ClassificationQueryType.classifiedObjectQuery
protected RegistryObjectQueryType
ClassificationNodeQueryType.parentQuery
protected RegistryObjectQueryType
ExternalIdentifierQueryType.registryObjectQuery
protected RegistryObjectQueryType
NotificationQueryType.registryObjectQuery
protected RegistryObjectQueryType
AssociationQueryType.sourceObjectQuery
protected RegistryObjectQueryType
SpecificationLinkQueryType.specificationObjectQuery
protected RegistryObjectQueryType
AssociationQueryType.targetObjectQuery
Modifier and TypeFieldDescriptionprotected List<RegistryObjectQueryType>
AuditableEventQueryType.affectedObjectQuery
Modifier and TypeMethodDescriptionObjectFactory.createRegistryObjectQueryType()
Create an instance ofRegistryObjectQueryType
ClassificationQueryType.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.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<RegistryObjectQueryType>
ObjectFactory.createRegistryObjectQuery
(RegistryObjectQueryType value) AuditableEventQueryType.getAffectedObjectQuery()
Gets the value of the affectedObjectQuery property.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<RegistryObjectQueryType>
ObjectFactory.createRegistryObjectQuery
(RegistryObjectQueryType value) void
ClassificationQueryType.setClassifiedObjectQuery
(RegistryObjectQueryType value) Sets the value of the classifiedObjectQuery property.void
ClassificationNodeQueryType.setParentQuery
(RegistryObjectQueryType value) Sets the value of the parentQuery property.void
ExternalIdentifierQueryType.setRegistryObjectQuery
(RegistryObjectQueryType value) Sets the value of the registryObjectQuery property.void
NotificationQueryType.setRegistryObjectQuery
(RegistryObjectQueryType value) Sets the value of the registryObjectQuery property.void
AssociationQueryType.setSourceObjectQuery
(RegistryObjectQueryType value) Sets the value of the sourceObjectQuery property.void
SpecificationLinkQueryType.setSpecificationObjectQuery
(RegistryObjectQueryType value) Sets the value of the specificationObjectQuery property.void
AssociationQueryType.setTargetObjectQuery
(RegistryObjectQueryType value) Sets the value of the targetObjectQuery property.