|
||||||||||
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.InputParam
public class InputParam
The allowed data type names do not imply a size or precise format. This type is intended to be sufficient for describing an input parameter to a simple REST service or a function written in a weakly-typed (e.g., scripting) language.
Java class for InputParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputParam"> <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}SimpleDataType" minOccurs="0"/> </sequence> <attribute name="use" type="{http://www.ivoa.net/xml/VODataService/v1.0}ParamUse" default="optional" /> <attribute name="std" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected SimpleDataType |
dataType
|
protected java.lang.Boolean |
std
|
protected ParamUse |
use
|
Fields inherited from class net.ivoa.xml.vodataservice.v1.BaseParam |
---|
description, name, ucd, unit |
Constructor Summary | |
---|---|
InputParam()
|
Method Summary | |
---|---|
SimpleDataType |
getDataType()
Gets the value of the dataType property. |
boolean |
getStd()
Gets the value of the std property. |
ParamUse |
getUse()
Gets the value of the use property. |
void |
setDataType(SimpleDataType value)
Sets the value of the dataType property. |
void |
setStd(java.lang.Boolean value)
Sets the value of the std property. |
void |
setUse(ParamUse value)
Sets the value of the use 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 SimpleDataType dataType
protected ParamUse use
protected java.lang.Boolean std
Constructor Detail |
---|
public InputParam()
Method Detail |
---|
public SimpleDataType getDataType()
SimpleDataType
public void setDataType(SimpleDataType value)
value
- allowed object is
SimpleDataType
public ParamUse getUse()
ParamUse
public void setUse(ParamUse value)
value
- allowed object is
ParamUse
public 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 |