oasis.names.tc.ebxml_regrep.xsd.rim._3
Class NotificationType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.NotificationType

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 Summary
protected  RegistryObjectListType registryObjectList
           
protected  String subscription
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slot
 
Constructor Summary
NotificationType()
           
 
Method Summary
 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.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlot, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryObjectList

protected RegistryObjectListType registryObjectList

subscription

protected String subscription
Constructor Detail

NotificationType

public NotificationType()
Method Detail

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


Copyright © 2010-2011. All Rights Reserved.