|
||||||||||
| 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.EventSelectorType
public class EventSelectorType
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 |
|---|
protected StructuralRepositoryEventsType structuralRepositoryEvents
protected ProvisioningRepositoryEventsType provisioningRepositoryEvents
protected DataRegistrationEventsType dataRegistrationEvents
protected MetadataRegistrationEventsType metadataRegistrationEvents
| Constructor Detail |
|---|
public EventSelectorType()
| Method Detail |
|---|
public StructuralRepositoryEventsType getStructuralRepositoryEvents()
StructuralRepositoryEventsTypepublic void setStructuralRepositoryEvents(StructuralRepositoryEventsType value)
value - allowed object is
StructuralRepositoryEventsTypepublic ProvisioningRepositoryEventsType getProvisioningRepositoryEvents()
ProvisioningRepositoryEventsTypepublic void setProvisioningRepositoryEvents(ProvisioningRepositoryEventsType value)
value - allowed object is
ProvisioningRepositoryEventsTypepublic DataRegistrationEventsType getDataRegistrationEvents()
DataRegistrationEventsTypepublic void setDataRegistrationEvents(DataRegistrationEventsType value)
value - allowed object is
DataRegistrationEventsTypepublic MetadataRegistrationEventsType getMetadataRegistrationEvents()
MetadataRegistrationEventsTypepublic void setMetadataRegistrationEvents(MetadataRegistrationEventsType value)
value - allowed object is
MetadataRegistrationEventsType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||