org.sdmx.resources.sdmxml.schemas.v2_1.common
Class AnnotableType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
- Direct Known Subclasses:
- ComponentMapType, ComputationType, DataSetType, DataSetType, GroupType, GroupType, HybridCodeMapType, IdentifiableType, InputOutputType, ItemAssociationType, MetadataSetType, MetadataSetType, ObsOnlyType, ObsType, ObsType, ReportedAttributeType, ReportedAttributeType, ReportType, ReportType, SeriesType, SeriesType
public abstract class AnnotableType
- extends Object
AnnotableType is an abstract base type used for all annotable artefacts. Any type that provides for annotations should extend this type.
Java class for AnnotableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotableType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}Annotations" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotations
protected AnnotationsType annotations
AnnotableType
public AnnotableType()
getAnnotations
public AnnotationsType getAnnotations()
- Gets the value of the annotations property.
- Returns:
- possible object is
AnnotationsType
setAnnotations
public void setAnnotations(AnnotationsType value)
- Sets the value of the annotations property.
- Parameters:
value - allowed object is
AnnotationsType
Copyright © 2012. All Rights Reserved.