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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
      extended by org.sdmx.resources.sdmxml.schemas.v2_0.message.RegistryInterfaceType

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>
     <extension base="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/message}MessageType">
       <choice>
         <element name="SubmitSubscriptionRequest" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmitSubscriptionRequestType"/>
         <element name="SubmitSubscriptionResponse" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmitSubscriptionResponseType"/>
         <element name="NotifyRegistryEvent" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}NotifyRegistryEventType"/>
         <element name="SubmitRegistrationRequest" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmitRegistrationRequestType"/>
         <element name="SubmitRegistrationResponse" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmitRegistrationResponseType"/>
         <element name="QueryRegistrationRequest" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}QueryRegistrationRequestType"/>
         <element name="QueryRegistrationResponse" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}QueryRegistrationResponseType"/>
         <element name="SubmitStructureRequest" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmitStructureRequestType"/>
         <element name="SubmitStructureResponse" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmitStructureResponseType"/>
         <element name="QueryStructureRequest" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}QueryStructureRequestType"/>
         <element name="QueryStructureResponse" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}QueryStructureResponseType"/>
         <element name="SubmitProvisioningRequest" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmitProvisioningRequestType"/>
         <element name="SubmitProvisioningResponse" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmitProvisioningResponseType"/>
         <element name="QueryProvisioningRequest" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}QueryProvisioningRequestType"/>
         <element name="QueryProvisioningResponse" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}QueryProvisioningResponseType"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  NotifyRegistryEventType notifyRegistryEvent
           
protected  QueryProvisioningRequestType queryProvisioningRequest
           
protected  QueryProvisioningResponseType queryProvisioningResponse
           
protected  QueryRegistrationRequestType queryRegistrationRequest
           
protected  QueryRegistrationResponseType queryRegistrationResponse
           
protected  QueryStructureRequestType queryStructureRequest
           
protected  QueryStructureResponseType queryStructureResponse
           
protected  SubmitProvisioningRequestType submitProvisioningRequest
           
protected  SubmitProvisioningResponseType submitProvisioningResponse
           
protected  SubmitRegistrationRequestType submitRegistrationRequest
           
protected  SubmitRegistrationResponseType submitRegistrationResponse
           
protected  SubmitStructureRequestType submitStructureRequest
           
protected  SubmitStructureResponseType submitStructureResponse
           
protected  SubmitSubscriptionRequestType submitSubscriptionRequest
           
protected  SubmitSubscriptionResponseType submitSubscriptionResponse
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
header
 
Constructor Summary
RegistryInterfaceType()
           
 
Method Summary
 NotifyRegistryEventType getNotifyRegistryEvent()
          Gets the value of the notifyRegistryEvent property.
 QueryProvisioningRequestType getQueryProvisioningRequest()
          Gets the value of the queryProvisioningRequest property.
 QueryProvisioningResponseType getQueryProvisioningResponse()
          Gets the value of the queryProvisioningResponse property.
 QueryRegistrationRequestType getQueryRegistrationRequest()
          Gets the value of the queryRegistrationRequest property.
 QueryRegistrationResponseType getQueryRegistrationResponse()
          Gets the value of the queryRegistrationResponse property.
 QueryStructureRequestType getQueryStructureRequest()
          Gets the value of the queryStructureRequest property.
 QueryStructureResponseType getQueryStructureResponse()
          Gets the value of the queryStructureResponse property.
 SubmitProvisioningRequestType getSubmitProvisioningRequest()
          Gets the value of the submitProvisioningRequest property.
 SubmitProvisioningResponseType getSubmitProvisioningResponse()
          Gets the value of the submitProvisioningResponse property.
 SubmitRegistrationRequestType getSubmitRegistrationRequest()
          Gets the value of the submitRegistrationRequest property.
 SubmitRegistrationResponseType getSubmitRegistrationResponse()
          Gets the value of the submitRegistrationResponse property.
 SubmitStructureRequestType getSubmitStructureRequest()
          Gets the value of the submitStructureRequest property.
 SubmitStructureResponseType getSubmitStructureResponse()
          Gets the value of the submitStructureResponse property.
 SubmitSubscriptionRequestType getSubmitSubscriptionRequest()
          Gets the value of the submitSubscriptionRequest property.
 SubmitSubscriptionResponseType getSubmitSubscriptionResponse()
          Gets the value of the submitSubscriptionResponse property.
 void setNotifyRegistryEvent(NotifyRegistryEventType value)
          Sets the value of the notifyRegistryEvent property.
 void setQueryProvisioningRequest(QueryProvisioningRequestType value)
          Sets the value of the queryProvisioningRequest property.
 void setQueryProvisioningResponse(QueryProvisioningResponseType value)
          Sets the value of the queryProvisioningResponse property.
 void setQueryRegistrationRequest(QueryRegistrationRequestType value)
          Sets the value of the queryRegistrationRequest property.
 void setQueryRegistrationResponse(QueryRegistrationResponseType value)
          Sets the value of the queryRegistrationResponse property.
 void setQueryStructureRequest(QueryStructureRequestType value)
          Sets the value of the queryStructureRequest property.
 void setQueryStructureResponse(QueryStructureResponseType value)
          Sets the value of the queryStructureResponse property.
 void setSubmitProvisioningRequest(SubmitProvisioningRequestType value)
          Sets the value of the submitProvisioningRequest property.
 void setSubmitProvisioningResponse(SubmitProvisioningResponseType value)
          Sets the value of the submitProvisioningResponse property.
 void setSubmitRegistrationRequest(SubmitRegistrationRequestType value)
          Sets the value of the submitRegistrationRequest property.
 void setSubmitRegistrationResponse(SubmitRegistrationResponseType value)
          Sets the value of the submitRegistrationResponse property.
 void setSubmitStructureRequest(SubmitStructureRequestType value)
          Sets the value of the submitStructureRequest property.
 void setSubmitStructureResponse(SubmitStructureResponseType value)
          Sets the value of the submitStructureResponse property.
 void setSubmitSubscriptionRequest(SubmitSubscriptionRequestType value)
          Sets the value of the submitSubscriptionRequest property.
 void setSubmitSubscriptionResponse(SubmitSubscriptionResponseType value)
          Sets the value of the submitSubscriptionResponse property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_0.message.MessageType
getHeader, setHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

submitSubscriptionRequest

protected SubmitSubscriptionRequestType submitSubscriptionRequest

submitSubscriptionResponse

protected SubmitSubscriptionResponseType submitSubscriptionResponse

notifyRegistryEvent

protected NotifyRegistryEventType notifyRegistryEvent

submitRegistrationRequest

protected SubmitRegistrationRequestType submitRegistrationRequest

submitRegistrationResponse

protected SubmitRegistrationResponseType submitRegistrationResponse

queryRegistrationRequest

protected QueryRegistrationRequestType queryRegistrationRequest

queryRegistrationResponse

protected QueryRegistrationResponseType queryRegistrationResponse

submitStructureRequest

protected SubmitStructureRequestType submitStructureRequest

submitStructureResponse

protected SubmitStructureResponseType submitStructureResponse

queryStructureRequest

protected QueryStructureRequestType queryStructureRequest

queryStructureResponse

protected QueryStructureResponseType queryStructureResponse

submitProvisioningRequest

protected SubmitProvisioningRequestType submitProvisioningRequest

submitProvisioningResponse

protected SubmitProvisioningResponseType submitProvisioningResponse

queryProvisioningRequest

protected QueryProvisioningRequestType queryProvisioningRequest

queryProvisioningResponse

protected QueryProvisioningResponseType queryProvisioningResponse
Constructor Detail

RegistryInterfaceType

public RegistryInterfaceType()
Method Detail

getSubmitSubscriptionRequest

public SubmitSubscriptionRequestType getSubmitSubscriptionRequest()
Gets the value of the submitSubscriptionRequest property.

Returns:
possible object is SubmitSubscriptionRequestType

setSubmitSubscriptionRequest

public void setSubmitSubscriptionRequest(SubmitSubscriptionRequestType value)
Sets the value of the submitSubscriptionRequest property.

Parameters:
value - allowed object is SubmitSubscriptionRequestType

getSubmitSubscriptionResponse

public SubmitSubscriptionResponseType getSubmitSubscriptionResponse()
Gets the value of the submitSubscriptionResponse property.

Returns:
possible object is SubmitSubscriptionResponseType

setSubmitSubscriptionResponse

public void setSubmitSubscriptionResponse(SubmitSubscriptionResponseType value)
Sets the value of the submitSubscriptionResponse property.

Parameters:
value - allowed object is SubmitSubscriptionResponseType

getNotifyRegistryEvent

public NotifyRegistryEventType getNotifyRegistryEvent()
Gets the value of the notifyRegistryEvent property.

Returns:
possible object is NotifyRegistryEventType

setNotifyRegistryEvent

public void setNotifyRegistryEvent(NotifyRegistryEventType value)
Sets the value of the notifyRegistryEvent property.

Parameters:
value - allowed object is NotifyRegistryEventType

getSubmitRegistrationRequest

public SubmitRegistrationRequestType getSubmitRegistrationRequest()
Gets the value of the submitRegistrationRequest property.

Returns:
possible object is SubmitRegistrationRequestType

setSubmitRegistrationRequest

public void setSubmitRegistrationRequest(SubmitRegistrationRequestType value)
Sets the value of the submitRegistrationRequest property.

Parameters:
value - allowed object is SubmitRegistrationRequestType

getSubmitRegistrationResponse

public SubmitRegistrationResponseType getSubmitRegistrationResponse()
Gets the value of the submitRegistrationResponse property.

Returns:
possible object is SubmitRegistrationResponseType

setSubmitRegistrationResponse

public void setSubmitRegistrationResponse(SubmitRegistrationResponseType value)
Sets the value of the submitRegistrationResponse property.

Parameters:
value - allowed object is SubmitRegistrationResponseType

getQueryRegistrationRequest

public QueryRegistrationRequestType getQueryRegistrationRequest()
Gets the value of the queryRegistrationRequest property.

Returns:
possible object is QueryRegistrationRequestType

setQueryRegistrationRequest

public void setQueryRegistrationRequest(QueryRegistrationRequestType value)
Sets the value of the queryRegistrationRequest property.

Parameters:
value - allowed object is QueryRegistrationRequestType

getQueryRegistrationResponse

public QueryRegistrationResponseType getQueryRegistrationResponse()
Gets the value of the queryRegistrationResponse property.

Returns:
possible object is QueryRegistrationResponseType

setQueryRegistrationResponse

public void setQueryRegistrationResponse(QueryRegistrationResponseType value)
Sets the value of the queryRegistrationResponse property.

Parameters:
value - allowed object is QueryRegistrationResponseType

getSubmitStructureRequest

public SubmitStructureRequestType getSubmitStructureRequest()
Gets the value of the submitStructureRequest property.

Returns:
possible object is SubmitStructureRequestType

setSubmitStructureRequest

public void setSubmitStructureRequest(SubmitStructureRequestType value)
Sets the value of the submitStructureRequest property.

Parameters:
value - allowed object is SubmitStructureRequestType

getSubmitStructureResponse

public SubmitStructureResponseType getSubmitStructureResponse()
Gets the value of the submitStructureResponse property.

Returns:
possible object is SubmitStructureResponseType

setSubmitStructureResponse

public void setSubmitStructureResponse(SubmitStructureResponseType value)
Sets the value of the submitStructureResponse property.

Parameters:
value - allowed object is SubmitStructureResponseType

getQueryStructureRequest

public QueryStructureRequestType getQueryStructureRequest()
Gets the value of the queryStructureRequest property.

Returns:
possible object is QueryStructureRequestType

setQueryStructureRequest

public void setQueryStructureRequest(QueryStructureRequestType value)
Sets the value of the queryStructureRequest property.

Parameters:
value - allowed object is QueryStructureRequestType

getQueryStructureResponse

public QueryStructureResponseType getQueryStructureResponse()
Gets the value of the queryStructureResponse property.

Returns:
possible object is QueryStructureResponseType

setQueryStructureResponse

public void setQueryStructureResponse(QueryStructureResponseType value)
Sets the value of the queryStructureResponse property.

Parameters:
value - allowed object is QueryStructureResponseType

getSubmitProvisioningRequest

public SubmitProvisioningRequestType getSubmitProvisioningRequest()
Gets the value of the submitProvisioningRequest property.

Returns:
possible object is SubmitProvisioningRequestType

setSubmitProvisioningRequest

public void setSubmitProvisioningRequest(SubmitProvisioningRequestType value)
Sets the value of the submitProvisioningRequest property.

Parameters:
value - allowed object is SubmitProvisioningRequestType

getSubmitProvisioningResponse

public SubmitProvisioningResponseType getSubmitProvisioningResponse()
Gets the value of the submitProvisioningResponse property.

Returns:
possible object is SubmitProvisioningResponseType

setSubmitProvisioningResponse

public void setSubmitProvisioningResponse(SubmitProvisioningResponseType value)
Sets the value of the submitProvisioningResponse property.

Parameters:
value - allowed object is SubmitProvisioningResponseType

getQueryProvisioningRequest

public QueryProvisioningRequestType getQueryProvisioningRequest()
Gets the value of the queryProvisioningRequest property.

Returns:
possible object is QueryProvisioningRequestType

setQueryProvisioningRequest

public void setQueryProvisioningRequest(QueryProvisioningRequestType value)
Sets the value of the queryProvisioningRequest property.

Parameters:
value - allowed object is QueryProvisioningRequestType

getQueryProvisioningResponse

public QueryProvisioningResponseType getQueryProvisioningResponse()
Gets the value of the queryProvisioningResponse property.

Returns:
possible object is QueryProvisioningResponseType

setQueryProvisioningResponse

public void setQueryProvisioningResponse(QueryProvisioningResponseType value)
Sets the value of the queryProvisioningResponse property.

Parameters:
value - allowed object is QueryProvisioningResponseType


Copyright © 2012. All Rights Reserved.