public class CsIscwsaErrorTermValue extends Object
Java class for cs_iscwsaErrorTermValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_iscwsaErrorTermValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="term" type="{http://www.witsml.org/schemas/1series}refNameString"/>
<element name="prop" type="{http://www.witsml.org/schemas/1series}ErrorPropagationMode"/>
<element name="bias" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="value" type="{http://www.witsml.org/schemas/1series}measureOrQuantity"/>
<element name="comment" type="{http://www.witsml.org/schemas/1series}commentString" 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 |
|---|
CsIscwsaErrorTermValue() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBias()
Gets the value of the bias property.
|
String |
getComment()
Gets the value of the comment property.
|
List<CsExtensionNameValue> |
getExtensionNameValue()
Gets the value of the extensionNameValue property.
|
ErrorPropagationMode |
getProp()
Gets the value of the prop property.
|
RefNameString |
getTerm()
Gets the value of the term property.
|
String |
getUid()
Gets the value of the uid property.
|
MeasureOrQuantity |
getValue()
Gets the value of the value property.
|
void |
setBias(Double value)
Sets the value of the bias property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setProp(ErrorPropagationMode value)
Sets the value of the prop property.
|
void |
setTerm(RefNameString value)
Sets the value of the term property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
void |
setValue(MeasureOrQuantity value)
Sets the value of the value property.
|
public RefNameString getTerm()
RefNameStringpublic void setTerm(RefNameString value)
value - allowed object is
RefNameStringpublic ErrorPropagationMode getProp()
ErrorPropagationModepublic void setProp(ErrorPropagationMode value)
value - allowed object is
ErrorPropagationModepublic Double getBias()
Doublepublic void setBias(Double value)
value - allowed object is
Doublepublic MeasureOrQuantity getValue()
MeasureOrQuantitypublic void setValue(MeasureOrQuantity value)
value - allowed object is
MeasureOrQuantitypublic String getComment()
Stringpublic void setComment(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.