Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.OrganizationQueryType
Packages that use OrganizationQueryType
-
Uses of OrganizationQueryType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query
Fields in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query declared as OrganizationQueryTypeModifier and TypeFieldDescriptionprotected OrganizationQueryType
RegistryQueryType.operatorQuery
protected OrganizationQueryType
OrganizationQueryType.parentQuery
Fields in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query with type parameters of type OrganizationQueryTypeModifier and TypeFieldDescriptionprotected List
<OrganizationQueryType> OrganizationQueryType.childOrganizationQuery
Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query that return OrganizationQueryTypeModifier and TypeMethodDescriptionObjectFactory.createOrganizationQueryType()
Create an instance ofOrganizationQueryType
RegistryQueryType.getOperatorQuery()
Gets the value of the operatorQuery property.OrganizationQueryType.getParentQuery()
Gets the value of the parentQuery property.Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query that return types with arguments of type OrganizationQueryTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<OrganizationQueryType> ObjectFactory.createOrganizationQuery
(OrganizationQueryType value) OrganizationQueryType.getChildOrganizationQuery()
Gets the value of the childOrganizationQuery property.Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query with parameters of type OrganizationQueryTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<OrganizationQueryType> ObjectFactory.createOrganizationQuery
(OrganizationQueryType value) void
RegistryQueryType.setOperatorQuery
(OrganizationQueryType value) Sets the value of the operatorQuery property.void
OrganizationQueryType.setParentQuery
(OrganizationQueryType value) Sets the value of the parentQuery property.