public class ObjectSequence extends Object
Java class for objectSequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="objectSequence">
<simpleContent>
<extension base="<http://www.witsml.org/schemas/1series>abstractPositiveCount">
<attribute name="description" type="{http://www.witsml.org/schemas/1series}descriptionString" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
ObjectSequence() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
short |
getValue()
A positive integer (one based count or index) with a maximum value of 32767 (2-bytes).
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setValue(short value)
Sets the value of the value property.
|
public short getValue()
public void setValue(short value)
public String getDescription()
StringCopyright © 2017. All rights reserved.