|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SegmentType
Java content class for segmentType 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 36)
<complexType name="segmentType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
<sequence>
<element name="Target" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}targetType" minOccurs="0"/>
<element name="Char" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}characterizationType" minOccurs="0"/>
<element name="CoordSys" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coordSysType" minOccurs="0"/>
<element name="Curation" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}curationType" minOccurs="0"/>
<element name="DataID" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}dataIDType" minOccurs="0"/>
<element name="Derived" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}derivedDataType" minOccurs="0"/>
<element name="CustomParams" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}arrayOfParamType" minOccurs="0"/>
<element name="Type" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
<element name="Length" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}intParamType" minOccurs="0"/>
<element name="TimeSI" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
<element name="SpectralSI" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
<element name="FluxSI" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}textParamType" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Data" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
CharacterizationType |
getChar()
Gets the value of the char property. |
CoordSysType |
getCoordSys()
Gets the value of the coordSys property. |
CurationType |
getCuration()
Gets the value of the curation property. |
ArrayOfParamType |
getCustomParams()
Gets the value of the customParams property. |
ArrayOfGenPointType |
getData()
Gets the value of the data property. |
DataIDType |
getDataID()
Gets the value of the dataID property. |
DerivedDataType |
getDerived()
Gets the value of the derived property. |
TextParamType |
getFluxSI()
Gets the value of the fluxSI property. |
IntParamType |
getLength()
Gets the value of the length property. |
TextParamType |
getSpectralSI()
Gets the value of the spectralSI property. |
TargetType |
getTarget()
Gets the value of the target property. |
TextParamType |
getTimeSI()
Gets the value of the timeSI property. |
TextParamType |
getType()
Gets the value of the type property. |
boolean |
isSetChar()
|
boolean |
isSetCoordSys()
|
boolean |
isSetCuration()
|
boolean |
isSetCustomParams()
|
boolean |
isSetData()
|
boolean |
isSetDataID()
|
boolean |
isSetDerived()
|
boolean |
isSetFluxSI()
|
boolean |
isSetLength()
|
boolean |
isSetSpectralSI()
|
boolean |
isSetTarget()
|
boolean |
isSetTimeSI()
|
boolean |
isSetType()
|
void |
setChar(CharacterizationType value)
Sets the value of the char property. |
void |
setCoordSys(CoordSysType value)
Sets the value of the coordSys property. |
void |
setCuration(CurationType value)
Sets the value of the curation property. |
void |
setCustomParams(ArrayOfParamType value)
Sets the value of the customParams property. |
void |
setData(ArrayOfGenPointType value)
Sets the value of the data property. |
void |
setDataID(DataIDType value)
Sets the value of the dataID property. |
void |
setDerived(DerivedDataType value)
Sets the value of the derived property. |
void |
setFluxSI(TextParamType value)
Sets the value of the fluxSI property. |
void |
setLength(IntParamType value)
Sets the value of the length property. |
void |
setSpectralSI(TextParamType value)
Sets the value of the spectralSI property. |
void |
setTarget(TargetType value)
Sets the value of the target property. |
void |
setTimeSI(TextParamType value)
Sets the value of the timeSI property. |
void |
setType(TextParamType value)
Sets the value of the type property. |
void |
unsetChar()
|
void |
unsetCoordSys()
|
void |
unsetCuration()
|
void |
unsetCustomParams()
|
void |
unsetData()
|
void |
unsetDataID()
|
void |
unsetDerived()
|
void |
unsetFluxSI()
|
void |
unsetLength()
|
void |
unsetSpectralSI()
|
void |
unsetTarget()
|
void |
unsetTimeSI()
|
void |
unsetType()
|
| Methods inherited from interface cfa.vo.sed.io.jaxb.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Method Detail |
|---|
DerivedDataType getDerived()
DerivedDataTypevoid setDerived(DerivedDataType value)
value - allowed object is
DerivedDataTypeboolean isSetDerived()
void unsetDerived()
TextParamType getType()
TextParamTypevoid setType(TextParamType value)
value - allowed object is
TextParamTypeboolean isSetType()
void unsetType()
ArrayOfGenPointType getData()
Data
ArrayOfPoint
ArrayOfGenPointType
ArrayOfFlatPointvoid setData(ArrayOfGenPointType value)
value - allowed object is
Data
ArrayOfPoint
ArrayOfGenPointType
ArrayOfFlatPointboolean isSetData()
void unsetData()
TextParamType getSpectralSI()
TextParamTypevoid setSpectralSI(TextParamType value)
value - allowed object is
TextParamTypeboolean isSetSpectralSI()
void unsetSpectralSI()
CharacterizationType getChar()
CharacterizationTypevoid setChar(CharacterizationType value)
value - allowed object is
CharacterizationTypeboolean isSetChar()
void unsetChar()
CoordSysType getCoordSys()
CoordSysTypevoid setCoordSys(CoordSysType value)
value - allowed object is
CoordSysTypeboolean isSetCoordSys()
void unsetCoordSys()
TextParamType getFluxSI()
TextParamTypevoid setFluxSI(TextParamType value)
value - allowed object is
TextParamTypeboolean isSetFluxSI()
void unsetFluxSI()
CurationType getCuration()
CurationTypevoid setCuration(CurationType value)
value - allowed object is
CurationTypeboolean isSetCuration()
void unsetCuration()
DataIDType getDataID()
DataIDTypevoid setDataID(DataIDType value)
value - allowed object is
DataIDTypeboolean isSetDataID()
void unsetDataID()
TextParamType getTimeSI()
TextParamTypevoid setTimeSI(TextParamType value)
value - allowed object is
TextParamTypeboolean isSetTimeSI()
void unsetTimeSI()
IntParamType getLength()
IntParamTypevoid setLength(IntParamType value)
value - allowed object is
IntParamTypeboolean isSetLength()
void unsetLength()
ArrayOfParamType getCustomParams()
ArrayOfParamTypevoid setCustomParams(ArrayOfParamType value)
value - allowed object is
ArrayOfParamTypeboolean isSetCustomParams()
void unsetCustomParams()
TargetType getTarget()
TargetTypevoid setTarget(TargetType value)
value - allowed object is
TargetTypeboolean isSetTarget()
void unsetTarget()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||