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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotationWhereType

public class AnnotationWhereType
extends Object

AnnotationWhereType defines the structure for querying the details of an annotation.

Java class for AnnotationWhereType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AnnotationWhereType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryStringType" minOccurs="0"/>
         <element name="Title" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryStringType" minOccurs="0"/>
         <element name="Text" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryTextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  QueryTextType text
           
protected  QueryStringType title
           
protected  QueryStringType type
           
 
Constructor Summary
AnnotationWhereType()
           
 
Method Summary
 QueryTextType getText()
          Gets the value of the text property.
 QueryStringType getTitle()
          Gets the value of the title property.
 QueryStringType getType()
          Gets the value of the type property.
 void setText(QueryTextType value)
          Sets the value of the text property.
 void setTitle(QueryStringType value)
          Sets the value of the title property.
 void setType(QueryStringType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected QueryStringType type

title

protected QueryStringType title

text

protected QueryTextType text
Constructor Detail

AnnotationWhereType

public AnnotationWhereType()
Method Detail

getType

public QueryStringType getType()
Gets the value of the type property.

Returns:
possible object is QueryStringType

setType

public void setType(QueryStringType value)
Sets the value of the type property.

Parameters:
value - allowed object is QueryStringType

getTitle

public QueryStringType getTitle()
Gets the value of the title property.

Returns:
possible object is QueryStringType

setTitle

public void setTitle(QueryStringType value)
Sets the value of the title property.

Parameters:
value - allowed object is QueryStringType

getText

public QueryTextType getText()
Gets the value of the text property.

Returns:
possible object is QueryTextType

setText

public void setText(QueryTextType value)
Sets the value of the text property.

Parameters:
value - allowed object is QueryTextType


Copyright © 2012. All Rights Reserved.