cfa.vo.sed.io.jaxb
Interface TargetType

All Superinterfaces:
Group
All Known Implementing Classes:
TargetTypeImpl

public interface TargetType
extends Group

Java content class for targetType 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 480)

 <complexType name="targetType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
       <sequence>
         <element name="Name" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="Description" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="TargetClass" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="SpectralClass" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
         <element name="Redshift" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="Pos" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}positionParamType" minOccurs="0"/>
         <element name="VarAmpl" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="CustomParams" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}arrayOfParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 ArrayOfParamType getCustomParams()
          Gets the value of the customParams property.
 TextParamType getDescription()
          Gets the value of the description property.
 TextParamType getName()
          Gets the value of the name property.
 PositionParamType getPos()
          Gets the value of the pos property.
 DoubleParamType getRedshift()
          Gets the value of the redshift property.
 TextParamType getSpectralClass()
          Gets the value of the spectralClass property.
 TextParamType getTargetClass()
          Gets the value of the targetClass property.
 DoubleParamType getVarAmpl()
          Gets the value of the varAmpl property.
 boolean isSetCustomParams()
           
 boolean isSetDescription()
           
 boolean isSetName()
           
 boolean isSetPos()
           
 boolean isSetRedshift()
           
 boolean isSetSpectralClass()
           
 boolean isSetTargetClass()
           
 boolean isSetVarAmpl()
           
 void setCustomParams(ArrayOfParamType value)
          Sets the value of the customParams property.
 void setDescription(TextParamType value)
          Sets the value of the description property.
 void setName(TextParamType value)
          Sets the value of the name property.
 void setPos(PositionParamType value)
          Sets the value of the pos property.
 void setRedshift(DoubleParamType value)
          Sets the value of the redshift property.
 void setSpectralClass(TextParamType value)
          Sets the value of the spectralClass property.
 void setTargetClass(TextParamType value)
          Sets the value of the targetClass property.
 void setVarAmpl(DoubleParamType value)
          Sets the value of the varAmpl property.
 void unsetCustomParams()
           
 void unsetDescription()
           
 void unsetName()
           
 void unsetPos()
           
 void unsetRedshift()
           
 void unsetSpectralClass()
           
 void unsetTargetClass()
           
 void unsetVarAmpl()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getVarAmpl

DoubleParamType getVarAmpl()
Gets the value of the varAmpl property.

Returns:
possible object is DoubleParamType

setVarAmpl

void setVarAmpl(DoubleParamType value)
Sets the value of the varAmpl property.

Parameters:
value - allowed object is DoubleParamType

isSetVarAmpl

boolean isSetVarAmpl()

unsetVarAmpl

void unsetVarAmpl()

getRedshift

DoubleParamType getRedshift()
Gets the value of the redshift property.

Returns:
possible object is DoubleParamType

setRedshift

void setRedshift(DoubleParamType value)
Sets the value of the redshift property.

Parameters:
value - allowed object is DoubleParamType

isSetRedshift

boolean isSetRedshift()

unsetRedshift

void unsetRedshift()

getTargetClass

TextParamType getTargetClass()
Gets the value of the targetClass property.

Returns:
possible object is TextParamType

setTargetClass

void setTargetClass(TextParamType value)
Sets the value of the targetClass property.

Parameters:
value - allowed object is TextParamType

isSetTargetClass

boolean isSetTargetClass()

unsetTargetClass

void unsetTargetClass()

getDescription

TextParamType getDescription()
Gets the value of the description property.

Returns:
possible object is TextParamType

setDescription

void setDescription(TextParamType value)
Sets the value of the description property.

Parameters:
value - allowed object is TextParamType

isSetDescription

boolean isSetDescription()

unsetDescription

void unsetDescription()

getPos

PositionParamType getPos()
Gets the value of the pos property.

Returns:
possible object is PositionParamType

setPos

void setPos(PositionParamType value)
Sets the value of the pos property.

Parameters:
value - allowed object is PositionParamType

isSetPos

boolean isSetPos()

unsetPos

void unsetPos()

getCustomParams

ArrayOfParamType getCustomParams()
Gets the value of the customParams property.

Returns:
possible object is ArrayOfParamType

setCustomParams

void setCustomParams(ArrayOfParamType value)
Sets the value of the customParams property.

Parameters:
value - allowed object is ArrayOfParamType

isSetCustomParams

boolean isSetCustomParams()

unsetCustomParams

void unsetCustomParams()

getName

TextParamType getName()
Gets the value of the name property.

Returns:
possible object is TextParamType

setName

void setName(TextParamType value)
Sets the value of the name property.

Parameters:
value - allowed object is TextParamType

isSetName

boolean isSetName()

unsetName

void unsetName()

getSpectralClass

TextParamType getSpectralClass()
Gets the value of the spectralClass property.

Returns:
possible object is TextParamType

setSpectralClass

void setSpectralClass(TextParamType value)
Sets the value of the spectralClass property.

Parameters:
value - allowed object is TextParamType

isSetSpectralClass

boolean isSetSpectralClass()

unsetSpectralClass

void unsetSpectralClass()