org.sdmx.resources.sdmxml.schemas.v2_1.query
Class MaintainableReturnDetailsType
java.lang.Object
org.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
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaintainableReturnDetailsType
public MaintainableReturnDetailsType()
Copyright © 2012. All Rights Reserved.