|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.registry.MetadataRegistrationEventsType
public class MetadataRegistrationEventsType
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 |
|---|
protected List<String> allEventsID
protected List<String> dataProviderID
protected List<String> provisionAgreementID
protected List<String> metadataflowID
protected List<String> metadatastructureID
protected List<String> categoryID
| Constructor Detail |
|---|
public MetadataRegistrationEventsType()
| Method Detail |
|---|
public List<String> getAllEventsID()
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
public List<String> getDataProviderID()
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
public List<String> getProvisionAgreementID()
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
public List<String> getMetadataflowID()
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
public List<String> getMetadatastructureID()
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
public List<String> getCategoryID()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||