org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ComponentType
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.ComponentBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType
- Direct Known Subclasses:
- AttributeBaseType, BaseDimensionBaseType, GroupDimensionBaseType, MetadataAttributeBaseType, PrimaryMeasureType, TargetObject
public abstract class ComponentType
- extends ComponentBaseType
ComponentType is an abstract base type for all components. It contains information pertaining to a component, including an optional reference to a concept, an optional role played by the concept, an optional text format description, and an optional local representation.
Java class for ComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ComponentBaseType">
<sequence>
<element name="ConceptIdentity" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ConceptReferenceType" minOccurs="0"/>
<element name="LocalRepresentation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}RepresentationType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conceptIdentity
protected ConceptReferenceType conceptIdentity
localRepresentation
protected RepresentationType localRepresentation
ComponentType
public ComponentType()
getConceptIdentity
public ConceptReferenceType getConceptIdentity()
- Gets the value of the conceptIdentity property.
- Returns:
- possible object is
ConceptReferenceType
setConceptIdentity
public void setConceptIdentity(ConceptReferenceType value)
- Sets the value of the conceptIdentity property.
- Parameters:
value - allowed object is
ConceptReferenceType
getLocalRepresentation
public RepresentationType getLocalRepresentation()
- Gets the value of the localRepresentation property.
- Returns:
- possible object is
RepresentationType
setLocalRepresentation
public void setLocalRepresentation(RepresentationType value)
- Sets the value of the localRepresentation property.
- Parameters:
value - allowed object is
RepresentationType
Copyright © 2012. All Rights Reserved.