|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DerivedDataType
Java content class for derivedDataType 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 444)
<complexType name="derivedDataType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
<sequence>
<element name="SNR" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
<element name="VarAmpl" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
<element name="Redshift" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedQuantityType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
SedQuantityType |
getRedshift()
Gets the value of the redshift property. |
DoubleParamType |
getSNR()
Gets the value of the snr property. |
DoubleParamType |
getVarAmpl()
Gets the value of the varAmpl property. |
boolean |
isSetRedshift()
|
boolean |
isSetSNR()
|
boolean |
isSetVarAmpl()
|
void |
setRedshift(SedQuantityType value)
Sets the value of the redshift property. |
void |
setSNR(DoubleParamType value)
Sets the value of the snr property. |
void |
setVarAmpl(DoubleParamType value)
Sets the value of the varAmpl property. |
void |
unsetRedshift()
|
void |
unsetSNR()
|
void |
unsetVarAmpl()
|
| Methods inherited from interface cfa.vo.sed.io.jaxb.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Method Detail |
|---|
SedQuantityType getRedshift()
SedQuantityTypevoid setRedshift(SedQuantityType value)
value - allowed object is
SedQuantityTypeboolean isSetRedshift()
void unsetRedshift()
DoubleParamType getVarAmpl()
DoubleParamTypevoid setVarAmpl(DoubleParamType value)
value - allowed object is
DoubleParamTypeboolean isSetVarAmpl()
void unsetVarAmpl()
DoubleParamType getSNR()
DoubleParamTypevoid setSNR(DoubleParamType value)
value - allowed object is
DoubleParamTypeboolean isSetSNR()
void unsetSNR()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||