org.sdmx.resources.sdmxml.schemas.v2_1.query
Class NameableWhereType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
- Direct Known Subclasses:
- ItemWhereType, VersionableWhereType
public abstract class NameableWhereType
- extends IdentifiableWhereType
NameableWhereType is an abstract base type that serves as the basis for any query for a nameable object.
Java class for NameableWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NameableWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}IdentifiableWhereType">
<sequence>
<element name="Name" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryTextType" minOccurs="0"/>
<element name="Description" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryTextType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected QueryTextType name
description
protected QueryTextType description
NameableWhereType
public NameableWhereType()
getName
public QueryTextType getName()
- Gets the value of the name property.
- Returns:
- possible object is
QueryTextType
setName
public void setName(QueryTextType value)
- Sets the value of the name property.
- Parameters:
value - allowed object is
QueryTextType
getDescription
public QueryTextType getDescription()
- Gets the value of the description property.
- Returns:
- possible object is
QueryTextType
setDescription
public void setDescription(QueryTextType value)
- Sets the value of the description property.
- Parameters:
value - allowed object is
QueryTextType
Copyright © 2012. All Rights Reserved.