public class Ensemble 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 name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Unit" type="{http://tethys.sdsu.edu/schema/1.0}UnitGroup" maxOccurs="unbounded"/> <element name="ZeroPosition" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat"/> <element name="ElevationInstrument_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Ensemble.ZeroPosition
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected List<UnitGroup> |
unit |
protected Ensemble.ZeroPosition |
zeroPosition |
Constructor and Description |
---|
Ensemble() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
List<UnitGroup> |
getUnit()
Gets the value of the unit property.
|
Ensemble.ZeroPosition |
getZeroPosition()
Gets the value of the zeroPosition property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setZeroPosition(Ensemble.ZeroPosition value)
Sets the value of the zeroPosition property.
|
protected String id
protected Ensemble.ZeroPosition zeroPosition
public void setId(String value)
value
- allowed object is
String
public List<UnitGroup> getUnit()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the unit property.
For example, to add a new item, do as follows:
getUnit().add(newItem);
Objects of the following type(s) are allowed in the list
UnitGroup
public Ensemble.ZeroPosition getZeroPosition()
Ensemble.ZeroPosition
public void setZeroPosition(Ensemble.ZeroPosition value)
value
- allowed object is
Ensemble.ZeroPosition
Copyright © 2024 Tethys. All rights reserved.