public class UuvCrossSectionArrayElementType extends Object
Java class for UuvCrossSectionArrayElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvCrossSectionArrayElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}commonAttributes"/>
<attribute name="element" use="required" type="{}nonNegativeInt" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected int |
element |
protected double |
value |
| Constructor and Description |
|---|
UuvCrossSectionArrayElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
int |
getElement()
Gets the value of the element property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setElement(int value)
Sets the value of the element property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected int element
protected double value
protected String description
public int getElement()
public void setElement(int value)
public double getValue()
public void setValue(double value)
public String getDescription()
String