|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ivoa.xml.vodataservice.v1.BaseParam net.ivoa.xml.vodataservice.v1.TableParam
public class TableParam
The allowed data type names match those supported by VOTable.
Java class for TableParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TableParam"> <complexContent> <extension base="{http://www.ivoa.net/xml/VODataService/v1.0}BaseParam"> <sequence> <element name="dataType" type="{http://www.ivoa.net/xml/VODataService/v1.0}TableDataType" minOccurs="0"/> </sequence> <attribute name="std" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected TableDataType |
dataType
|
protected java.lang.Boolean |
std
|
Fields inherited from class net.ivoa.xml.vodataservice.v1.BaseParam |
---|
description, name, ucd, unit |
Constructor Summary | |
---|---|
TableParam()
|
Method Summary | |
---|---|
TableDataType |
getDataType()
Gets the value of the dataType property. |
java.lang.Boolean |
getStd()
Gets the value of the std property. |
void |
setDataType(TableDataType value)
Sets the value of the dataType property. |
void |
setStd(java.lang.Boolean value)
Sets the value of the std property. |
Methods inherited from class net.ivoa.xml.vodataservice.v1.BaseParam |
---|
getDescription, getName, getUcd, getUnit, setDescription, setName, setUcd, setUnit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TableDataType dataType
protected java.lang.Boolean std
Constructor Detail |
---|
public TableParam()
Method Detail |
---|
public TableDataType getDataType()
TableDataType
public void setDataType(TableDataType value)
value
- allowed object is
TableDataType
public java.lang.Boolean getStd()
Boolean
public void setStd(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |