org.sdmx.resources.sdmxml.schemas.v2_1.query
Class AnnotableWhereType

java.lang.Object
  extended by 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>
 


Field Summary
protected  AnnotationWhereType annotation
           
 
Constructor Summary
AnnotableWhereType()
           
 
Method Summary
 AnnotationWhereType getAnnotation()
          Gets the value of the annotation property.
 void setAnnotation(AnnotationWhereType value)
          Sets the value of the annotation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotation

protected AnnotationWhereType annotation
Constructor Detail

AnnotableWhereType

public AnnotableWhereType()
Method Detail

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.