Uses of Class
org.sdmx.resources.sdmxml.schemas.v2_1.common.DataKeyType

Packages that use DataKeyType
org.sdmx.resources.sdmxml.schemas.v2_1.common   
org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic   
org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific   
org.sdmx.resources.sdmxml.schemas.v2_1.query   
 

Uses of DataKeyType in org.sdmx.resources.sdmxml.schemas.v2_1.common
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.common with type parameters of type DataKeyType
protected  List<DataKeyType> ComponentValueSetType.dataKey
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common that return DataKeyType
 DataKeyType ObjectFactory.createDataKeyType()
          Create an instance of DataKeyType
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common that return types with arguments of type DataKeyType
 List<DataKeyType> ComponentValueSetType.getDataKey()
          Gets the value of the dataKey property.
 

Uses of DataKeyType in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic declared as DataKeyType
protected  DataKeyType ReferenceValueType.dataKey
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic that return DataKeyType
 DataKeyType ReferenceValueType.getDataKey()
          Gets the value of the dataKey property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic with parameters of type DataKeyType
 void ReferenceValueType.setDataKey(DataKeyType value)
          Sets the value of the dataKey property.
 

Uses of DataKeyType in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific declared as DataKeyType
protected  DataKeyType ReferenceValueType.dataKey
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific that return DataKeyType
 DataKeyType ReferenceValueType.getDataKey()
          Gets the value of the dataKey property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific with parameters of type DataKeyType
 void ReferenceValueType.setDataKey(DataKeyType value)
          Sets the value of the dataKey property.
 

Uses of DataKeyType in org.sdmx.resources.sdmxml.schemas.v2_1.query
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query declared as DataKeyType
protected  DataKeyType TargetObjectValueType.dataKey
           
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query with type parameters of type DataKeyType
protected  List<DataKeyType> MetadataParametersType.attachedDataKey
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return DataKeyType
 DataKeyType TargetObjectValueType.getDataKey()
          Gets the value of the dataKey property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return types with arguments of type DataKeyType
 List<DataKeyType> MetadataParametersType.getAttachedDataKey()
          Gets the value of the attachedDataKey property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query with parameters of type DataKeyType
 void TargetObjectValueType.setDataKey(DataKeyType value)
          Sets the value of the dataKey property.
 



Copyright © 2012. All Rights Reserved.