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

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

public class RegistrationStatusType
extends Object

RegistrationStatusType describes the structure of a registration status.

Java class for RegistrationStatusType complex type.

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

 <complexType name="RegistrationStatusType">
   <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"/>
         <element name="StatusMessage" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}StatusMessageType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RegistrationType registration
           
protected  StatusMessageType statusMessage
           
 
Constructor Summary
RegistrationStatusType()
           
 
Method Summary
 RegistrationType getRegistration()
          Gets the value of the registration property.
 StatusMessageType getStatusMessage()
          Gets the value of the statusMessage property.
 void setRegistration(RegistrationType value)
          Sets the value of the registration property.
 void setStatusMessage(StatusMessageType value)
          Sets the value of the statusMessage 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

statusMessage

protected StatusMessageType statusMessage
Constructor Detail

RegistrationStatusType

public RegistrationStatusType()
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

getStatusMessage

public StatusMessageType getStatusMessage()
Gets the value of the statusMessage property.

Returns:
possible object is StatusMessageType

setStatusMessage

public void setStatusMessage(StatusMessageType value)
Sets the value of the statusMessage property.

Parameters:
value - allowed object is StatusMessageType


Copyright © 2012. All Rights Reserved.