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

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

public class ProvisioningEventType
extends Object

This provides the details of a provisioning event for the purposes of notification.

Java class for ProvisioningEventType complex type.

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

 <complexType name="ProvisioningEventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataProviderRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataProviderRefType" minOccurs="0"/>
         <element name="DataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataflowRefType" minOccurs="0"/>
         <element name="MetadataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}MetadataflowRefType" minOccurs="0"/>
         <element name="ProvisionAgreement" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}ProvisionAgreementType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataflowRefType dataflowRef
           
protected  DataProviderRefType dataProviderRef
           
protected  MetadataflowRefType metadataflowRef
           
protected  ProvisionAgreementType provisionAgreement
           
 
Constructor Summary
ProvisioningEventType()
           
 
Method Summary
 DataflowRefType getDataflowRef()
          Gets the value of the dataflowRef property.
 DataProviderRefType getDataProviderRef()
          Gets the value of the dataProviderRef property.
 MetadataflowRefType getMetadataflowRef()
          Gets the value of the metadataflowRef property.
 ProvisionAgreementType getProvisionAgreement()
          Gets the value of the provisionAgreement property.
 void setDataflowRef(DataflowRefType value)
          Sets the value of the dataflowRef property.
 void setDataProviderRef(DataProviderRefType value)
          Sets the value of the dataProviderRef property.
 void setMetadataflowRef(MetadataflowRefType value)
          Sets the value of the metadataflowRef property.
 void setProvisionAgreement(ProvisionAgreementType value)
          Sets the value of the provisionAgreement property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataProviderRef

protected DataProviderRefType dataProviderRef

dataflowRef

protected DataflowRefType dataflowRef

metadataflowRef

protected MetadataflowRefType metadataflowRef

provisionAgreement

protected ProvisionAgreementType provisionAgreement
Constructor Detail

ProvisioningEventType

public ProvisioningEventType()
Method Detail

getDataProviderRef

public DataProviderRefType getDataProviderRef()
Gets the value of the dataProviderRef property.

Returns:
possible object is DataProviderRefType

setDataProviderRef

public void setDataProviderRef(DataProviderRefType value)
Sets the value of the dataProviderRef property.

Parameters:
value - allowed object is DataProviderRefType

getDataflowRef

public DataflowRefType getDataflowRef()
Gets the value of the dataflowRef property.

Returns:
possible object is DataflowRefType

setDataflowRef

public void setDataflowRef(DataflowRefType value)
Sets the value of the dataflowRef property.

Parameters:
value - allowed object is DataflowRefType

getMetadataflowRef

public MetadataflowRefType getMetadataflowRef()
Gets the value of the metadataflowRef property.

Returns:
possible object is MetadataflowRefType

setMetadataflowRef

public void setMetadataflowRef(MetadataflowRefType value)
Sets the value of the metadataflowRef property.

Parameters:
value - allowed object is MetadataflowRefType

getProvisionAgreement

public ProvisionAgreementType getProvisionAgreement()
Gets the value of the provisionAgreement property.

Returns:
possible object is ProvisionAgreementType

setProvisionAgreement

public void setProvisionAgreement(ProvisionAgreementType value)
Sets the value of the provisionAgreement property.

Parameters:
value - allowed object is ProvisionAgreementType


Copyright © 2012. All Rights Reserved.