public class CsReferencePoint extends Object
Java class for cs_referencePoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_referencePoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.witsml.org/schemas/131}nameString"/>
<element name="type" type="{http://www.witsml.org/schemas/131}kindString" minOccurs="0"/>
<element name="elevation" type="{http://www.witsml.org/schemas/131}wellElevationCoord" minOccurs="0"/>
<element name="measuredDepth" type="{http://www.witsml.org/schemas/131}measuredDepthCoord" minOccurs="0"/>
<element name="location" type="{http://www.witsml.org/schemas/131}cs_location" maxOccurs="unbounded"/>
<element name="description" type="{http://www.witsml.org/schemas/131}commentString" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/131}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsReferencePoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
WellElevationCoord |
getElevation()
Gets the value of the elevation property.
|
List<CsLocation> |
getLocation()
Gets the value of the location property.
|
MeasuredDepthCoord |
getMeasuredDepth()
Gets the value of the measuredDepth property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setElevation(WellElevationCoord value)
Sets the value of the elevation property.
|
void |
setMeasuredDepth(MeasuredDepthCoord value)
Sets the value of the measuredDepth property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic WellElevationCoord getElevation()
WellElevationCoordpublic void setElevation(WellElevationCoord value)
value - allowed object is
WellElevationCoordpublic MeasuredDepthCoord getMeasuredDepth()
MeasuredDepthCoordpublic void setMeasuredDepth(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic List<CsLocation> getLocation()
set method for the location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list
CsLocationpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getUid()
StringCopyright © 2017. All rights reserved.