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

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

public abstract class ReturnDetailsBaseType
extends Object

ReturnDetailsBaseType is an abstract type that forms the basis for any query return details.

Java class for ReturnDetailsBaseType complex type.

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

 <complexType name="ReturnDetailsBaseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="defaultLimit" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="detail" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger defaultLimit
           
protected  String detail
           
 
Constructor Summary
ReturnDetailsBaseType()
           
 
Method Summary
 BigInteger getDefaultLimit()
          Gets the value of the defaultLimit property.
 String getDetail()
          Gets the value of the detail property.
 void setDefaultLimit(BigInteger value)
          Sets the value of the defaultLimit property.
 void setDetail(String value)
          Sets the value of the detail property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultLimit

protected BigInteger defaultLimit

detail

protected String detail
Constructor Detail

ReturnDetailsBaseType

public ReturnDetailsBaseType()
Method Detail

getDefaultLimit

public BigInteger getDefaultLimit()
Gets the value of the defaultLimit property.

Returns:
possible object is BigInteger

setDefaultLimit

public void setDefaultLimit(BigInteger value)
Sets the value of the defaultLimit property.

Parameters:
value - allowed object is BigInteger

getDetail

public String getDetail()
Gets the value of the detail property.

Returns:
possible object is String

setDetail

public void setDetail(String value)
Sets the value of the detail property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.