|
||||||||||
| 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
org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureReturnDetailsBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.StructureReturnDetailsType
public class StructureReturnDetailsType
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 |
|---|
protected ReferencesType references
protected Boolean returnMatchedArtefact
| Constructor Detail |
|---|
public StructureReturnDetailsType()
| Method Detail |
|---|
public ReferencesType getReferences()
ReferencesTypepublic void setReferences(ReferencesType value)
value - allowed object is
ReferencesTypepublic boolean isReturnMatchedArtefact()
Booleanpublic void setReturnMatchedArtefact(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||