org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class SubmitRegistrationRequestType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_0.registry.SubmitRegistrationRequestType
public class SubmitRegistrationRequestType
- extends Object
SubmitRegistrationRequest is sent to the registry by an agency or data/metadata provider to request registration for a data set or metadata set. The resource to be registered must be accessible to the registry services at an indicated URL, so that it can be processed by those services. This is the datasource, which may also have been specified for the data provider or provision agreement, in which case it need not appear here. Constraints describing the content and release calendar of the registered dataset (and, for metadata sets, the release calendar) may also be included.
Java class for SubmitRegistrationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubmitRegistrationRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Registration" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}RegistrationType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registration
protected List<RegistrationType> registration
SubmitRegistrationRequestType
public SubmitRegistrationRequestType()
getRegistration
public List<RegistrationType> getRegistration()
- Gets the value of the registration 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 registration property.
For example, to add a new item, do as follows:
getRegistration().add(newItem);
Objects of the following type(s) are allowed in the list
RegistrationType
Copyright © 2012. All Rights Reserved.