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

Packages that use LocalItemReferenceType
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 LocalItemReferenceType in org.sdmx.resources.sdmxml.schemas.v2_1.common
 

Subclasses of LocalItemReferenceType in org.sdmx.resources.sdmxml.schemas.v2_1.common
 class LocalAgencyReferenceType
          LocalAgencyReferenceType provides a simple reference to an agency, where the reference to the agency scheme which defines it is provided in another context.
 class LocalCategoryReferenceType
          LocalCategoryReferenceType provides a simple references to a category where the identification of the category scheme which defines it is contained in another context.
 class LocalCodeReferenceType
          LocalCodeReferenceType provides a simple references to a code where the identification of the codelist which defines it is contained in another context.
 class LocalConceptReferenceType
          LocalConceptReferenceType provides a simple references to a concept where the identification of the concept scheme which defines it is contained in another context.
 class LocalDataConsumerReferenceType
          LocalDataConsumerReferenceType provides a simple reference to a data consumer, where the reference to the data consumer scheme which defines it is provided in another context.
 class LocalDataProviderReferenceType
          LocalDataProviderReferenceType provides a simple reference to a data provider, where the reference to the data provider scheme which defines it is provided in another context.
 class LocalOrganisationReferenceBaseType
          LocalOrganisationReferenceBaseType is an abstract base type which provides a simple references to an organisation, regardless of type, where the identification of the organisation scheme which defines it is contained in another context.
 class LocalOrganisationReferenceType
          LocalOrganisationReferenceType provides a simple reference to an organisation, regardless of type, where the identification of the organisation scheme which defines it is contained in another context.
 class LocalOrganisationUnitReferenceType
          LocalOrganisationUnitReferenceType provides a simple reference to an organisation unit, where the reference to the organisation unit scheme which defines it is provided in another context.
 class LocalReportingCategoryReferenceType
          LocalReportingCategoryReferenceType provides a simple references to a reporting category where the identification of the reporting taxonomy which defines it is contained in another context.
 

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

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.query declared as LocalItemReferenceType
protected  LocalItemReferenceType ItemWhereType.parent
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query that return LocalItemReferenceType
 LocalItemReferenceType ItemWhereType.getParent()
          Gets the value of the parent property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.query with parameters of type LocalItemReferenceType
 void ItemWhereType.setParent(LocalItemReferenceType value)
          Sets the value of the parent property.
 

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

Fields in org.sdmx.resources.sdmxml.schemas.v2_1.structure declared as LocalItemReferenceType
protected  LocalItemReferenceType ItemType.parent
           
protected  LocalItemReferenceType ItemAssociationType.source
           
protected  LocalItemReferenceType ItemAssociationType.target
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure that return LocalItemReferenceType
 LocalItemReferenceType ItemType.getParent()
          Gets the value of the parent property.
 LocalItemReferenceType ItemAssociationType.getSource()
          Gets the value of the source property.
 LocalItemReferenceType ItemAssociationType.getTarget()
          Gets the value of the target property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_1.structure with parameters of type LocalItemReferenceType
 void ItemType.setParent(LocalItemReferenceType value)
          Sets the value of the parent property.
 void ItemAssociationType.setSource(LocalItemReferenceType value)
          Sets the value of the source property.
 void ItemAssociationType.setTarget(LocalItemReferenceType value)
          Sets the value of the target property.
 



Copyright © 2012. All Rights Reserved.