org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ConceptType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ConceptBaseType
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>
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType |
item, parent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
coreRepresentation
protected ConceptRepresentation coreRepresentation
isoConceptReference
protected ISOConceptReferenceType isoConceptReference
ConceptType
public ConceptType()
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.