org.sdmx.resources.sdmxml.schemas.v2_1.query
Class AnnotableWhereType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
- Direct Known Subclasses:
- IdentifiableWhereType
public abstract class AnnotableWhereType
- extends Object
AnnotableWhereType is an abstract base type for querying an annotable artefact.
Java class for AnnotableWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotableWhereType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}AnnotationWhereType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotation
protected AnnotationWhereType annotation
AnnotableWhereType
public AnnotableWhereType()
getAnnotation
public AnnotationWhereType getAnnotation()
- Gets the value of the annotation property.
- Returns:
- possible object is
AnnotationWhereType
setAnnotation
public void setAnnotation(AnnotationWhereType value)
- Sets the value of the annotation property.
- Parameters:
value - allowed object is
AnnotationWhereType
Copyright © 2012. All Rights Reserved.