public class CsIscwsaSurveyToolOperatingInterval extends Object
Java class for cs_iscwsaSurveyToolOperatingInterval complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_iscwsaSurveyToolOperatingInterval">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mode" type="{http://www.witsml.org/schemas/1series}SurveyToolOperatingMode"/>
<element name="start" type="{http://www.witsml.org/schemas/1series}planeAngleMeasure"/>
<element name="end" type="{http://www.witsml.org/schemas/1series}planeAngleMeasure"/>
<element name="speed" type="{http://www.witsml.org/schemas/1series}velocityMeasure" minOccurs="0"/>
<element name="sampleRate" type="{http://www.witsml.org/schemas/1series}timeMeasure" minOccurs="0"/>
<element name="extensionNameValue" type="{http://www.witsml.org/schemas/1series}cs_extensionNameValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/1series}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsIscwsaSurveyToolOperatingInterval() |
| Modifier and Type | Method and Description |
|---|---|
PlaneAngleMeasure |
getEnd()
Gets the value of the end property.
|
List<CsExtensionNameValue> |
getExtensionNameValue()
Gets the value of the extensionNameValue property.
|
SurveyToolOperatingMode |
getMode()
Gets the value of the mode property.
|
TimeMeasure |
getSampleRate()
Gets the value of the sampleRate property.
|
VelocityMeasure |
getSpeed()
Gets the value of the speed property.
|
PlaneAngleMeasure |
getStart()
Gets the value of the start property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setEnd(PlaneAngleMeasure value)
Sets the value of the end property.
|
void |
setMode(SurveyToolOperatingMode value)
Sets the value of the mode property.
|
void |
setSampleRate(TimeMeasure value)
Sets the value of the sampleRate property.
|
void |
setSpeed(VelocityMeasure value)
Sets the value of the speed property.
|
void |
setStart(PlaneAngleMeasure value)
Sets the value of the start property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
public SurveyToolOperatingMode getMode()
SurveyToolOperatingModepublic void setMode(SurveyToolOperatingMode value)
value - allowed object is
SurveyToolOperatingModepublic PlaneAngleMeasure getStart()
PlaneAngleMeasurepublic void setStart(PlaneAngleMeasure value)
value - allowed object is
PlaneAngleMeasurepublic PlaneAngleMeasure getEnd()
PlaneAngleMeasurepublic void setEnd(PlaneAngleMeasure value)
value - allowed object is
PlaneAngleMeasurepublic VelocityMeasure getSpeed()
VelocityMeasurepublic void setSpeed(VelocityMeasure value)
value - allowed object is
VelocityMeasurepublic TimeMeasure getSampleRate()
TimeMeasurepublic void setSampleRate(TimeMeasure value)
value - allowed object is
TimeMeasurepublic List<CsExtensionNameValue> getExtensionNameValue()
set method for the extensionNameValue property.
For example, to add a new item, do as follows:
getExtensionNameValue().add(newItem);
Objects of the following type(s) are allowed in the list
CsExtensionNameValuepublic String getUid()
StringCopyright © 2017. All rights reserved.