Uses of Class
org.sdmx.resources.sdmxml.schemas.v2_0.structure.ObjectIDType

Packages that use ObjectIDType
org.sdmx.resources.sdmxml.schemas.v2_0.structure   
 

Uses of ObjectIDType in org.sdmx.resources.sdmxml.schemas.v2_0.structure
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.structure declared as ObjectIDType
protected  ObjectIDType IdentifierComponentType.targetObjectClass
           
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.structure with type parameters of type ObjectIDType
protected  List<ObjectIDType> ProcessStepType.input
           
protected  List<ObjectIDType> ProcessStepType.output
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.structure that return ObjectIDType
static ObjectIDType ObjectIDType.fromValue(String v)
           
 ObjectIDType IdentifierComponentType.getTargetObjectClass()
          Gets the value of the targetObjectClass property.
static ObjectIDType ObjectIDType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectIDType[] ObjectIDType.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_0.structure that return types with arguments of type ObjectIDType
 List<ObjectIDType> ProcessStepType.getInput()
          Gets the value of the input property.
 List<ObjectIDType> ProcessStepType.getOutput()
          Gets the value of the output property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.structure with parameters of type ObjectIDType
 void IdentifierComponentType.setTargetObjectClass(ObjectIDType value)
          Sets the value of the targetObjectClass property.
 



Copyright © 2012. All Rights Reserved.