public class NotificationType extends RegistryObjectType
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>
| Constructor and Description |
|---|
NotificationType() |
| Modifier and Type | Method and Description |
|---|---|
RegistryObjectListType |
getRegistryObjectList()
Gets the value of the registryObjectList property.
|
String |
getSubscription()
Gets the value of the subscription property.
|
void |
setRegistryObjectList(RegistryObjectListType value)
Sets the value of the registryObjectList property.
|
void |
setSubscription(String value)
Sets the value of the subscription property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic RegistryObjectListType getRegistryObjectList()
RegistryObjectListTypepublic void setRegistryObjectList(RegistryObjectListType value)
value - allowed object is
RegistryObjectListTypepublic String getSubscription()
StringCopyright © 2010–2025. All rights reserved.