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

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
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableReturnDetailsType

public class MaintainableReturnDetailsType
extends StructureReturnDetailsType

MaintainableReturnDetailsType defines the structure for the return details of a non-item scheme maintainable object. It eliminates the detail options that are specific to searching an item scheme

Java class for MaintainableReturnDetailsType complex type.

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

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


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureReturnDetailsType
references, returnMatchedArtefact
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType
defaultLimit, detail
 
Constructor Summary
MaintainableReturnDetailsType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureReturnDetailsType
getReferences, isReturnMatchedArtefact, setReferences, setReturnMatchedArtefact
 
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
 

Constructor Detail

MaintainableReturnDetailsType

public MaintainableReturnDetailsType()


Copyright © 2012. All Rights Reserved.