org.tolven.ccr
Class Direction.DoseCalculation

java.lang.Object
  extended by org.tolven.ccr.DoseCalculationType
      extended by org.tolven.ccr.Direction.DoseCalculation
Enclosing class:
Direction

public static class Direction.DoseCalculation
extends DoseCalculationType

Java class for anonymous complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.DoseCalculationType
DoseCalculationType.CalculationEquation, DoseCalculationType.Variable
 
Constructor Summary
Direction.DoseCalculation()
           
 
Method Summary
 java.math.BigInteger getCalculationSequencePosition()
          Gets the value of the calculationSequencePosition property.
 java.util.List<RateType> getRate()
          Gets the value of the rate property.
 CodedDescriptionType getVariableCalculationModifier()
          Gets the value of the variableCalculationModifier property.
 void setCalculationSequencePosition(java.math.BigInteger value)
          Sets the value of the calculationSequencePosition property.
 void setVariableCalculationModifier(CodedDescriptionType value)
          Sets the value of the variableCalculationModifier property.
 
Methods inherited from class org.tolven.ccr.DoseCalculationType
getCalculationEquation, getDose, getVariable, setCalculationEquation, setDose
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Direction.DoseCalculation

public Direction.DoseCalculation()
Method Detail

getRate

public java.util.List<RateType> getRate()
Gets the value of the rate 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 rate property.

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

    getRate().add(newItem);
 

Objects of the following type(s) are allowed in the list RateType


getCalculationSequencePosition

public java.math.BigInteger getCalculationSequencePosition()
Gets the value of the calculationSequencePosition property.

Returns:
possible object is BigInteger

setCalculationSequencePosition

public void setCalculationSequencePosition(java.math.BigInteger value)
Sets the value of the calculationSequencePosition property.

Parameters:
value - allowed object is BigInteger

getVariableCalculationModifier

public CodedDescriptionType getVariableCalculationModifier()
Gets the value of the variableCalculationModifier property.

Returns:
possible object is CodedDescriptionType

setVariableCalculationModifier

public void setVariableCalculationModifier(CodedDescriptionType value)
Sets the value of the variableCalculationModifier property.

Parameters:
value - allowed object is CodedDescriptionType