org.tolven.ccr
Class DoseCalculationType

java.lang.Object
  extended by org.tolven.ccr.DoseCalculationType
Direct Known Subclasses:
Direction.DoseCalculation, Direction.DoseRestriction

public class DoseCalculationType
extends java.lang.Object

Java class for DoseCalculationType complex type.


Nested Class Summary
static class DoseCalculationType.CalculationEquation
          Java class for anonymous complex type.
static class DoseCalculationType.Variable
          Java class for anonymous complex type.
 
Constructor Summary
DoseCalculationType()
           
 
Method Summary
 DoseCalculationType.CalculationEquation getCalculationEquation()
          Gets the value of the calculationEquation property.
 MeasureType getDose()
          Gets the value of the dose property.
 java.util.List<DoseCalculationType.Variable> getVariable()
          Gets the value of the variable property.
 void setCalculationEquation(DoseCalculationType.CalculationEquation value)
          Sets the value of the calculationEquation property.
 void setDose(MeasureType value)
          Sets the value of the dose property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoseCalculationType

public DoseCalculationType()
Method Detail

getDose

public MeasureType getDose()
Gets the value of the dose property.

Returns:
possible object is MeasureType

setDose

public void setDose(MeasureType value)
Sets the value of the dose property.

Parameters:
value - allowed object is MeasureType

getVariable

public java.util.List<DoseCalculationType.Variable> getVariable()
Gets the value of the variable property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the variable property.

For example, to add a new item, do as follows:

    getVariable().add(newItem);
 

Objects of the following type(s) are allowed in the list DoseCalculationType.Variable


getCalculationEquation

public DoseCalculationType.CalculationEquation getCalculationEquation()
Gets the value of the calculationEquation property.

Returns:
possible object is DoseCalculationType.CalculationEquation

setCalculationEquation

public void setCalculationEquation(DoseCalculationType.CalculationEquation value)
Sets the value of the calculationEquation property.

Parameters:
value - allowed object is DoseCalculationType.CalculationEquation