|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.query.ReturnDetailsBaseType
public abstract class ReturnDetailsBaseType
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 |
|---|
protected BigInteger defaultLimit
protected String detail
| Constructor Detail |
|---|
public ReturnDetailsBaseType()
| Method Detail |
|---|
public BigInteger getDefaultLimit()
BigIntegerpublic void setDefaultLimit(BigInteger value)
value - allowed object is
BigIntegerpublic String getDetail()
Stringpublic void setDetail(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||