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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ISOConceptReferenceType

public class ISOConceptReferenceType
extends Object

ISOConceptReferenceType provides a reference to and ISO 11179 concept.

Java class for ISOConceptReferenceType complex type.

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

 <complexType name="ISOConceptReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ConceptAgency" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ConceptSchemeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ConceptID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String conceptAgency
           
protected  String conceptID
           
protected  String conceptSchemeID
           
 
Constructor Summary
ISOConceptReferenceType()
           
 
Method Summary
 String getConceptAgency()
          Gets the value of the conceptAgency property.
 String getConceptID()
          Gets the value of the conceptID property.
 String getConceptSchemeID()
          Gets the value of the conceptSchemeID property.
 void setConceptAgency(String value)
          Sets the value of the conceptAgency property.
 void setConceptID(String value)
          Sets the value of the conceptID property.
 void setConceptSchemeID(String value)
          Sets the value of the conceptSchemeID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptAgency

protected String conceptAgency

conceptSchemeID

protected String conceptSchemeID

conceptID

protected String conceptID
Constructor Detail

ISOConceptReferenceType

public ISOConceptReferenceType()
Method Detail

getConceptAgency

public String getConceptAgency()
Gets the value of the conceptAgency property.

Returns:
possible object is String

setConceptAgency

public void setConceptAgency(String value)
Sets the value of the conceptAgency property.

Parameters:
value - allowed object is String

getConceptSchemeID

public String getConceptSchemeID()
Gets the value of the conceptSchemeID property.

Returns:
possible object is String

setConceptSchemeID

public void setConceptSchemeID(String value)
Sets the value of the conceptSchemeID property.

Parameters:
value - allowed object is String

getConceptID

public String getConceptID()
Gets the value of the conceptID property.

Returns:
possible object is String

setConceptID

public void setConceptID(String value)
Sets the value of the conceptID property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.