Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.OrganizationQueryType
-
Uses of OrganizationQueryType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query
Modifier and TypeFieldDescriptionprotected OrganizationQueryType
RegistryQueryType.operatorQuery
protected OrganizationQueryType
OrganizationQueryType.parentQuery
Modifier and TypeFieldDescriptionprotected List<OrganizationQueryType>
OrganizationQueryType.childOrganizationQuery
Modifier 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.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<OrganizationQueryType>
ObjectFactory.createOrganizationQuery
(OrganizationQueryType value) OrganizationQueryType.getChildOrganizationQuery()
Gets the value of the childOrganizationQuery property.Modifier and TypeMethodDescriptionjavax.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.