org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ReportingCategoryMapType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportingCategoryMapType

public class ReportingCategoryMapType
extends ItemAssociationType

ReportingCategoryMapType defines the structure for mapping two reporting categories. A local reference is provided both the source and target category.

Java class for ReportingCategoryMapType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReportingCategoryMapType">
   <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}LocalReportingCategoryReferenceType"/>
         <element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalReportingCategoryReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
source, target
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
ReportingCategoryMapType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
getSource, getTarget, setSource, setTarget
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
getAnnotations, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportingCategoryMapType

public ReportingCategoryMapType()


Copyright © 2012. All Rights Reserved.