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

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

public class SubmissionResultType
extends Object

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

submittedStructure

protected SubmittedStructureType submittedStructure

statusMessage

protected StatusMessageType statusMessage
Constructor Detail

SubmissionResultType

public SubmissionResultType()
Method Detail

getSubmittedStructure

public SubmittedStructureType getSubmittedStructure()
Gets the value of the submittedStructure property.

Returns:
possible object is SubmittedStructureType

setSubmittedStructure

public void setSubmittedStructure(SubmittedStructureType value)
Sets the value of the submittedStructure property.

Parameters:
value - allowed object is SubmittedStructureType

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.