public class ContaminantRecordElementType extends Object
Java class for contaminantRecordElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contaminantRecordElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}AbsoluteHorizontalPositionElements"/>
<group ref="{}VerticalBlockElements" minOccurs="0"/>
</sequence>
<attGroup ref="{}CommonAttributes"/>
<attribute name="contaminant" use="required" type="{}contaminantType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NonNegativeScalarElementType |
aglAltitude |
protected NumericalBlockElementType |
aglAltitudeBlock |
protected NumericalBlockElementType |
aglmslAltitudeBlock |
protected NonNegativeScalarElementType |
altitude |
protected NumericalBlockElementType |
altitudeBlock |
protected ContaminantType |
contaminant |
protected NonNegativeScalarElementType |
depth |
protected NumericalBlockElementType |
depthAltitudeBlock |
protected NumericalBlockElementType |
depthBlock |
protected String |
description |
protected String |
id |
protected LatitudeLongitudeElementType |
latitudeLongitude |
protected NonNegativeScalarElementType |
mslAltitude |
protected NumericalBlockElementType |
mslAltitudeBlock |
protected Double |
timeStamp |
protected XyElementType |
xyPosition |
| Constructor and Description |
|---|
ContaminantRecordElementType() |
| Modifier and Type | Method and Description |
|---|---|
NonNegativeScalarElementType |
getAGLAltitude()
Gets the value of the aglAltitude property.
|
NumericalBlockElementType |
getAGLAltitudeBlock()
Gets the value of the aglAltitudeBlock property.
|
NumericalBlockElementType |
getAGLMSLAltitudeBlock()
Gets the value of the aglmslAltitudeBlock property.
|
NonNegativeScalarElementType |
getAltitude()
Gets the value of the altitude property.
|
NumericalBlockElementType |
getAltitudeBlock()
Gets the value of the altitudeBlock property.
|
ContaminantType |
getContaminant()
Gets the value of the contaminant property.
|
NonNegativeScalarElementType |
getDepth()
Gets the value of the depth property.
|
NumericalBlockElementType |
getDepthAltitudeBlock()
Gets the value of the depthAltitudeBlock property.
|
NumericalBlockElementType |
getDepthBlock()
Gets the value of the depthBlock property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
LatitudeLongitudeElementType |
getLatitudeLongitude()
Gets the value of the latitudeLongitude property.
|
NonNegativeScalarElementType |
getMSLAltitude()
Gets the value of the mslAltitude property.
|
NumericalBlockElementType |
getMSLAltitudeBlock()
Gets the value of the mslAltitudeBlock property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
XyElementType |
getXYPosition()
Gets the value of the xyPosition property.
|
void |
setAGLAltitude(NonNegativeScalarElementType value)
Sets the value of the aglAltitude property.
|
void |
setAGLAltitudeBlock(NumericalBlockElementType value)
Sets the value of the aglAltitudeBlock property.
|
void |
setAGLMSLAltitudeBlock(NumericalBlockElementType value)
Sets the value of the aglmslAltitudeBlock property.
|
void |
setAltitude(NonNegativeScalarElementType value)
Sets the value of the altitude property.
|
void |
setAltitudeBlock(NumericalBlockElementType value)
Sets the value of the altitudeBlock property.
|
void |
setContaminant(ContaminantType value)
Sets the value of the contaminant property.
|
void |
setDepth(NonNegativeScalarElementType value)
Sets the value of the depth property.
|
void |
setDepthAltitudeBlock(NumericalBlockElementType value)
Sets the value of the depthAltitudeBlock property.
|
void |
setDepthBlock(NumericalBlockElementType value)
Sets the value of the depthBlock property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLatitudeLongitude(LatitudeLongitudeElementType value)
Sets the value of the latitudeLongitude property.
|
void |
setMSLAltitude(NonNegativeScalarElementType value)
Sets the value of the mslAltitude property.
|
void |
setMSLAltitudeBlock(NumericalBlockElementType value)
Sets the value of the mslAltitudeBlock property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setXYPosition(XyElementType value)
Sets the value of the xyPosition property.
|
protected LatitudeLongitudeElementType latitudeLongitude
protected XyElementType xyPosition
protected NonNegativeScalarElementType depth
protected NonNegativeScalarElementType altitude
protected NonNegativeScalarElementType aglAltitude
protected NonNegativeScalarElementType mslAltitude
protected NumericalBlockElementType depthBlock
protected NumericalBlockElementType altitudeBlock
protected NumericalBlockElementType depthAltitudeBlock
protected NumericalBlockElementType aglAltitudeBlock
protected NumericalBlockElementType mslAltitudeBlock
protected NumericalBlockElementType aglmslAltitudeBlock
protected ContaminantType contaminant
protected Double timeStamp
protected String description
protected String id
public LatitudeLongitudeElementType getLatitudeLongitude()
LatitudeLongitudeElementTypepublic void setLatitudeLongitude(LatitudeLongitudeElementType value)
value - allowed object is
LatitudeLongitudeElementTypepublic XyElementType getXYPosition()
XyElementTypepublic void setXYPosition(XyElementType value)
value - allowed object is
XyElementTypepublic NonNegativeScalarElementType getDepth()
NonNegativeScalarElementTypepublic void setDepth(NonNegativeScalarElementType value)
value - allowed object is
NonNegativeScalarElementTypepublic NonNegativeScalarElementType getAltitude()
NonNegativeScalarElementTypepublic void setAltitude(NonNegativeScalarElementType value)
value - allowed object is
NonNegativeScalarElementTypepublic NonNegativeScalarElementType getAGLAltitude()
NonNegativeScalarElementTypepublic void setAGLAltitude(NonNegativeScalarElementType value)
value - allowed object is
NonNegativeScalarElementTypepublic NonNegativeScalarElementType getMSLAltitude()
NonNegativeScalarElementTypepublic void setMSLAltitude(NonNegativeScalarElementType value)
value - allowed object is
NonNegativeScalarElementTypepublic NumericalBlockElementType getDepthBlock()
NumericalBlockElementTypepublic void setDepthBlock(NumericalBlockElementType value)
value - allowed object is
NumericalBlockElementTypepublic NumericalBlockElementType getAltitudeBlock()
NumericalBlockElementTypepublic void setAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
NumericalBlockElementTypepublic NumericalBlockElementType getDepthAltitudeBlock()
NumericalBlockElementTypepublic void setDepthAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
NumericalBlockElementTypepublic NumericalBlockElementType getAGLAltitudeBlock()
NumericalBlockElementTypepublic void setAGLAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
NumericalBlockElementTypepublic NumericalBlockElementType getMSLAltitudeBlock()
NumericalBlockElementTypepublic void setMSLAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
NumericalBlockElementTypepublic NumericalBlockElementType getAGLMSLAltitudeBlock()
NumericalBlockElementTypepublic void setAGLMSLAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
NumericalBlockElementTypepublic ContaminantType getContaminant()
ContaminantTypepublic void setContaminant(ContaminantType value)
value - allowed object is
ContaminantTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String