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

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
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.SubmitRegistrationsResponseType

public class SubmitRegistrationsResponseType
extends RegistryInterfaceType

SubmitRegistrationsResponseType defines the structure of a registry submit registration response document.

Java class for SubmitRegistrationsResponseType complex type.

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

 <complexType name="SubmitRegistrationsResponseType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}RegistryInterfaceType">
       <sequence>
         <element name="Header" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}BasicHeaderType"/>
         <element name="SubmitRegistrationsResponse" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmitRegistrationsResponseType"/>
         <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
SubmitRegistrationsResponseType()
           
 
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

SubmitRegistrationsResponseType

public SubmitRegistrationsResponseType()


Copyright © 2012. All Rights Reserved.