org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ReportStructureValueType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ReportStructureValueType

public class ReportStructureValueType
extends Object

ReportStructureValueType describes the structure that is used to match reference metadata where the metadata attributes of a report structure have particular values. All metadata attribute value conditions must be met to constitute a match.

Java class for ReportStructureValueType complex type.

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

 <complexType name="ReportStructureValueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NCNameIDType"/>
         <element name="MetadataAttributeValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MetadataAttributeValueType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  List<MetadataAttributeValueType> metadataAttributeValue
           
 
Constructor Summary
ReportStructureValueType()
           
 
Method Summary
 String getID()
          Gets the value of the id property.
 List<MetadataAttributeValueType> getMetadataAttributeValue()
          Gets the value of the metadataAttributeValue 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

id

protected String id

metadataAttributeValue

protected List<MetadataAttributeValueType> metadataAttributeValue
Constructor Detail

ReportStructureValueType

public ReportStructureValueType()
Method Detail

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

getMetadataAttributeValue

public List<MetadataAttributeValueType> getMetadataAttributeValue()
Gets the value of the metadataAttributeValue 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 metadataAttributeValue property.

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

    getMetadataAttributeValue().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.