All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hashmapinc.tempus.WitsmlObjects.v1311.CsMotor Maven / Gradle / Ivy

Go to download

This library assists in serializing and deserializing WITSML 1.3.1.1 and 1.4.1.1 Objects

There is a newer version: 1.1.48.1
Show newest version
package com.hashmapinc.tempus.WitsmlObjects.v1311;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;


/**
 * WITSML - Tubular Motor Component Schema
 * 
 * 

Java class for cs_motor complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 {@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * } 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "cs_motor", propOrder = { "offsetTool", "presLossFact", "flowrateMn", "flowrateMx", "diaRotorNozzle", "clearanceBearBox", "lobesRotor", "lobesStator", "typeBearing", "tempOpMx", "rotorCatcher", "dumpValve", "diaNozzle", "rotatable", "bendSettingsMn", "bendSettingsMx", "customData" }) public class CsMotor { protected LengthMeasure offsetTool; protected Double presLossFact; protected VolumeFlowRateMeasure flowrateMn; protected VolumeFlowRateMeasure flowrateMx; protected LengthMeasure diaRotorNozzle; protected LengthMeasure clearanceBearBox; protected Short lobesRotor; protected Short lobesStator; @XmlSchemaType(name = "string") protected BearingType typeBearing; protected ThermodynamicTemperatureMeasure tempOpMx; protected Boolean rotorCatcher; protected Boolean dumpValve; protected LengthMeasure diaNozzle; protected Boolean rotatable; protected PlaneAngleMeasure bendSettingsMn; protected PlaneAngleMeasure bendSettingsMx; protected CsCustomData customData; /** * Gets the value of the offsetTool property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getOffsetTool() { return offsetTool; } /** * Sets the value of the offsetTool property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setOffsetTool(LengthMeasure value) { this.offsetTool = value; } /** * Gets the value of the presLossFact property. * * @return * possible object is * {@link Double } * */ public Double getPresLossFact() { return presLossFact; } /** * Sets the value of the presLossFact property. * * @param value * allowed object is * {@link Double } * */ public void setPresLossFact(Double value) { this.presLossFact = value; } /** * Gets the value of the flowrateMn property. * * @return * possible object is * {@link VolumeFlowRateMeasure } * */ public VolumeFlowRateMeasure getFlowrateMn() { return flowrateMn; } /** * Sets the value of the flowrateMn property. * * @param value * allowed object is * {@link VolumeFlowRateMeasure } * */ public void setFlowrateMn(VolumeFlowRateMeasure value) { this.flowrateMn = value; } /** * Gets the value of the flowrateMx property. * * @return * possible object is * {@link VolumeFlowRateMeasure } * */ public VolumeFlowRateMeasure getFlowrateMx() { return flowrateMx; } /** * Sets the value of the flowrateMx property. * * @param value * allowed object is * {@link VolumeFlowRateMeasure } * */ public void setFlowrateMx(VolumeFlowRateMeasure value) { this.flowrateMx = value; } /** * Gets the value of the diaRotorNozzle property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getDiaRotorNozzle() { return diaRotorNozzle; } /** * Sets the value of the diaRotorNozzle property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setDiaRotorNozzle(LengthMeasure value) { this.diaRotorNozzle = value; } /** * Gets the value of the clearanceBearBox property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getClearanceBearBox() { return clearanceBearBox; } /** * Sets the value of the clearanceBearBox property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setClearanceBearBox(LengthMeasure value) { this.clearanceBearBox = value; } /** * Gets the value of the lobesRotor property. * * @return * possible object is * {@link Short } * */ public Short getLobesRotor() { return lobesRotor; } /** * Sets the value of the lobesRotor property. * * @param value * allowed object is * {@link Short } * */ public void setLobesRotor(Short value) { this.lobesRotor = value; } /** * Gets the value of the lobesStator property. * * @return * possible object is * {@link Short } * */ public Short getLobesStator() { return lobesStator; } /** * Sets the value of the lobesStator property. * * @param value * allowed object is * {@link Short } * */ public void setLobesStator(Short value) { this.lobesStator = value; } /** * Gets the value of the typeBearing property. * * @return * possible object is * {@link BearingType } * */ public BearingType getTypeBearing() { return typeBearing; } /** * Sets the value of the typeBearing property. * * @param value * allowed object is * {@link BearingType } * */ public void setTypeBearing(BearingType value) { this.typeBearing = value; } /** * Gets the value of the tempOpMx property. * * @return * possible object is * {@link ThermodynamicTemperatureMeasure } * */ public ThermodynamicTemperatureMeasure getTempOpMx() { return tempOpMx; } /** * Sets the value of the tempOpMx property. * * @param value * allowed object is * {@link ThermodynamicTemperatureMeasure } * */ public void setTempOpMx(ThermodynamicTemperatureMeasure value) { this.tempOpMx = value; } /** * Gets the value of the rotorCatcher property. * * @return * possible object is * {@link Boolean } * */ public Boolean isRotorCatcher() { return rotorCatcher; } /** * Sets the value of the rotorCatcher property. * * @param value * allowed object is * {@link Boolean } * */ public void setRotorCatcher(Boolean value) { this.rotorCatcher = value; } /** * Gets the value of the dumpValve property. * * @return * possible object is * {@link Boolean } * */ public Boolean isDumpValve() { return dumpValve; } /** * Sets the value of the dumpValve property. * * @param value * allowed object is * {@link Boolean } * */ public void setDumpValve(Boolean value) { this.dumpValve = value; } /** * Gets the value of the diaNozzle property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getDiaNozzle() { return diaNozzle; } /** * Sets the value of the diaNozzle property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setDiaNozzle(LengthMeasure value) { this.diaNozzle = value; } /** * Gets the value of the rotatable property. * * @return * possible object is * {@link Boolean } * */ public Boolean isRotatable() { return rotatable; } /** * Sets the value of the rotatable property. * * @param value * allowed object is * {@link Boolean } * */ public void setRotatable(Boolean value) { this.rotatable = value; } /** * Gets the value of the bendSettingsMn property. * * @return * possible object is * {@link PlaneAngleMeasure } * */ public PlaneAngleMeasure getBendSettingsMn() { return bendSettingsMn; } /** * Sets the value of the bendSettingsMn property. * * @param value * allowed object is * {@link PlaneAngleMeasure } * */ public void setBendSettingsMn(PlaneAngleMeasure value) { this.bendSettingsMn = value; } /** * Gets the value of the bendSettingsMx property. * * @return * possible object is * {@link PlaneAngleMeasure } * */ public PlaneAngleMeasure getBendSettingsMx() { return bendSettingsMx; } /** * Sets the value of the bendSettingsMx property. * * @param value * allowed object is * {@link PlaneAngleMeasure } * */ public void setBendSettingsMx(PlaneAngleMeasure value) { this.bendSettingsMx = value; } /** * Gets the value of the customData property. * * @return * possible object is * {@link CsCustomData } * */ public CsCustomData getCustomData() { return customData; } /** * Sets the value of the customData property. * * @param value * allowed object is * {@link CsCustomData } * */ public void setCustomData(CsCustomData value) { this.customData = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy