org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class MetadataTargetType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MetadataTargetBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MetadataTargetType

public class MetadataTargetType
extends MetadataTargetBaseType

Java class for MetadataTargetType complex type.

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

 <complexType name="MetadataTargetType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MetadataTargetBaseType">
       <choice maxOccurs="unbounded">
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}KeyDescriptorValuesTarget"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}DataSetTarget"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ConstraintContentTarget"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ReportPeriodTarget"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}IdentifiableObjectTarget"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TargetObject> keyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
component
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
id, uri, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
MetadataTargetType()
           
 
Method Summary
 List<TargetObject> getKeyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget()
          Gets the value of the keyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
getComponent
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
getId, getUri, getUrn, setId, setUri, setUrn
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
getAnnotations, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget

protected List<TargetObject> keyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget
Constructor Detail

MetadataTargetType

public MetadataTargetType()
Method Detail

getKeyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget

public List<TargetObject> getKeyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget()
Gets the value of the keyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget 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 keyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget property.

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

    getKeyDescriptorValuesTargetOrDataSetTargetOrConstraintContentTarget().add(newItem);
 

Objects of the following type(s) are allowed in the list ConstraintContentTargetType DataSetTargetType IdentifiableObjectTargetType KeyDescriptorValuesTargetType ReportPeriodTargetType



Copyright © 2012. All Rights Reserved.