org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class QueryableDataSourceType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.QueryableDataSourceType
org.sdmx.resources.sdmxml.schemas.v2_1.registry.QueryableDataSourceType
public class QueryableDataSourceType
- extends QueryableDataSourceType
QueryableDataSourceType describes a queryable data source, and add a fixed attribute for ensuring only one queryable source can be provided.
Java class for QueryableDataSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryableDataSourceType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}QueryableDataSourceType">
<attribute name="TYPE" type="{http://www.w3.org/2001/XMLSchema}string" fixed="QUERY" />
</extension>
</complexContent>
</complexType>
|
Method Summary |
String |
getTYPE()
Gets the value of the type property. |
void |
setTYPE(String 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 |
type
protected String type
QueryableDataSourceType
public QueryableDataSourceType()
getTYPE
public String getTYPE()
- Gets the value of the type property.
- Returns:
- possible object is
String
setTYPE
public void setTYPE(String value)
- Sets the value of the type property.
- Parameters:
value - allowed object is
String
Copyright © 2012. All Rights Reserved.