org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class CategoryMapType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.CategoryMapType
public class CategoryMapType
- extends ItemAssociationType
CategoryMapType defines the structure for mapping two categories. A local reference is provided both the source and target category.
Java class for CategoryMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoryMapType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ItemAssociationType">
<sequence>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}Annotations" minOccurs="0"/>
<element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalCategoryReferenceType"/>
<element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalCategoryReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryMapType
public CategoryMapType()
Copyright © 2012. All Rights Reserved.