public class CsStimAdditive extends Object
Java class for cs_stimAdditive complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_stimAdditive">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.witsml.org/schemas/1series}nameString"/>
<element name="kind" type="{http://www.witsml.org/schemas/1series}StimAdditiveType" minOccurs="0"/>
<element name="volume" type="{http://www.witsml.org/schemas/1series}volumeMeasure" minOccurs="0"/>
<element name="mass" type="{http://www.witsml.org/schemas/1series}massMeasure" 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 |
|---|
CsStimAdditive() |
| Modifier and Type | Method and Description |
|---|---|
List<CsExtensionNameValue> |
getExtensionNameValue()
Gets the value of the extensionNameValue property.
|
StimAdditiveType |
getKind()
Gets the value of the kind property.
|
MassMeasure |
getMass()
Gets the value of the mass property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUid()
Gets the value of the uid property.
|
VolumeMeasure |
getVolume()
Gets the value of the volume property.
|
void |
setKind(StimAdditiveType value)
Sets the value of the kind property.
|
void |
setMass(MassMeasure value)
Sets the value of the mass property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
void |
setVolume(VolumeMeasure value)
Sets the value of the volume property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic StimAdditiveType getKind()
StimAdditiveTypepublic void setKind(StimAdditiveType value)
value - allowed object is
StimAdditiveTypepublic VolumeMeasure getVolume()
VolumeMeasurepublic void setVolume(VolumeMeasure value)
value - allowed object is
VolumeMeasurepublic MassMeasure getMass()
MassMeasurepublic void setMass(MassMeasure value)
value - allowed object is
MassMeasurepublic 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.