org.sdmx.resources.sdmxml.schemas.v2_1.query
Class MetadataAttributeWhereBaseType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ComponentWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.MetadataAttributeWhereBaseType
- Direct Known Subclasses:
- MetadataAttributeWhereType
public abstract class MetadataAttributeWhereBaseType
- extends ComponentWhereType
MetadataAttributeWhereBaseType is an abstract base type that forms the basis for the MetadataAttributeWhereType.
Java class for MetadataAttributeWhereBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataAttributeWhereBaseType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ComponentWhereType">
<sequence>
<element name="Annotation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}AnnotationWhereType" minOccurs="0"/>
<element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryIDType" minOccurs="0"/>
<element name="Enumeration" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CodelistReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataAttributeWhereBaseType
public MetadataAttributeWhereBaseType()
Copyright © 2012. All Rights Reserved.