oasis.names.tc.ebxml_regrep.xsd.rim._3
Class Notification
java.lang.Object
oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
oasis.names.tc.ebxml_regrep.xsd.rim._3.Notification
public class Notification
- extends RegistryObjectType
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>
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType |
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registryObjectList
protected RegistryObjectList registryObjectList
subscription
protected java.lang.String subscription
Notification
public Notification()
getRegistryObjectList
public RegistryObjectList getRegistryObjectList()
- Gets the value of the registryObjectList property.
- Returns:
- possible object is
RegistryObjectList
setRegistryObjectList
public void setRegistryObjectList(RegistryObjectList value)
- Sets the value of the registryObjectList property.
- Parameters:
value
- allowed object is
RegistryObjectList
getSubscription
public java.lang.String getSubscription()
- Gets the value of the subscription property.
- Returns:
- possible object is
String
setSubscription
public void setSubscription(java.lang.String value)
- Sets the value of the subscription property.
- Parameters:
value
- allowed object is
String