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

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

public class SubmitSubscriptionRequestType
extends Object

The SubmitSubscriptionRequest element is submitted to the registry to subscribe to registration and change events for specific registry resources.

Java class for SubmitSubscriptionRequestType complex type.

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

 <complexType name="SubmitSubscriptionRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Subscription" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubscriptionType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

subscription

protected List<SubscriptionType> subscription
Constructor Detail

SubmitSubscriptionRequestType

public SubmitSubscriptionRequestType()
Method Detail

getSubscription

public List<SubscriptionType> getSubscription()
Gets the value of the subscription 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 subscription property.

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

    getSubscription().add(newItem);
 

Objects of the following type(s) are allowed in the list SubscriptionType



Copyright © 2012. All Rights Reserved.