public static class RandomVariableType.Moment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected BigInteger |
number |
protected double |
value |
| Constructor and Description |
|---|
Moment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected double value
protected String name
protected BigInteger number
public double getValue()
public void setValue(double value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014 VRP-REP. All rights reserved.