org.sdmx.resources.sdmxml.schemas.v2_1.registry
Class QueryableDataSourceType

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


Field Summary
protected  String type
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.QueryableDataSourceType
dataURL, isRESTDatasource, isWebServiceDatasource, wadlurl, wsdlurl
 
Constructor Summary
QueryableDataSourceType()
           
 
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 org.sdmx.resources.sdmxml.schemas.v2_1.common.QueryableDataSourceType
getDataURL, getWADLURL, getWSDLURL, isIsRESTDatasource, isIsWebServiceDatasource, setDataURL, setIsRESTDatasource, setIsWebServiceDatasource, setWADLURL, setWSDLURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type
Constructor Detail

QueryableDataSourceType

public QueryableDataSourceType()
Method Detail

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.