public class NotificationType 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>
 
  • Field Details

  • Constructor Details

    • NotificationType

      public NotificationType()
  • Method Details

    • getRegistryObjectList

      public RegistryObjectListType getRegistryObjectList()
      Gets the value of the registryObjectList property.
      Returns:
      possible object is RegistryObjectListType
    • setRegistryObjectList

      public void setRegistryObjectList(RegistryObjectListType value)
      Sets the value of the registryObjectList property.
      Parameters:
      value - allowed object is RegistryObjectListType
    • getSubscription

      public String getSubscription()
      Gets the value of the subscription property.
      Returns:
      possible object is String
    • setSubscription

      public void setSubscription(String value)
      Sets the value of the subscription property.
      Parameters:
      value - allowed object is String