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