|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.common.QueryableDataSourceType
public class QueryableDataSourceType
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 |
|---|
protected String dataURL
protected String wsdlurl
protected String wadlurl
protected boolean isRESTDatasource
protected boolean isWebServiceDatasource
| Constructor Detail |
|---|
public QueryableDataSourceType()
| Method Detail |
|---|
public String getDataURL()
Stringpublic void setDataURL(String value)
value - allowed object is
Stringpublic String getWSDLURL()
Stringpublic void setWSDLURL(String value)
value - allowed object is
Stringpublic String getWADLURL()
Stringpublic void setWADLURL(String value)
value - allowed object is
Stringpublic boolean isIsRESTDatasource()
public void setIsRESTDatasource(boolean value)
public boolean isIsWebServiceDatasource()
public void setIsWebServiceDatasource(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||