org.vrprep.model.instance
Class RandomVariableType.Moment

java.lang.Object
  extended by org.vrprep.model.instance.RandomVariableType.Moment
Enclosing class:
RandomVariableType

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>
 


Field Summary
protected  String name
           
protected  BigInteger number
           
protected  double value
           
 
Constructor Summary
RandomVariableType.Moment()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected double value

name

protected String name

number

protected BigInteger number
Constructor Detail

RandomVariableType.Moment

public RandomVariableType.Moment()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNumber

public BigInteger getNumber()
Gets the value of the number property.

Returns:
possible object is BigInteger

setNumber

public void setNumber(BigInteger value)
Sets the value of the number property.

Parameters:
value - allowed object is BigInteger


Copyright © 2014 VRP-REP. All rights reserved.