Class NotificationType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.NotificationType
Notification of registry events.
Java class for NotificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType"> <sequence> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectList"/> </sequence> <attribute name="subscription" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.IdentifiableType
home, id, slot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the registryObjectList property.Gets the value of the subscription property.void
Sets the value of the registryObjectList property.void
setSubscription
(String value) Sets the value of the subscription property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
-
Field Details
-
registryObjectList
-
subscription
-
-
Constructor Details
-
NotificationType
public NotificationType()
-
-
Method Details
-
getRegistryObjectList
Gets the value of the registryObjectList property.- Returns:
- possible object is
RegistryObjectListType
-
setRegistryObjectList
Sets the value of the registryObjectList property.- Parameters:
value
- allowed object isRegistryObjectListType
-
getSubscription
Gets the value of the subscription property.- Returns:
- possible object is
String
-
setSubscription
Sets the value of the subscription property.- Parameters:
value
- allowed object isString
-