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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.MetadataAttributeValueSetType

public class MetadataAttributeValueSetType
extends ComponentValueSetType

MetadataAttributeValueSetType defines the structure for providing values for a metadata attribute. If no values are provided, the attribute is implied to include/excluded from the region in which it is defined, with no regard to the value of the metadata attribute.

Java class for MetadataAttributeValueSetType complex type.

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

 <complexType name="MetadataAttributeValueSetType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ComponentValueSetType">
       <choice minOccurs="0">
         <element name="Value" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleValueType" maxOccurs="unbounded"/>
         <element name="TimeRange" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeRangeValueType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
dataKey, dataSet, id, include, object, timeRange, value
 
Constructor Summary
MetadataAttributeValueSetType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
getDataKey, getDataSet, getId, getObject, getTimeRange, getValue, isInclude, setId, setInclude, setTimeRange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataAttributeValueSetType

public MetadataAttributeValueSetType()


Copyright © 2012. All Rights Reserved.