public class SampleEnvironmentElementType extends Object
Java class for sampleEnvironmentElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sampleEnvironmentElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Contaminant" type="{}contaminantElementType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}CommonAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ContaminantElementType> |
contaminant |
protected String |
description |
protected String |
id |
protected Double |
timeStamp |
| Constructor and Description |
|---|
SampleEnvironmentElementType() |
| Modifier and Type | Method and Description |
|---|---|
List<ContaminantElementType> |
getContaminant()
Gets the value of the contaminant property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected List<ContaminantElementType> contaminant
protected Double timeStamp
protected String description
protected String id
public List<ContaminantElementType> getContaminant()
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 contaminant property.
For example, to add a new item, do as follows:
getContaminant().add(newItem);
Objects of the following type(s) are allowed in the list
ContaminantElementType
public Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String