public class InputSpectrumIdentificationsType extends Object
Java class for InputSpectrumIdentificationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputSpectrumIdentificationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="spectrumIdentificationList_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
spectrumIdentificationListRef |
| Constructor and Description |
|---|
InputSpectrumIdentificationsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSpectrumIdentificationListRef()
Gets the value of the spectrumIdentificationListRef property.
|
void |
setSpectrumIdentificationListRef(String value)
Sets the value of the spectrumIdentificationListRef property.
|
Copyright © 2017. All rights reserved.