org.sdmx.resources.sdmxml.schemas.v2_1.common
Class MetadataTargetRegionType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.MetadataTargetRegionType

public class MetadataTargetRegionType
extends RegionType

MetadataTargetRegionType defines the structure of a metadata target region. A metadata target region must define the report structure and the metadata target from that structure on which the region is based. This type is based on the abstract RegionType and simply refines the key and attribute values to conform with what is applicable for target objects and metadata attributes, respectively. See the documentation of the base type for more details on how a region is defined.

Java class for MetadataTargetRegionType complex type.

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

 <complexType name="MetadataTargetRegionType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}RegionType">
       <sequence>
         <element name="KeyValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MetadataTargetRegionKeyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Attribute" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MetadataAttributeValueSetType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="report" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
       <attribute name="metadataTarget" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
attribute, include, keyValue
 
Constructor Summary
MetadataTargetRegionType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
getAttribute, getKeyValue, getOtherAttributes, isInclude, setInclude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataTargetRegionType

public MetadataTargetRegionType()


Copyright © 2012. All Rights Reserved.