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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.DataReturnDetailsBaseType
Direct Known Subclasses:
DataReturnDetailsType

public abstract class DataReturnDetailsBaseType
extends ReturnDetailsBaseType

DataReturnDetailsBaseType is an abstract base type which forms the basis of the DataReturnDetailsType.

Java class for DataReturnDetailsBaseType complex type.

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

 <complexType name="DataReturnDetailsBaseType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ReturnDetailsBaseType">
       <attribute name="detail" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}DataReturnDetailType" default="Full" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType
defaultLimit, detail
 
Constructor Summary
DataReturnDetailsBaseType()
           
 
Method Summary
 
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

DataReturnDetailsBaseType

public DataReturnDetailsBaseType()


Copyright © 2012. All Rights Reserved.