public class CsJar extends Object
Java class for cs_jar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_jar">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="forUpSet" type="{http://www.witsml.org/schemas/1series}forceMeasure" minOccurs="0"/>
<element name="forDownSet" type="{http://www.witsml.org/schemas/1series}forceMeasure" minOccurs="0"/>
<element name="forUpTrip" type="{http://www.witsml.org/schemas/1series}forceMeasure" minOccurs="0"/>
<element name="forDownTrip" type="{http://www.witsml.org/schemas/1series}forceMeasure" minOccurs="0"/>
<element name="forPmpOpen" type="{http://www.witsml.org/schemas/1series}forceMeasure" minOccurs="0"/>
<element name="forSealFric" type="{http://www.witsml.org/schemas/1series}forceMeasure" minOccurs="0"/>
<element name="typeJar" type="{http://www.witsml.org/schemas/1series}JarType" minOccurs="0"/>
<element name="jarAction" type="{http://www.witsml.org/schemas/1series}JarAction" minOccurs="0"/>
<element name="customData" type="{http://www.witsml.org/schemas/1series}cs_customData" minOccurs="0"/>
<element name="extensionAny" type="{http://www.witsml.org/schemas/1series}cs_extensionAny" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsJar() |
| Modifier and Type | Method and Description |
|---|---|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
CsExtensionAny |
getExtensionAny()
Gets the value of the extensionAny property.
|
ForceMeasure |
getForDownSet()
Gets the value of the forDownSet property.
|
ForceMeasure |
getForDownTrip()
Gets the value of the forDownTrip property.
|
ForceMeasure |
getForPmpOpen()
Gets the value of the forPmpOpen property.
|
ForceMeasure |
getForSealFric()
Gets the value of the forSealFric property.
|
ForceMeasure |
getForUpSet()
Gets the value of the forUpSet property.
|
ForceMeasure |
getForUpTrip()
Gets the value of the forUpTrip property.
|
JarAction |
getJarAction()
Gets the value of the jarAction property.
|
JarType |
getTypeJar()
Gets the value of the typeJar property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setExtensionAny(CsExtensionAny value)
Sets the value of the extensionAny property.
|
void |
setForDownSet(ForceMeasure value)
Sets the value of the forDownSet property.
|
void |
setForDownTrip(ForceMeasure value)
Sets the value of the forDownTrip property.
|
void |
setForPmpOpen(ForceMeasure value)
Sets the value of the forPmpOpen property.
|
void |
setForSealFric(ForceMeasure value)
Sets the value of the forSealFric property.
|
void |
setForUpSet(ForceMeasure value)
Sets the value of the forUpSet property.
|
void |
setForUpTrip(ForceMeasure value)
Sets the value of the forUpTrip property.
|
void |
setJarAction(JarAction value)
Sets the value of the jarAction property.
|
void |
setTypeJar(JarType value)
Sets the value of the typeJar property.
|
public ForceMeasure getForUpSet()
ForceMeasurepublic void setForUpSet(ForceMeasure value)
value - allowed object is
ForceMeasurepublic ForceMeasure getForDownSet()
ForceMeasurepublic void setForDownSet(ForceMeasure value)
value - allowed object is
ForceMeasurepublic ForceMeasure getForUpTrip()
ForceMeasurepublic void setForUpTrip(ForceMeasure value)
value - allowed object is
ForceMeasurepublic ForceMeasure getForDownTrip()
ForceMeasurepublic void setForDownTrip(ForceMeasure value)
value - allowed object is
ForceMeasurepublic ForceMeasure getForPmpOpen()
ForceMeasurepublic void setForPmpOpen(ForceMeasure value)
value - allowed object is
ForceMeasurepublic ForceMeasure getForSealFric()
ForceMeasurepublic void setForSealFric(ForceMeasure value)
value - allowed object is
ForceMeasurepublic JarType getTypeJar()
JarTypepublic void setTypeJar(JarType value)
value - allowed object is
JarTypepublic JarAction getJarAction()
JarActionpublic void setJarAction(JarAction value)
value - allowed object is
JarActionpublic CsCustomData getCustomData()
CsCustomDatapublic void setCustomData(CsCustomData value)
value - allowed object is
CsCustomDatapublic CsExtensionAny getExtensionAny()
CsExtensionAnypublic void setExtensionAny(CsExtensionAny value)
value - allowed object is
CsExtensionAnyCopyright © 2017. All rights reserved.