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