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

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

public class EventSelectorType
extends Object

EventSelectorType describes the details of the events for a subscription. It 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">
       <choice maxOccurs="3">
         <element name="StructuralRepositoryEvents" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}StructuralRepositoryEventsType"/>
         <element name="DataRegistrationEvents" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}DataRegistrationEventsType"/>
         <element name="MetadataRegistrationEvents" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}MetadataRegistrationEventsType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> structuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents
           
 
Constructor Summary
EventSelectorType()
           
 
Method Summary
 List<Object> getStructuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents()
          Gets the value of the structuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

structuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents

protected List<Object> structuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents
Constructor Detail

EventSelectorType

public EventSelectorType()
Method Detail

getStructuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents

public List<Object> getStructuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents()
Gets the value of the structuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the structuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents property.

For example, to add a new item, do as follows:

    getStructuralRepositoryEventsOrDataRegistrationEventsOrMetadataRegistrationEvents().add(newItem);
 

Objects of the following type(s) are allowed in the list StructuralRepositoryEventsType DataRegistrationEventsType MetadataRegistrationEventsType



Copyright © 2012. All Rights Reserved.