org.sdmx.resources.sdmxml.schemas.v2_0.genericmetadata
Class TargetValuesType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.genericmetadata.TargetValuesType

public class TargetValuesType
extends Object

Target values contains the specific values for each concept in the full or partial target identifier as described in a metadata structure definition. These values typically come from codelists or other item schemes. Each such value should be presented in the order given in the metadata structure definition, and must use a valid representation for that concept. Concepts are those referenced by the identifier components of the target identifiers.

Java class for TargetValuesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TargetValuesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ComponentValue" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/genericmetadata}ComponentValueType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ComponentValueType> componentValue
           
 
Constructor Summary
TargetValuesType()
           
 
Method Summary
 List<ComponentValueType> getComponentValue()
          Gets the value of the componentValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentValue

protected List<ComponentValueType> componentValue
Constructor Detail

TargetValuesType

public TargetValuesType()
Method Detail

getComponentValue

public List<ComponentValueType> getComponentValue()
Gets the value of the componentValue property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the componentValue property.

For example, to add a new item, do as follows:

    getComponentValue().add(newItem);
 

Objects of the following type(s) are allowed in the list ComponentValueType



Copyright © 2012. All Rights Reserved.