org.vrprep.model.instance
Class RandomVariableType.Parameter

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

public static class RandomVariableType.Parameter
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" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  double value
           
 
Constructor Summary
RandomVariableType.Parameter()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 double getValue()
          Gets the value of the value property.
 void setName(String value)
          Sets the value of the name 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
Constructor Detail

RandomVariableType.Parameter

public RandomVariableType.Parameter()
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


Copyright © 2014 VRP-REP. All rights reserved.