Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectListType
Package
Description
-
Uses of RegistryObjectListType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm
Modifier and TypeFieldDescriptionprotected RegistryObjectListType
SubmitObjectsRequest.registryObjectList
protected RegistryObjectListType
UpdateObjectsRequest.registryObjectList
Modifier and TypeMethodDescriptionSubmitObjectsRequest.getRegistryObjectList()
Gets the value of the registryObjectList property.UpdateObjectsRequest.getRegistryObjectList()
Gets the value of the registryObjectList property.Modifier and TypeMethodDescriptionvoid
SubmitObjectsRequest.setRegistryObjectList
(RegistryObjectListType value) Sets the value of the registryObjectList property.void
UpdateObjectsRequest.setRegistryObjectList
(RegistryObjectListType value) Sets the value of the registryObjectList property. -
Uses of RegistryObjectListType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query
Modifier and TypeFieldDescriptionprotected RegistryObjectListType
AdhocQueryResponse.registryObjectList
Modifier and TypeMethodDescriptionAdhocQueryResponse.getRegistryObjectList()
Gets the value of the registryObjectList property.Modifier and TypeMethodDescriptionvoid
AdhocQueryResponse.setRegistryObjectList
(RegistryObjectListType value) Sets the value of the registryObjectList property. -
Uses of RegistryObjectListType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim
Modifier and TypeFieldDescriptionprotected RegistryObjectListType
NotificationType.registryObjectList
protected RegistryObjectListType
RegistryPackageType.registryObjectList
Modifier and TypeMethodDescriptionObjectFactory.createRegistryObjectListType()
Create an instance ofRegistryObjectListType
NotificationType.getRegistryObjectList()
Gets the value of the registryObjectList property.RegistryPackageType.getRegistryObjectList()
Gets the value of the registryObjectList property.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<RegistryObjectListType>
ObjectFactory.createRegistryObjectList
(RegistryObjectListType value) Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<RegistryObjectListType>
ObjectFactory.createRegistryObjectList
(RegistryObjectListType value) void
NotificationType.setRegistryObjectList
(RegistryObjectListType value) Sets the value of the registryObjectList property.void
RegistryPackageType.setRegistryObjectList
(RegistryObjectListType value) Sets the value of the registryObjectList property.