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

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

public class EventSelectorType
extends Object

Allows subscribers to specify registry and repository events for which they wish to receive notifications.

Java class for EventSelectorType complex type.

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

 <complexType name="EventSelectorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StructuralRepositoryEvents" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}StructuralRepositoryEventsType" minOccurs="0"/>
         <element name="ProvisioningRepositoryEvents" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}ProvisioningRepositoryEventsType" minOccurs="0"/>
         <element name="DataRegistrationEvents" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataRegistrationEventsType" minOccurs="0"/>
         <element name="MetadataRegistrationEvents" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}MetadataRegistrationEventsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataRegistrationEventsType dataRegistrationEvents
           
protected  MetadataRegistrationEventsType metadataRegistrationEvents
           
protected  ProvisioningRepositoryEventsType provisioningRepositoryEvents
           
protected  StructuralRepositoryEventsType structuralRepositoryEvents
           
 
Constructor Summary
EventSelectorType()
           
 
Method Summary
 DataRegistrationEventsType getDataRegistrationEvents()
          Gets the value of the dataRegistrationEvents property.
 MetadataRegistrationEventsType getMetadataRegistrationEvents()
          Gets the value of the metadataRegistrationEvents property.
 ProvisioningRepositoryEventsType getProvisioningRepositoryEvents()
          Gets the value of the provisioningRepositoryEvents property.
 StructuralRepositoryEventsType getStructuralRepositoryEvents()
          Gets the value of the structuralRepositoryEvents property.
 void setDataRegistrationEvents(DataRegistrationEventsType value)
          Sets the value of the dataRegistrationEvents property.
 void setMetadataRegistrationEvents(MetadataRegistrationEventsType value)
          Sets the value of the metadataRegistrationEvents property.
 void setProvisioningRepositoryEvents(ProvisioningRepositoryEventsType value)
          Sets the value of the provisioningRepositoryEvents property.
 void setStructuralRepositoryEvents(StructuralRepositoryEventsType value)
          Sets the value of the structuralRepositoryEvents property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

structuralRepositoryEvents

protected StructuralRepositoryEventsType structuralRepositoryEvents

provisioningRepositoryEvents

protected ProvisioningRepositoryEventsType provisioningRepositoryEvents

dataRegistrationEvents

protected DataRegistrationEventsType dataRegistrationEvents

metadataRegistrationEvents

protected MetadataRegistrationEventsType metadataRegistrationEvents
Constructor Detail

EventSelectorType

public EventSelectorType()
Method Detail

getStructuralRepositoryEvents

public StructuralRepositoryEventsType getStructuralRepositoryEvents()
Gets the value of the structuralRepositoryEvents property.

Returns:
possible object is StructuralRepositoryEventsType

setStructuralRepositoryEvents

public void setStructuralRepositoryEvents(StructuralRepositoryEventsType value)
Sets the value of the structuralRepositoryEvents property.

Parameters:
value - allowed object is StructuralRepositoryEventsType

getProvisioningRepositoryEvents

public ProvisioningRepositoryEventsType getProvisioningRepositoryEvents()
Gets the value of the provisioningRepositoryEvents property.

Returns:
possible object is ProvisioningRepositoryEventsType

setProvisioningRepositoryEvents

public void setProvisioningRepositoryEvents(ProvisioningRepositoryEventsType value)
Sets the value of the provisioningRepositoryEvents property.

Parameters:
value - allowed object is ProvisioningRepositoryEventsType

getDataRegistrationEvents

public DataRegistrationEventsType getDataRegistrationEvents()
Gets the value of the dataRegistrationEvents property.

Returns:
possible object is DataRegistrationEventsType

setDataRegistrationEvents

public void setDataRegistrationEvents(DataRegistrationEventsType value)
Sets the value of the dataRegistrationEvents property.

Parameters:
value - allowed object is DataRegistrationEventsType

getMetadataRegistrationEvents

public MetadataRegistrationEventsType getMetadataRegistrationEvents()
Gets the value of the metadataRegistrationEvents property.

Returns:
possible object is MetadataRegistrationEventsType

setMetadataRegistrationEvents

public void setMetadataRegistrationEvents(MetadataRegistrationEventsType value)
Sets the value of the metadataRegistrationEvents property.

Parameters:
value - allowed object is MetadataRegistrationEventsType


Copyright © 2012. All Rights Reserved.