|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotationWhereType
public class AnnotationWhereType
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 |
|---|
protected QueryStringType type
protected QueryStringType title
protected QueryTextType text
| Constructor Detail |
|---|
public AnnotationWhereType()
| Method Detail |
|---|
public QueryStringType getType()
QueryStringTypepublic void setType(QueryStringType value)
value - allowed object is
QueryStringTypepublic QueryStringType getTitle()
QueryStringTypepublic void setTitle(QueryStringType value)
value - allowed object is
QueryStringTypepublic QueryTextType getText()
QueryTextTypepublic void setText(QueryTextType value)
value - allowed object is
QueryTextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||