org.sdmx.resources.sdmxml.schemas.v2_1.query
Class StructureReturnDetailsType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureReturnDetailsBaseType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureReturnDetailsType
Direct Known Subclasses:
MaintainableReturnDetailsType

public class StructureReturnDetailsType
extends StructureReturnDetailsBaseType

StructureReturnDetailsType defines the structure of the return details for any structural metadata query.

Java class for StructureReturnDetailsType complex type.

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

 <complexType name="StructureReturnDetailsType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}StructureReturnDetailsBaseType">
       <sequence>
         <element name="References" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ReferencesType"/>
       </sequence>
       <attribute name="returnMatchedArtefact" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ReferencesType references
           
protected  Boolean returnMatchedArtefact
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType
defaultLimit, detail
 
Constructor Summary
StructureReturnDetailsType()
           
 
Method Summary
 ReferencesType getReferences()
          Gets the value of the references property.
 boolean isReturnMatchedArtefact()
          Gets the value of the returnMatchedArtefact property.
 void setReferences(ReferencesType value)
          Sets the value of the references property.
 void setReturnMatchedArtefact(Boolean value)
          Sets the value of the returnMatchedArtefact property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType
getDefaultLimit, getDetail, setDefaultLimit, setDetail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

references

protected ReferencesType references

returnMatchedArtefact

protected Boolean returnMatchedArtefact
Constructor Detail

StructureReturnDetailsType

public StructureReturnDetailsType()
Method Detail

getReferences

public ReferencesType getReferences()
Gets the value of the references property.

Returns:
possible object is ReferencesType

setReferences

public void setReferences(ReferencesType value)
Sets the value of the references property.

Parameters:
value - allowed object is ReferencesType

isReturnMatchedArtefact

public boolean isReturnMatchedArtefact()
Gets the value of the returnMatchedArtefact property.

Returns:
possible object is Boolean

setReturnMatchedArtefact

public void setReturnMatchedArtefact(Boolean value)
Sets the value of the returnMatchedArtefact property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.