cfa.vo.sed.io.jaxb
Interface ParamType

All Known Subinterfaces:
DateParamType, DoubleParamType, IntParamType, SkyRegionType, TextParamType, TimeParamType
All Known Implementing Classes:
DateParamTypeImpl, DoubleParamTypeImpl, IntParamTypeImpl, ParamTypeImpl, SkyRegionTypeImpl, TextParamTypeImpl, TimeParamTypeImpl

public interface ParamType

Java content class for paramType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/data/NVO/staff/mccusker/schema/specxml2-1.01b.xsd line 129)

 <complexType name="paramType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ucd" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 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 getValue()
          Gets the value of the value property.
 boolean isSetName()
           
 boolean isSetUcd()
           
 boolean isSetValue()
           
 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 setValue(java.lang.String value)
          Sets the value of the value property.
 void unsetName()
           
 void unsetUcd()
           
 void unsetValue()
           
 

Method Detail

getValue

java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

getUcd

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

Returns:
possible object is String

setUcd

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

Parameters:
value - allowed object is String

isSetUcd

boolean isSetUcd()

unsetUcd

void unsetUcd()

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()