org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class RegistrationRequestType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.registry.RegistrationRequestType

public class RegistrationRequestType
extends Object

RegistrationRequestType describes the structure of a single registration request. It contains the details of a registation and an action field to indicate the action to be taken on the contained registration.

Java class for RegistrationRequestType complex type.

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

 <complexType name="RegistrationRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Registration" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}RegistrationType"/>
       </sequence>
       <attribute name="action" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ActionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ActionType action
           
protected  RegistrationType registration
           
 
Constructor Summary
RegistrationRequestType()
           
 
Method Summary
 ActionType getAction()
          Gets the value of the action property.
 RegistrationType getRegistration()
          Gets the value of the registration property.
 void setAction(ActionType value)
          Sets the value of the action property.
 void setRegistration(RegistrationType value)
          Sets the value of the registration property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registration

protected RegistrationType registration

action

protected ActionType action
Constructor Detail

RegistrationRequestType

public RegistrationRequestType()
Method Detail

getRegistration

public RegistrationType getRegistration()
Gets the value of the registration property.

Returns:
possible object is RegistrationType

setRegistration

public void setRegistration(RegistrationType value)
Sets the value of the registration property.

Parameters:
value - allowed object is RegistrationType

getAction

public ActionType getAction()
Gets the value of the action property.

Returns:
possible object is ActionType

setAction

public void setAction(ActionType value)
Sets the value of the action property.

Parameters:
value - allowed object is ActionType


Copyright © 2012. All Rights Reserved.