|
||||||||||
| 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.RegistrationRequestType
public class RegistrationRequestType
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 |
|---|
protected RegistrationType registration
protected ActionType action
| Constructor Detail |
|---|
public RegistrationRequestType()
| Method Detail |
|---|
public RegistrationType getRegistration()
RegistrationTypepublic void setRegistration(RegistrationType value)
value - allowed object is
RegistrationTypepublic ActionType getAction()
ActionTypepublic void setAction(ActionType value)
value - allowed object is
ActionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||