net.ivoa.xml.vodataservice.v1
Class TableDataType

java.lang.Object
  extended by net.ivoa.xml.vodataservice.v1.TableDataType

public class TableDataType
extends java.lang.Object

a (VOTable-supported) data type

Java class for TableDataType complex type.

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

 <complexType name="TableDataType">
   <simpleContent>
     <extension base="<http://www.ivoa.net/xml/VODataService/v1.0>VOTScalarDataType">
       <attribute name="arraysize" type="{http://www.ivoa.net/xml/VODataService/v1.0}ArrayShape" default="1" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String arraysize
           
protected  VOTScalarDataType value
           
 
Constructor Summary
TableDataType()
           
 
Method Summary
 java.lang.String getArraysize()
          Gets the value of the arraysize property.
 VOTScalarDataType getValue()
          All names correspond exactly to VOTable data types except that "string" is added for convenience which is equivalent to "char" with arrayshape="*".
 void setArraysize(java.lang.String value)
          Sets the value of the arraysize property.
 void setValue(VOTScalarDataType value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected VOTScalarDataType value

arraysize

protected java.lang.String arraysize
Constructor Detail

TableDataType

public TableDataType()
Method Detail

getValue

public VOTScalarDataType getValue()
All names correspond exactly to VOTable data types except that "string" is added for convenience which is equivalent to "char" with arrayshape="*".

Returns:
possible object is VOTScalarDataType

setValue

public void setValue(VOTScalarDataType value)
Sets the value of the value property.

Parameters:
value - allowed object is VOTScalarDataType

getArraysize

public java.lang.String getArraysize()
Gets the value of the arraysize property.

Returns:
possible object is String

setArraysize

public void setArraysize(java.lang.String value)
Sets the value of the arraysize property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.