|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.registry.RegistrationStatusType
public class RegistrationStatusType
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 |
|---|
protected RegistrationType registration
protected StatusMessageType statusMessage
| Constructor Detail |
|---|
public RegistrationStatusType()
| Method Detail |
|---|
public RegistrationType getRegistration()
RegistrationTypepublic void setRegistration(RegistrationType value)
value - allowed object is
RegistrationTypepublic StatusMessageType getStatusMessage()
StatusMessageTypepublic void setStatusMessage(StatusMessageType value)
value - allowed object is
StatusMessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||