org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class RegistrationEventType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.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_1/registry}RegistrationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registration
protected RegistrationType registration
RegistrationEventType
public RegistrationEventType()
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.