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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.SimpleValueType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.SimpleKeyValueType

public class SimpleKeyValueType
extends SimpleValueType

SimpleKeyValueType derives from the SimpleValueType, but does not allow for the cascading of value in the hierarchy, as keys are meant to describe a distinct full or partial key.

Java class for SimpleKeyValueType complex type.

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

 <complexType name="SimpleKeyValueType">
   <simpleContent>
     <restriction base="<http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common>SimpleValueType">
     </restriction>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.SimpleValueType
cascadeValues, value
 
Constructor Summary
SimpleKeyValueType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.SimpleValueType
getValue, isCascadeValues, setCascadeValues, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleKeyValueType

public SimpleKeyValueType()


Copyright © 2012. All Rights Reserved.