org.sdmx.resources.sdmxml.schemas.v2_1.common
Class SetReferenceType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.SetReferenceType

public class SetReferenceType
extends Object

SetReferenceType defines the structure of a reference to a data/metadata set. A full reference to a data provider and the identifier for the data set must be provided. Note that this is not derived from the base reference structure since data/metadata sets are not technically identifiable.

Java class for SetReferenceType complex type.

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

 <complexType name="SetReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataProvider" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataProviderReferenceType"/>
         <element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}IDType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataProviderReferenceType dataProvider
           
protected  String id
           
 
Constructor Summary
SetReferenceType()
           
 
Method Summary
 DataProviderReferenceType getDataProvider()
          Gets the value of the dataProvider property.
 String getID()
          Gets the value of the id property.
 void setDataProvider(DataProviderReferenceType value)
          Sets the value of the dataProvider 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

dataProvider

protected DataProviderReferenceType dataProvider

id

protected String id
Constructor Detail

SetReferenceType

public SetReferenceType()
Method Detail

getDataProvider

public DataProviderReferenceType getDataProvider()
Gets the value of the dataProvider property.

Returns:
possible object is DataProviderReferenceType

setDataProvider

public void setDataProvider(DataProviderReferenceType value)
Sets the value of the dataProvider property.

Parameters:
value - allowed object is DataProviderReferenceType

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.