org.sdmx.resources.sdmxml.schemas.v2_0.registry
Class SubmitStructureResponseType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.registry.SubmitStructureResponseType

public class SubmitStructureResponseType
extends Object

SubmitStructureResponse is returned by the registry when a SubmitStructure is received. It indicates the status of the submission, and carries any error messages which are generated, if relevant. For each submitted structure, a SubmissionResult will be returned.

Java class for SubmitStructureResponseType complex type.

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

 <complexType name="SubmitStructureResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SubmissionResult" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/registry}SubmissionResultType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<SubmissionResultType> submissionResult
           
 
Constructor Summary
SubmitStructureResponseType()
           
 
Method Summary
 List<SubmissionResultType> getSubmissionResult()
          Gets the value of the submissionResult property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

submissionResult

protected List<SubmissionResultType> submissionResult
Constructor Detail

SubmitStructureResponseType

public SubmitStructureResponseType()
Method Detail

getSubmissionResult

public List<SubmissionResultType> getSubmissionResult()
Gets the value of the submissionResult property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the submissionResult property.

For example, to add a new item, do as follows:

    getSubmissionResult().add(newItem);
 

Objects of the following type(s) are allowed in the list SubmissionResultType



Copyright © 2012. All Rights Reserved.