public class Compound 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="{}Location"/>
<element ref="{}Spectrum"/>
</sequence>
<attribute name="algo" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algo |
protected Location |
location |
protected Spectrum |
spectrum |
| Constructor and Description |
|---|
Compound() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgo()
Gets the value of the algo property.
|
Location |
getLocation()
Gets the value of the location property.
|
Spectrum |
getSpectrum()
Gets the value of the spectrum property.
|
void |
setAlgo(String value)
Sets the value of the algo property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setSpectrum(Spectrum value)
Sets the value of the spectrum property.
|
protected Location location
protected Spectrum spectrum
protected String algo
public Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic Spectrum getSpectrum()
Spectrumpublic void setSpectrum(Spectrum value)
value - allowed object is
Spectrumpublic String getAlgo()
StringCopyright © 2017. All rights reserved.