net.ivoa.xml.vodataservice.v1
Class BaseParam

java.lang.Object
  extended by net.ivoa.xml.vodataservice.v1.BaseParam
Direct Known Subclasses:
InputParam, TableParam

public class BaseParam
extends java.lang.Object

As the parameter's data type is usually important, schemas normally employ a sub-class of this type (e.g. Param), rather than this type directly.

Java class for BaseParam complex type.

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

 <complexType name="BaseParam">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="unit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ucd" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String name
           
protected  java.lang.String ucd
           
protected  java.lang.String unit
           
 
Constructor Summary
BaseParam()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setUcd(java.lang.String value)
          Sets the value of the ucd property.
 void setUnit(java.lang.String value)
          Sets the value of the unit property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

description

protected java.lang.String description

unit

protected java.lang.String unit

ucd

protected java.lang.String ucd
Constructor Detail

BaseParam

public BaseParam()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getUnit

public java.lang.String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(java.lang.String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

getUcd

public java.lang.String getUcd()
Gets the value of the ucd property.

Returns:
possible object is String

setUcd

public void setUcd(java.lang.String value)
Sets the value of the ucd property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.