public class CsLocalCRS extends Object
Java class for cs_localCRS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_localCRS">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="usesWellAsOrigin" type="{http://www.witsml.org/schemas/131}logicalBoolean" minOccurs="0"/>
<element name="origin" type="{http://www.witsml.org/schemas/131}refNameString" minOccurs="0"/>
<element name="originDescription" type="{http://www.witsml.org/schemas/131}commentString" minOccurs="0"/>
</choice>
<element name="yAxisAzimuth" type="{http://www.witsml.org/schemas/131}yAxisAzimuth" minOccurs="0"/>
<element name="yAxisDescription" type="{http://www.witsml.org/schemas/131}commentString" minOccurs="0"/>
<element name="xRotationCounterClockwise" type="{http://www.witsml.org/schemas/131}logicalBoolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsLocalCRS() |
| Modifier and Type | Method and Description |
|---|---|
RefNameString |
getOrigin()
Gets the value of the origin property.
|
String |
getOriginDescription()
Gets the value of the originDescription property.
|
YAxisAzimuth |
getYAxisAzimuth()
Gets the value of the yAxisAzimuth property.
|
String |
getYAxisDescription()
Gets the value of the yAxisDescription property.
|
Boolean |
isUsesWellAsOrigin()
Gets the value of the usesWellAsOrigin property.
|
Boolean |
isXRotationCounterClockwise()
Gets the value of the xRotationCounterClockwise property.
|
void |
setOrigin(RefNameString value)
Sets the value of the origin property.
|
void |
setOriginDescription(String value)
Sets the value of the originDescription property.
|
void |
setUsesWellAsOrigin(Boolean value)
Sets the value of the usesWellAsOrigin property.
|
void |
setXRotationCounterClockwise(Boolean value)
Sets the value of the xRotationCounterClockwise property.
|
void |
setYAxisAzimuth(YAxisAzimuth value)
Sets the value of the yAxisAzimuth property.
|
void |
setYAxisDescription(String value)
Sets the value of the yAxisDescription property.
|
public Boolean isUsesWellAsOrigin()
Booleanpublic void setUsesWellAsOrigin(Boolean value)
value - allowed object is
Booleanpublic RefNameString getOrigin()
RefNameStringpublic void setOrigin(RefNameString value)
value - allowed object is
RefNameStringpublic String getOriginDescription()
Stringpublic void setOriginDescription(String value)
value - allowed object is
Stringpublic YAxisAzimuth getYAxisAzimuth()
YAxisAzimuthpublic void setYAxisAzimuth(YAxisAzimuth value)
value - allowed object is
YAxisAzimuthpublic String getYAxisDescription()
Stringpublic void setYAxisDescription(String value)
value - allowed object is
Stringpublic Boolean isXRotationCounterClockwise()
BooleanCopyright © 2017. All rights reserved.