org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific
Class TargetType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.metadata.structurespecific.TargetType

public abstract class TargetType
extends Object

TargetType is an abstract base type that forms the basis of a the metadata report's metadata target value. This type is restricted in the metadata structure definition specific schema so that the ReferenceValue elements conform to the targets specified in the metadata target defined in the metadata structure definition.

Java class for TargetType complex type.

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

 <complexType name="TargetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ReferenceValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/metadata/structurespecific}ReferenceValueType" maxOccurs="unbounded" form="unqualified"/>
       </sequence>
       <attribute name="id" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  List<ReferenceValueType> referenceValue
           
 
Constructor Summary
TargetType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 List<ReferenceValueType> getReferenceValue()
          Gets the value of the referenceValue property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

referenceValue

protected List<ReferenceValueType> referenceValue

id

protected String id
Constructor Detail

TargetType

public TargetType()
Method Detail

getReferenceValue

public List<ReferenceValueType> getReferenceValue()
Gets the value of the referenceValue 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 referenceValue property.

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

    getReferenceValue().add(newItem);
 

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


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.