net.ivoa.xml.vodataservice.v1
Class SimpleDataType

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

public class SimpleDataType
extends java.lang.Object

a simple data type that does not imply a size nor precise format.

Java class for SimpleDataType complex type.

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

 <complexType name="SimpleDataType">
   <simpleContent>
     <extension base="<http://www.ivoa.net/xml/VODataService/v1.0>SimpleScalarDataType">
       <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  SimpleScalarDataType value
           
 
Constructor Summary
SimpleDataType()
           
 
Method Summary
 java.lang.String getArraysize()
          Gets the value of the arraysize property.
 SimpleScalarDataType getValue()
          This set is intended for describing simple input parameters to a service or function
 void setArraysize(java.lang.String value)
          Sets the value of the arraysize property.
 void setValue(SimpleScalarDataType 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 SimpleScalarDataType value

arraysize

protected java.lang.String arraysize
Constructor Detail

SimpleDataType

public SimpleDataType()
Method Detail

getValue

public SimpleScalarDataType getValue()
This set is intended for describing simple input parameters to a service or function

Returns:
possible object is SimpleScalarDataType

setValue

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

Parameters:
value - allowed object is SimpleScalarDataType

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.