public class CsPump extends Object
Java class for cs_pump complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_pump">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="index" type="{http://www.witsml.org/schemas/131}positiveCount"/>
<element name="manufacturer" type="{http://www.witsml.org/schemas/131}nameString" minOccurs="0"/>
<element name="model" type="{http://www.witsml.org/schemas/131}str32" minOccurs="0"/>
<element name="dTimInstall" type="{http://www.witsml.org/schemas/131}timestamp" minOccurs="0"/>
<element name="dTimRemove" type="{http://www.witsml.org/schemas/131}timestamp" minOccurs="0"/>
<element name="owner" type="{http://www.witsml.org/schemas/131}str32" minOccurs="0"/>
<element name="typePump" type="{http://www.witsml.org/schemas/131}PumpType" minOccurs="0"/>
<element name="numCyl" type="{http://www.witsml.org/schemas/131}positiveCount" minOccurs="0"/>
<element name="odRod" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="idLiner" type="{http://www.witsml.org/schemas/131}lengthMeasure"/>
<element name="pumpAction" type="{http://www.witsml.org/schemas/131}pumpActionIntegerCode" minOccurs="0"/>
<element name="eff" type="{http://www.witsml.org/schemas/131}relativePowerMeasure" minOccurs="0"/>
<element name="lenStroke" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="presMx" type="{http://www.witsml.org/schemas/131}pressureMeasure" minOccurs="0"/>
<element name="powHydMx" type="{http://www.witsml.org/schemas/131}powerMeasure" minOccurs="0"/>
<element name="spmMx" type="{http://www.witsml.org/schemas/131}anglePerTimeMeasure" minOccurs="0"/>
<element name="displacement" type="{http://www.witsml.org/schemas/131}volumeMeasure"/>
<element name="presDamp" type="{http://www.witsml.org/schemas/131}pressureMeasure" minOccurs="0"/>
<element name="volDamp" type="{http://www.witsml.org/schemas/131}volumeMeasure" minOccurs="0"/>
<element name="powMechMx" type="{http://www.witsml.org/schemas/131}powerMeasure" minOccurs="0"/>
<element name="nameTag" type="{http://www.witsml.org/schemas/131}cs_nameTag" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/131}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsPump() |
| Modifier and Type | Method and Description |
|---|---|
VolumeMeasure |
getDisplacement()
Gets the value of the displacement property.
|
XMLGregorianCalendar |
getDTimInstall()
Gets the value of the dTimInstall property.
|
XMLGregorianCalendar |
getDTimRemove()
Gets the value of the dTimRemove property.
|
RelativePowerMeasure |
getEff()
Gets the value of the eff property.
|
LengthMeasure |
getIdLiner()
Gets the value of the idLiner property.
|
short |
getIndex()
Gets the value of the index property.
|
LengthMeasure |
getLenStroke()
Gets the value of the lenStroke property.
|
String |
getManufacturer()
Gets the value of the manufacturer property.
|
String |
getModel()
Gets the value of the model property.
|
List<CsNameTag> |
getNameTag()
Gets the value of the nameTag property.
|
Short |
getNumCyl()
Gets the value of the numCyl property.
|
LengthMeasure |
getOdRod()
Gets the value of the odRod property.
|
String |
getOwner()
Gets the value of the owner property.
|
PowerMeasure |
getPowHydMx()
Gets the value of the powHydMx property.
|
PowerMeasure |
getPowMechMx()
Gets the value of the powMechMx property.
|
PressureMeasure |
getPresDamp()
Gets the value of the presDamp property.
|
PressureMeasure |
getPresMx()
Gets the value of the presMx property.
|
Short |
getPumpAction()
Gets the value of the pumpAction property.
|
AnglePerTimeMeasure |
getSpmMx()
Gets the value of the spmMx property.
|
PumpType |
getTypePump()
Gets the value of the typePump property.
|
String |
getUid()
Gets the value of the uid property.
|
VolumeMeasure |
getVolDamp()
Gets the value of the volDamp property.
|
void |
setDisplacement(VolumeMeasure value)
Sets the value of the displacement property.
|
void |
setDTimInstall(XMLGregorianCalendar value)
Sets the value of the dTimInstall property.
|
void |
setDTimRemove(XMLGregorianCalendar value)
Sets the value of the dTimRemove property.
|
void |
setEff(RelativePowerMeasure value)
Sets the value of the eff property.
|
void |
setIdLiner(LengthMeasure value)
Sets the value of the idLiner property.
|
void |
setIndex(short value)
Sets the value of the index property.
|
void |
setLenStroke(LengthMeasure value)
Sets the value of the lenStroke property.
|
void |
setManufacturer(String value)
Sets the value of the manufacturer property.
|
void |
setModel(String value)
Sets the value of the model property.
|
void |
setNumCyl(Short value)
Sets the value of the numCyl property.
|
void |
setOdRod(LengthMeasure value)
Sets the value of the odRod property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPowHydMx(PowerMeasure value)
Sets the value of the powHydMx property.
|
void |
setPowMechMx(PowerMeasure value)
Sets the value of the powMechMx property.
|
void |
setPresDamp(PressureMeasure value)
Sets the value of the presDamp property.
|
void |
setPresMx(PressureMeasure value)
Sets the value of the presMx property.
|
void |
setPumpAction(Short value)
Sets the value of the pumpAction property.
|
void |
setSpmMx(AnglePerTimeMeasure value)
Sets the value of the spmMx property.
|
void |
setTypePump(PumpType value)
Sets the value of the typePump property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
void |
setVolDamp(VolumeMeasure value)
Sets the value of the volDamp property.
|
public short getIndex()
public void setIndex(short value)
public String getManufacturer()
Stringpublic void setManufacturer(String value)
value - allowed object is
Stringpublic String getModel()
Stringpublic void setModel(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDTimInstall()
XMLGregorianCalendarpublic void setDTimInstall(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDTimRemove()
XMLGregorianCalendarpublic void setDTimRemove(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic PumpType getTypePump()
PumpTypepublic void setTypePump(PumpType value)
value - allowed object is
PumpTypepublic Short getNumCyl()
Shortpublic void setNumCyl(Short value)
value - allowed object is
Shortpublic LengthMeasure getOdRod()
LengthMeasurepublic void setOdRod(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getIdLiner()
LengthMeasurepublic void setIdLiner(LengthMeasure value)
value - allowed object is
LengthMeasurepublic Short getPumpAction()
Shortpublic void setPumpAction(Short value)
value - allowed object is
Shortpublic RelativePowerMeasure getEff()
RelativePowerMeasurepublic void setEff(RelativePowerMeasure value)
value - allowed object is
RelativePowerMeasurepublic LengthMeasure getLenStroke()
LengthMeasurepublic void setLenStroke(LengthMeasure value)
value - allowed object is
LengthMeasurepublic PressureMeasure getPresMx()
PressureMeasurepublic void setPresMx(PressureMeasure value)
value - allowed object is
PressureMeasurepublic PowerMeasure getPowHydMx()
PowerMeasurepublic void setPowHydMx(PowerMeasure value)
value - allowed object is
PowerMeasurepublic AnglePerTimeMeasure getSpmMx()
AnglePerTimeMeasurepublic void setSpmMx(AnglePerTimeMeasure value)
value - allowed object is
AnglePerTimeMeasurepublic VolumeMeasure getDisplacement()
VolumeMeasurepublic void setDisplacement(VolumeMeasure value)
value - allowed object is
VolumeMeasurepublic PressureMeasure getPresDamp()
PressureMeasurepublic void setPresDamp(PressureMeasure value)
value - allowed object is
PressureMeasurepublic VolumeMeasure getVolDamp()
VolumeMeasurepublic void setVolDamp(VolumeMeasure value)
value - allowed object is
VolumeMeasurepublic PowerMeasure getPowMechMx()
PowerMeasurepublic void setPowMechMx(PowerMeasure value)
value - allowed object is
PowerMeasurepublic List<CsNameTag> getNameTag()
set method for the nameTag property.
For example, to add a new item, do as follows:
getNameTag().add(newItem);
Objects of the following type(s) are allowed in the list
CsNameTagpublic String getUid()
StringCopyright © 2017. All rights reserved.