public class CsLithology extends Object
Java class for cs_lithology complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_lithology">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.witsml.org/schemas/1series}LithologyType"/>
<element name="codeLith" type="{http://www.witsml.org/schemas/1series}str16" minOccurs="0"/>
<element name="lithPc" type="{http://www.witsml.org/schemas/1series}volumePerVolumeMeasurePercent" minOccurs="0"/>
<element name="description" type="{http://www.witsml.org/schemas/1series}commentString" minOccurs="0"/>
<element name="lithClass" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="grainType" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="dunhamClass" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="color" type="{http://www.witsml.org/schemas/1series}str16" minOccurs="0"/>
<element name="texture" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="hardness" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="compaction" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="sizeGrain" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="roundness" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="sphericity" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="sorting" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="matrixCement" type="{http://www.witsml.org/schemas/1series}MatrixCementType" minOccurs="0"/>
<element name="porosityVisible" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="porosityFabric" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="permeability" type="{http://www.witsml.org/schemas/1series}str32" minOccurs="0"/>
<element name="densShale" type="{http://www.witsml.org/schemas/1series}densityMeasure" minOccurs="0"/>
<element name="qualifier" type="{http://www.witsml.org/schemas/1series}cs_qualifier" maxOccurs="unbounded" 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 |
|---|
CsLithology() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeLith()
Gets the value of the codeLith property.
|
String |
getColor()
Gets the value of the color property.
|
String |
getCompaction()
Gets the value of the compaction property.
|
DensityMeasure |
getDensShale()
Gets the value of the densShale property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDunhamClass()
Gets the value of the dunhamClass property.
|
List<CsExtensionNameValue> |
getExtensionNameValue()
Gets the value of the extensionNameValue property.
|
String |
getGrainType()
Gets the value of the grainType property.
|
String |
getHardness()
Gets the value of the hardness property.
|
String |
getLithClass()
Gets the value of the lithClass property.
|
VolumePerVolumeMeasurePercent |
getLithPc()
Gets the value of the lithPc property.
|
String |
getMatrixCement()
Gets the value of the matrixCement property.
|
String |
getPermeability()
Gets the value of the permeability property.
|
String |
getPorosityFabric()
Gets the value of the porosityFabric property.
|
String |
getPorosityVisible()
Gets the value of the porosityVisible property.
|
List<CsQualifier> |
getQualifier()
Gets the value of the qualifier property.
|
String |
getRoundness()
Gets the value of the roundness property.
|
String |
getSizeGrain()
Gets the value of the sizeGrain property.
|
String |
getSorting()
Gets the value of the sorting property.
|
String |
getSphericity()
Gets the value of the sphericity property.
|
String |
getTexture()
Gets the value of the texture property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setCodeLith(String value)
Sets the value of the codeLith property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setCompaction(String value)
Sets the value of the compaction property.
|
void |
setDensShale(DensityMeasure value)
Sets the value of the densShale property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDunhamClass(String value)
Sets the value of the dunhamClass property.
|
void |
setGrainType(String value)
Sets the value of the grainType property.
|
void |
setHardness(String value)
Sets the value of the hardness property.
|
void |
setLithClass(String value)
Sets the value of the lithClass property.
|
void |
setLithPc(VolumePerVolumeMeasurePercent value)
Sets the value of the lithPc property.
|
void |
setMatrixCement(String value)
Sets the value of the matrixCement property.
|
void |
setPermeability(String value)
Sets the value of the permeability property.
|
void |
setPorosityFabric(String value)
Sets the value of the porosityFabric property.
|
void |
setPorosityVisible(String value)
Sets the value of the porosityVisible property.
|
void |
setRoundness(String value)
Sets the value of the roundness property.
|
void |
setSizeGrain(String value)
Sets the value of the sizeGrain property.
|
void |
setSorting(String value)
Sets the value of the sorting property.
|
void |
setSphericity(String value)
Sets the value of the sphericity property.
|
void |
setTexture(String value)
Sets the value of the texture 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 getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getCodeLith()
Stringpublic void setCodeLith(String value)
value - allowed object is
Stringpublic VolumePerVolumeMeasurePercent getLithPc()
VolumePerVolumeMeasurePercentpublic void setLithPc(VolumePerVolumeMeasurePercent value)
value - allowed object is
VolumePerVolumeMeasurePercentpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getLithClass()
Stringpublic void setLithClass(String value)
value - allowed object is
Stringpublic String getGrainType()
Stringpublic void setGrainType(String value)
value - allowed object is
Stringpublic String getDunhamClass()
Stringpublic void setDunhamClass(String value)
value - allowed object is
Stringpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getTexture()
Stringpublic void setTexture(String value)
value - allowed object is
Stringpublic String getHardness()
Stringpublic void setHardness(String value)
value - allowed object is
Stringpublic String getCompaction()
Stringpublic void setCompaction(String value)
value - allowed object is
Stringpublic String getSizeGrain()
Stringpublic void setSizeGrain(String value)
value - allowed object is
Stringpublic String getRoundness()
Stringpublic void setRoundness(String value)
value - allowed object is
Stringpublic String getSphericity()
Stringpublic void setSphericity(String value)
value - allowed object is
Stringpublic String getSorting()
Stringpublic void setSorting(String value)
value - allowed object is
Stringpublic String getMatrixCement()
Stringpublic void setMatrixCement(String value)
value - allowed object is
Stringpublic String getPorosityVisible()
Stringpublic void setPorosityVisible(String value)
value - allowed object is
Stringpublic String getPorosityFabric()
Stringpublic void setPorosityFabric(String value)
value - allowed object is
Stringpublic String getPermeability()
Stringpublic void setPermeability(String value)
value - allowed object is
Stringpublic DensityMeasure getDensShale()
DensityMeasurepublic void setDensShale(DensityMeasure value)
value - allowed object is
DensityMeasurepublic List<CsQualifier> getQualifier()
set method for the qualifier property.
For example, to add a new item, do as follows:
getQualifier().add(newItem);
Objects of the following type(s) are allowed in the list
CsQualifierpublic 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.