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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.QueryableDataSourceType
Direct Known Subclasses:
QueryableDataSourceType

public class QueryableDataSourceType
extends Object

QueryableDataSourceType describes a data source which is accepts an standard SDMX Query message and responds appropriately.

Java class for QueryableDataSourceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QueryableDataSourceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="WSDLURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="WADLURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
       <attribute name="isRESTDatasource" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isWebServiceDatasource" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dataURL
           
protected  boolean isRESTDatasource
           
protected  boolean isWebServiceDatasource
           
protected  String wadlurl
           
protected  String wsdlurl
           
 
Constructor Summary
QueryableDataSourceType()
           
 
Method Summary
 String getDataURL()
          Gets the value of the dataURL property.
 String getWADLURL()
          Gets the value of the wadlurl property.
 String getWSDLURL()
          Gets the value of the wsdlurl property.
 boolean isIsRESTDatasource()
          Gets the value of the isRESTDatasource property.
 boolean isIsWebServiceDatasource()
          Gets the value of the isWebServiceDatasource property.
 void setDataURL(String value)
          Sets the value of the dataURL property.
 void setIsRESTDatasource(boolean value)
          Sets the value of the isRESTDatasource property.
 void setIsWebServiceDatasource(boolean value)
          Sets the value of the isWebServiceDatasource property.
 void setWADLURL(String value)
          Sets the value of the wadlurl property.
 void setWSDLURL(String value)
          Sets the value of the wsdlurl property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataURL

protected String dataURL

wsdlurl

protected String wsdlurl

wadlurl

protected String wadlurl

isRESTDatasource

protected boolean isRESTDatasource

isWebServiceDatasource

protected boolean isWebServiceDatasource
Constructor Detail

QueryableDataSourceType

public QueryableDataSourceType()
Method Detail

getDataURL

public String getDataURL()
Gets the value of the dataURL property.

Returns:
possible object is String

setDataURL

public void setDataURL(String value)
Sets the value of the dataURL property.

Parameters:
value - allowed object is String

getWSDLURL

public String getWSDLURL()
Gets the value of the wsdlurl property.

Returns:
possible object is String

setWSDLURL

public void setWSDLURL(String value)
Sets the value of the wsdlurl property.

Parameters:
value - allowed object is String

getWADLURL

public String getWADLURL()
Gets the value of the wadlurl property.

Returns:
possible object is String

setWADLURL

public void setWADLURL(String value)
Sets the value of the wadlurl property.

Parameters:
value - allowed object is String

isIsRESTDatasource

public boolean isIsRESTDatasource()
Gets the value of the isRESTDatasource property.


setIsRESTDatasource

public void setIsRESTDatasource(boolean value)
Sets the value of the isRESTDatasource property.


isIsWebServiceDatasource

public boolean isIsWebServiceDatasource()
Gets the value of the isWebServiceDatasource property.


setIsWebServiceDatasource

public void setIsWebServiceDatasource(boolean value)
Sets the value of the isWebServiceDatasource property.



Copyright © 2012. All Rights Reserved.