|
||||||||||
| 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.SubmissionResultType
public class SubmissionResultType
SubmissionResultType provides the status of the structural object submission request. It will identify the object submitted, report back the action requested, and convey the status and any error messages which are relevant to the submission.
Java class for SubmissionResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubmissionResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubmittedStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}SubmittedStructureType"/>
<element name="StatusMessage" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}StatusMessageType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected StatusMessageType |
statusMessage
|
protected SubmittedStructureType |
submittedStructure
|
| Constructor Summary | |
|---|---|
SubmissionResultType()
|
|
| Method Summary | |
|---|---|
StatusMessageType |
getStatusMessage()
Gets the value of the statusMessage property. |
SubmittedStructureType |
getSubmittedStructure()
Gets the value of the submittedStructure property. |
void |
setStatusMessage(StatusMessageType value)
Sets the value of the statusMessage property. |
void |
setSubmittedStructure(SubmittedStructureType value)
Sets the value of the submittedStructure property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SubmittedStructureType submittedStructure
protected StatusMessageType statusMessage
| Constructor Detail |
|---|
public SubmissionResultType()
| Method Detail |
|---|
public SubmittedStructureType getSubmittedStructure()
SubmittedStructureTypepublic void setSubmittedStructure(SubmittedStructureType value)
value - allowed object is
SubmittedStructureTypepublic 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 | |||||||||