org.sdmx.resources.sdmxml.schemas.v2_1.message
Class RegistryInterfaceType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.RegistryInterfaceType
Direct Known Subclasses:
NotifyRegistryEventType, QueryRegistrationRequestType, QueryRegistrationResponseType, QuerySubscriptionRequestType, QuerySubscriptionResponseType, SubmitRegistrationsRequestType, SubmitRegistrationsResponseType, SubmitStructureRequestType, SubmitStructureResponseType, SubmitSubscriptionsRequestType, SubmitSubscriptionsResponseType

public class RegistryInterfaceType
extends MessageType

This is a type which describes a structure for holding all of the various dedicated registry interface message types.

Java class for RegistryInterfaceType complex type.

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

 <complexType name="RegistryInterfaceType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}MessageType">
       <sequence>
         <element name="Header" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}BasicHeaderType"/>
         <choice minOccurs="0">
           <element name="SubmitRegistrationsRequest" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmitRegistrationsRequestType"/>
           <element name="SubmitRegistrationsResponse" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmitRegistrationsResponseType"/>
           <element name="QueryRegistrationRequest" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}QueryRegistrationRequestType"/>
           <element name="QueryRegistrationResponse" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}QueryRegistrationResponseType"/>
           <element name="SubmitStructureRequest" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmitStructureRequestType"/>
           <element name="SubmitStructureResponse" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmitStructureResponseType"/>
           <element name="SubmitSubscriptionsRequest" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmitSubscriptionsRequestType"/>
           <element name="SubmitSubscriptionsResponse" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmitSubscriptionsResponseType"/>
           <element name="QuerySubscriptionRequest" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}QuerySubscriptionRequestType"/>
           <element name="QuerySubscriptionResponse" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}QuerySubscriptionResponseType"/>
           <element name="NotifyRegistryEvent" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}NotifyRegistryEventType"/>
         </choice>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message/footer}Footer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
any, footer, header
 
Constructor Summary
RegistryInterfaceType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
getAny, getFooter, getHeader, setFooter, setHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryInterfaceType

public RegistryInterfaceType()


Copyright © 2012. All Rights Reserved.