|
||||||||||
| 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.ProvisioningRepositoryEventsType
public class ProvisioningRepositoryEventsType
Contains details of the subscribed provisioning repository events. Note that the ID fields may hold a complete ID or Repository 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 ProvisioningRepositoryEventsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProvisioningRepositoryEventsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProvisionAgreementID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DataProviderID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="DataflowID" 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="AllEventsID" 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> |
dataflowID
|
protected List<String> |
dataProviderID
|
protected List<String> |
metadataflowID
|
protected List<String> |
provisionAgreementID
|
| Constructor Summary | |
|---|---|
ProvisioningRepositoryEventsType()
|
|
| Method Summary | |
|---|---|
List<String> |
getAllEventsID()
Gets the value of the allEventsID property. |
List<String> |
getDataflowID()
Gets the value of the dataflowID property. |
List<String> |
getDataProviderID()
Gets the value of the dataProviderID property. |
List<String> |
getMetadataflowID()
Gets the value of the metadataflowID 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> provisionAgreementID
protected List<String> dataProviderID
protected List<String> dataflowID
protected List<String> metadataflowID
protected List<String> allEventsID
| Constructor Detail |
|---|
public ProvisioningRepositoryEventsType()
| Method Detail |
|---|
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> 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> getDataflowID()
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 dataflowID property.
For example, to add a new item, do as follows:
getDataflowID().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> 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||