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

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

public class MetadataRegistrationEventsType
extends Object

Contains details of the subscribed metadadata registry events. Note that the ID fields may hold a complete ID or Registry URN, but may also insert the "%" wildcard character, which represents 0 or more characters, in the ID string. If left empty, all objects will be matched within the other constraints (agency, object type) provided.

Java class for MetadataRegistrationEventsType complex type.

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

 <complexType name="MetadataRegistrationEventsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AllEventsID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DataProviderID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ProvisionAgreementID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MetadataflowID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MetadatastructureID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> allEventsID
           
protected  List<String> categoryID
           
protected  List<String> dataProviderID
           
protected  List<String> metadataflowID
           
protected  List<String> metadatastructureID
           
protected  List<String> provisionAgreementID
           
 
Constructor Summary
MetadataRegistrationEventsType()
           
 
Method Summary
 List<String> getAllEventsID()
          Gets the value of the allEventsID property.
 List<String> getCategoryID()
          Gets the value of the categoryID property.
 List<String> getDataProviderID()
          Gets the value of the dataProviderID property.
 List<String> getMetadataflowID()
          Gets the value of the metadataflowID property.
 List<String> getMetadatastructureID()
          Gets the value of the metadatastructureID property.
 List<String> getProvisionAgreementID()
          Gets the value of the provisionAgreementID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allEventsID

protected List<String> allEventsID

dataProviderID

protected List<String> dataProviderID

provisionAgreementID

protected List<String> provisionAgreementID

metadataflowID

protected List<String> metadataflowID

metadatastructureID

protected List<String> metadatastructureID

categoryID

protected List<String> categoryID
Constructor Detail

MetadataRegistrationEventsType

public MetadataRegistrationEventsType()
Method Detail

getAllEventsID

public List<String> getAllEventsID()
Gets the value of the allEventsID 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 allEventsID property.

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

    getAllEventsID().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getDataProviderID

public List<String> getDataProviderID()
Gets the value of the dataProviderID 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 dataProviderID property.

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

    getDataProviderID().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getProvisionAgreementID

public List<String> getProvisionAgreementID()
Gets the value of the provisionAgreementID 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 provisionAgreementID property.

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

    getProvisionAgreementID().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getMetadataflowID

public List<String> getMetadataflowID()
Gets the value of the metadataflowID 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 metadataflowID property.

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

    getMetadataflowID().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getMetadatastructureID

public List<String> getMetadatastructureID()
Gets the value of the metadatastructureID 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 metadatastructureID property.

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

    getMetadatastructureID().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getCategoryID

public List<String> getCategoryID()
Gets the value of the categoryID 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 categoryID property.

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

    getCategoryID().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2012. All Rights Reserved.