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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
          extended by 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>
 


Field Summary
protected  QueryTextType description
           
protected  QueryTextType name
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
id, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
annotation
 
Constructor Summary
NameableWhereType()
           
 
Method Summary
 QueryTextType getDescription()
          Gets the value of the description property.
 QueryTextType getName()
          Gets the value of the name property.
 void setDescription(QueryTextType value)
          Sets the value of the description property.
 void setName(QueryTextType value)
          Sets the value of the name property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
getID, getURN, setID, setURN
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
getAnnotation, setAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected QueryTextType name

description

protected QueryTextType description
Constructor Detail

NameableWhereType

public NameableWhereType()
Method Detail

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.