public class CsBend extends Object
Java class for cs_bend complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_bend">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="angle" type="{http://www.witsml.org/schemas/131}planeAngleMeasure" minOccurs="0"/>
<element name="distBendBot" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="customData" type="{http://www.witsml.org/schemas/131}cs_customData" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/131}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsBend() |
| Modifier and Type | Method and Description |
|---|---|
PlaneAngleMeasure |
getAngle()
Gets the value of the angle property.
|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
LengthMeasure |
getDistBendBot()
Gets the value of the distBendBot property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setAngle(PlaneAngleMeasure value)
Sets the value of the angle property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDistBendBot(LengthMeasure value)
Sets the value of the distBendBot property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
public PlaneAngleMeasure getAngle()
PlaneAngleMeasurepublic void setAngle(PlaneAngleMeasure value)
value - allowed object is
PlaneAngleMeasurepublic LengthMeasure getDistBendBot()
LengthMeasurepublic void setDistBendBot(LengthMeasure value)
value - allowed object is
LengthMeasurepublic CsCustomData getCustomData()
CsCustomDatapublic void setCustomData(CsCustomData value)
value - allowed object is
CsCustomDatapublic String getUid()
StringCopyright © 2017. All rights reserved.