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

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

public class SubmitProvisioningRequestType
extends Object

This document is sent to the registry services to submit provisioning information. A provision agreement is typically sent, wghich has internal references to existing data rpvodiers and dataflows/metadataflows. These elements are also included as possible separate submissions, because it may be necessary to provide datasource and constraint information independent of the establishment of a provision agreement.

Java class for SubmitProvisioningRequestType complex type.

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

 <complexType name="SubmitProvisioningRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="ProvisionAgreement" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}ProvisionAgreementType"/>
         <element name="DataProviderRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataProviderRefType"/>
         <element name="DataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}DataflowRefType"/>
         <element name="MetadatataflowRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}MetadataflowRefType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> provisionAgreementOrDataProviderRefOrDataflowRef
           
 
Constructor Summary
SubmitProvisioningRequestType()
           
 
Method Summary
 List<Object> getProvisionAgreementOrDataProviderRefOrDataflowRef()
          Gets the value of the provisionAgreementOrDataProviderRefOrDataflowRef property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

provisionAgreementOrDataProviderRefOrDataflowRef

protected List<Object> provisionAgreementOrDataProviderRefOrDataflowRef
Constructor Detail

SubmitProvisioningRequestType

public SubmitProvisioningRequestType()
Method Detail

getProvisionAgreementOrDataProviderRefOrDataflowRef

public List<Object> getProvisionAgreementOrDataProviderRefOrDataflowRef()
Gets the value of the provisionAgreementOrDataProviderRefOrDataflowRef 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 provisionAgreementOrDataProviderRefOrDataflowRef property.

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

    getProvisionAgreementOrDataProviderRefOrDataflowRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ProvisionAgreementType MetadataflowRefType DataProviderRefType DataflowRefType



Copyright © 2012. All Rights Reserved.