|
||||||||||
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
public class BaseParam
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 |
---|
protected java.lang.String name
protected java.lang.String description
protected java.lang.String unit
protected java.lang.String ucd
Constructor Detail |
---|
public BaseParam()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnit()
String
public void setUnit(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUcd()
String
public void setUcd(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |