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

Packages that use ObjectReferenceType
org.sdmx.resources.sdmxml.schemas.v2_1.common   
org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic   
org.sdmx.resources.sdmxml.schemas.v2_1.query   
org.sdmx.resources.sdmxml.schemas.v2_1.structure   
 

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

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

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

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

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

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic declared as ObjectReferenceType
protected  ObjectReferenceType ReferenceValueType.objectReference
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic that return ObjectReferenceType
 ObjectReferenceType ReferenceValueType.getObjectReference()
          Gets the value of the objectReference property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.metadata.generic with parameters of type ObjectReferenceType
 void ReferenceValueType.setObjectReference(ObjectReferenceType value)
          Sets the value of the objectReference property.
 

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

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query declared as ObjectReferenceType
protected  ObjectReferenceType TargetObjectValueType.object
           
protected  ObjectReferenceType InputOrOutputObjectType.objectReference
           
protected  ObjectReferenceType CategorisationWhereType.objectReference
           
 

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return ObjectReferenceType
 ObjectReferenceType TargetObjectValueType.getObject()
          Gets the value of the object property.
 ObjectReferenceType InputOrOutputObjectType.getObjectReference()
          Gets the value of the objectReference property.
 ObjectReferenceType CategorisationWhereType.getObjectReference()
          Gets the value of the objectReference property.
 

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

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query with parameters of type ObjectReferenceType
 void TargetObjectValueType.setObject(ObjectReferenceType value)
          Sets the value of the object property.
 void InputOrOutputObjectType.setObjectReference(ObjectReferenceType value)
          Sets the value of the objectReference property.
 void CategorisationWhereType.setObjectReference(ObjectReferenceType value)
          Sets the value of the objectReference property.
 

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

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.structure declared as ObjectReferenceType
protected  ObjectReferenceType InputOutputType.objectReference
           
protected  ObjectReferenceType CategorisationType.source
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure that return ObjectReferenceType
 ObjectReferenceType InputOutputType.getObjectReference()
          Gets the value of the objectReference property.
 ObjectReferenceType CategorisationType.getSource()
          Gets the value of the source property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure with parameters of type ObjectReferenceType
 void InputOutputType.setObjectReference(ObjectReferenceType value)
          Sets the value of the objectReference property.
 void CategorisationType.setSource(ObjectReferenceType value)
          Sets the value of the source property.
 



Copyright © 2012. All Rights Reserved.