public class Spectrum extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}MSDetails"/>
<element ref="{}RTRanges"/>
<element ref="{}Device"/>
<element ref="{}MSPeaks"/>
</sequence>
<attribute name="cpdAlgo" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="satLimit" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cpdAlgo |
protected Device |
device |
protected MSDetails |
msDetails |
protected MSPeaks |
msPeaks |
protected RTRanges |
rtRanges |
protected Integer |
satLimit |
protected String |
type |
| Constructor and Description |
|---|
Spectrum() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCpdAlgo()
Gets the value of the cpdAlgo property.
|
Device |
getDevice()
Gets the value of the device property.
|
MSDetails |
getMSDetails()
Gets the value of the msDetails property.
|
MSPeaks |
getMSPeaks()
Gets the value of the msPeaks property.
|
RTRanges |
getRTRanges()
Gets the value of the rtRanges property.
|
Integer |
getSatLimit()
Gets the value of the satLimit property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCpdAlgo(String value)
Sets the value of the cpdAlgo property.
|
void |
setDevice(Device value)
Sets the value of the device property.
|
void |
setMSDetails(MSDetails value)
Sets the value of the msDetails property.
|
void |
setMSPeaks(MSPeaks value)
Sets the value of the msPeaks property.
|
void |
setRTRanges(RTRanges value)
Sets the value of the rtRanges property.
|
void |
setSatLimit(Integer value)
Sets the value of the satLimit property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected MSDetails msDetails
protected RTRanges rtRanges
protected Device device
protected MSPeaks msPeaks
protected String cpdAlgo
protected Integer satLimit
protected String type
public MSDetails getMSDetails()
MSDetailspublic void setMSDetails(MSDetails value)
value - allowed object is
MSDetailspublic RTRanges getRTRanges()
RTRangespublic void setRTRanges(RTRanges value)
value - allowed object is
RTRangespublic Device getDevice()
Devicepublic void setDevice(Device value)
value - allowed object is
Devicepublic MSPeaks getMSPeaks()
MSPeakspublic void setMSPeaks(MSPeaks value)
value - allowed object is
MSPeakspublic String getCpdAlgo()
Stringpublic void setCpdAlgo(String value)
value - allowed object is
Stringpublic Integer getSatLimit()
Stringpublic void setSatLimit(Integer value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2017. All rights reserved.