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

Packages that use ObjectTypeCodelistType
org.sdmx.resources.sdmxml.schemas.v2_1.common   
org.sdmx.resources.sdmxml.schemas.v2_1.query   
org.sdmx.resources.sdmxml.schemas.v2_1.structure   
 

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

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.common declared as ObjectTypeCodelistType
protected  ObjectTypeCodelistType RefBaseType.clazz
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common that return ObjectTypeCodelistType
static ObjectTypeCodelistType ObjectTypeCodelistType.fromValue(String v)
           
 ObjectTypeCodelistType RefBaseType.getClazz()
          Gets the value of the clazz property.
 ObjectTypeCodelistType ComponentListTypeCodelistType.value()
           
 ObjectTypeCodelistType CodeTypeCodelistType.value()
           
 ObjectTypeCodelistType ItemTypeCodelistType.value()
           
 ObjectTypeCodelistType ComponentTypeCodelistType.value()
           
 ObjectTypeCodelistType MaintainableTypeCodelistType.value()
           
static ObjectTypeCodelistType ObjectTypeCodelistType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectTypeCodelistType[] ObjectTypeCodelistType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.common with parameters of type ObjectTypeCodelistType
static ComponentListTypeCodelistType ComponentListTypeCodelistType.fromValue(ObjectTypeCodelistType v)
           
static CodeTypeCodelistType CodeTypeCodelistType.fromValue(ObjectTypeCodelistType v)
           
static ItemTypeCodelistType ItemTypeCodelistType.fromValue(ObjectTypeCodelistType v)
           
static ComponentTypeCodelistType ComponentTypeCodelistType.fromValue(ObjectTypeCodelistType v)
           
static MaintainableTypeCodelistType MaintainableTypeCodelistType.fromValue(ObjectTypeCodelistType v)
           
 void RefBaseType.setClazz(ObjectTypeCodelistType value)
          Sets the value of the clazz property.
 

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

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query declared as ObjectTypeCodelistType
protected  ObjectTypeCodelistType TargetObjectWhereType.targetClass
           
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query with type parameters of type ObjectTypeCodelistType
protected  List<ObjectTypeCodelistType> CategorisationWhereType.categorisedObjectType
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return ObjectTypeCodelistType
 ObjectTypeCodelistType TargetObjectWhereType.getTargetClass()
          Gets the value of the targetClass property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return types with arguments of type ObjectTypeCodelistType
 List<ObjectTypeCodelistType> CategorisationWhereType.getCategorisedObjectType()
          Gets the value of the categorisedObjectType property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query with parameters of type ObjectTypeCodelistType
 void TargetObjectWhereType.setTargetClass(ObjectTypeCodelistType value)
          Sets the value of the targetClass property.
 

Uses of ObjectTypeCodelistType in org.sdmx.resources.sdmxml.schemas.v2_1.structure
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.structure declared as ObjectTypeCodelistType
protected  ObjectTypeCodelistType IdentifiableObjectTargetType.objectType
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure that return ObjectTypeCodelistType
 ObjectTypeCodelistType IdentifiableObjectTargetType.getObjectType()
          Gets the value of the objectType property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure with parameters of type ObjectTypeCodelistType
 void IdentifiableObjectTargetType.setObjectType(ObjectTypeCodelistType value)
          Sets the value of the objectType property.
 



Copyright © 2012. All Rights Reserved.