public class IndexCurve extends Object
Java class for indexCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="indexCurve">
<simpleContent>
<extension base="<http://www.witsml.org/schemas/131>str32">
<attribute name="columnIndex" use="required" type="{http://www.witsml.org/schemas/131}nonNegativeCount" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
IndexCurve() |
| Modifier and Type | Method and Description |
|---|---|
short |
getColumnIndex()
Gets the value of the columnIndex property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setColumnIndex(short value)
Sets the value of the columnIndex property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic short getColumnIndex()
public void setColumnIndex(short value)
Copyright © 2017. All rights reserved.