net.ivoa.xml.vodataservice.v1
Class TableParam

java.lang.Object
  extended by net.ivoa.xml.vodataservice.v1.BaseParam
      extended by net.ivoa.xml.vodataservice.v1.TableParam

public class TableParam
extends BaseParam

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

dataType

protected TableDataType dataType

std

protected java.lang.Boolean std
Constructor Detail

TableParam

public TableParam()
Method Detail

getDataType

public TableDataType getDataType()
Gets the value of the dataType property.

Returns:
possible object is TableDataType

setDataType

public void setDataType(TableDataType value)
Sets the value of the dataType property.

Parameters:
value - allowed object is TableDataType

getStd

public java.lang.Boolean getStd()
Gets the value of the std property.

Returns:
possible object is Boolean

setStd

public void setStd(java.lang.Boolean value)
Sets the value of the std property.

Parameters:
value - allowed object is Boolean


Copyright © 2011 VAMDC. All Rights Reserved.