org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class RegistrationEventType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.registry.RegistrationEventType

public class RegistrationEventType
extends Object

This provides the details of a data or metadata registration event for the purposes of notification.

Java class for RegistrationEventType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RegistrationEventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Registration" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}RegistrationType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RegistrationType registration
           
 
Constructor Summary
RegistrationEventType()
           
 
Method Summary
 RegistrationType getRegistration()
          Gets the value of the registration property.
 void setRegistration(RegistrationType value)
          Sets the value of the registration property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registration

protected RegistrationType registration
Constructor Detail

RegistrationEventType

public RegistrationEventType()
Method Detail

getRegistration

public RegistrationType getRegistration()
Gets the value of the registration property.

Returns:
possible object is RegistrationType

setRegistration

public void setRegistration(RegistrationType value)
Sets the value of the registration property.

Parameters:
value - allowed object is RegistrationType


Copyright © 2012. All Rights Reserved.