public class CsWellCRS extends Object
Java class for cs_wellCRS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_wellCRS">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.witsml.org/schemas/1series}nameString"/>
<choice>
<element name="mapProjection" type="{http://www.witsml.org/schemas/1series}cs_projectionx"/>
<element name="geographic" type="{http://www.witsml.org/schemas/1series}cs_geodeticModel"/>
<element name="mapProjectionCRS" type="{http://www.witsml.org/schemas/1series}refNameString"/>
<element name="geodeticCRS" type="{http://www.witsml.org/schemas/1series}refNameString"/>
<element name="localCRS" type="{http://www.witsml.org/schemas/1series}cs_localCRS"/>
</choice>
<element name="description" type="{http://www.witsml.org/schemas/1series}descriptionString" minOccurs="0"/>
<element name="extensionNameValue" type="{http://www.witsml.org/schemas/1series}cs_extensionNameValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/1series}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsWellCRS() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<CsExtensionNameValue> |
getExtensionNameValue()
Gets the value of the extensionNameValue property.
|
RefNameString |
getGeodeticCRS()
Gets the value of the geodeticCRS property.
|
CsGeodeticModel |
getGeographic()
Gets the value of the geographic property.
|
CsLocalCRS |
getLocalCRS()
Gets the value of the localCRS property.
|
CsProjectionx |
getMapProjection()
Gets the value of the mapProjection property.
|
RefNameString |
getMapProjectionCRS()
Gets the value of the mapProjectionCRS property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGeodeticCRS(RefNameString value)
Sets the value of the geodeticCRS property.
|
void |
setGeographic(CsGeodeticModel value)
Sets the value of the geographic property.
|
void |
setLocalCRS(CsLocalCRS value)
Sets the value of the localCRS property.
|
void |
setMapProjection(CsProjectionx value)
Sets the value of the mapProjection property.
|
void |
setMapProjectionCRS(RefNameString value)
Sets the value of the mapProjectionCRS property.
|
void |
setName(String value)
Sets the value of the name 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 CsProjectionx getMapProjection()
CsProjectionxpublic void setMapProjection(CsProjectionx value)
value - allowed object is
CsProjectionxpublic CsGeodeticModel getGeographic()
CsGeodeticModelpublic void setGeographic(CsGeodeticModel value)
value - allowed object is
CsGeodeticModelpublic RefNameString getMapProjectionCRS()
RefNameStringpublic void setMapProjectionCRS(RefNameString value)
value - allowed object is
RefNameStringpublic RefNameString getGeodeticCRS()
RefNameStringpublic void setGeodeticCRS(RefNameString value)
value - allowed object is
RefNameStringpublic CsLocalCRS getLocalCRS()
CsLocalCRSpublic void setLocalCRS(CsLocalCRS value)
value - allowed object is
CsLocalCRSpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<CsExtensionNameValue> getExtensionNameValue()
set method for the extensionNameValue property.
For example, to add a new item, do as follows:
getExtensionNameValue().add(newItem);
Objects of the following type(s) are allowed in the list
CsExtensionNameValuepublic String getUid()
StringCopyright © 2017. All rights reserved.