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

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.NameableType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ConceptBaseType
                          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ConceptType

public class ConceptType
extends ConceptBaseType

ConceptType describes the details of a concept. A concept is defined as a unit of knowledge created by a unique combination of characteristics. If a concept does not specify a TextFormat or a core representation, then the representation of the concept is assumed to be represented by any set of valid characters (corresponding to the xs:string datatype of W3C XML Schema).

Java class for ConceptType complex type.

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

 <complexType name="ConceptType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ConceptBaseType">
       <sequence>
         <element name="CoreRepresentation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ConceptRepresentation" minOccurs="0"/>
         <element name="ISOConceptReference" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ISOConceptReferenceType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConceptRepresentation coreRepresentation
           
protected  ISOConceptReferenceType isoConceptReference
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
item, parent
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
description, name
 
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
ConceptType()
           
 
Method Summary
 ConceptRepresentation getCoreRepresentation()
          Gets the value of the coreRepresentation property.
 ISOConceptReferenceType getISOConceptReference()
          Gets the value of the isoConceptReference property.
 void setCoreRepresentation(ConceptRepresentation value)
          Sets the value of the coreRepresentation property.
 void setISOConceptReference(ISOConceptReferenceType value)
          Sets the value of the isoConceptReference property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
getItem, getParent, setParent
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
getDescription, getName
 
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

coreRepresentation

protected ConceptRepresentation coreRepresentation

isoConceptReference

protected ISOConceptReferenceType isoConceptReference
Constructor Detail

ConceptType

public ConceptType()
Method Detail

getCoreRepresentation

public ConceptRepresentation getCoreRepresentation()
Gets the value of the coreRepresentation property.

Returns:
possible object is ConceptRepresentation

setCoreRepresentation

public void setCoreRepresentation(ConceptRepresentation value)
Sets the value of the coreRepresentation property.

Parameters:
value - allowed object is ConceptRepresentation

getISOConceptReference

public ISOConceptReferenceType getISOConceptReference()
Gets the value of the isoConceptReference property.

Returns:
possible object is ISOConceptReferenceType

setISOConceptReference

public void setISOConceptReference(ISOConceptReferenceType value)
Sets the value of the isoConceptReference property.

Parameters:
value - allowed object is ISOConceptReferenceType


Copyright © 2012. All Rights Reserved.