org.tolven.ccr
Class Direction.Dose

java.lang.Object
  extended by org.tolven.ccr.MeasureType
      extended by org.tolven.ccr.Direction.Dose
Enclosing class:
Direction

public static class Direction.Dose
extends MeasureType

Java class for anonymous complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.MeasureType
MeasureType.Units
 
Constructor Summary
Direction.Dose()
           
 
Method Summary
 java.math.BigInteger getDoseSequencePosition()
          Gets the value of the doseSequencePosition property.
 java.util.List<RateType> getRate()
          Gets the value of the rate property.
 CodedDescriptionType getVariableDoseModifier()
          Gets the value of the variableDoseModifier property.
 void setDoseSequencePosition(java.math.BigInteger value)
          Sets the value of the doseSequencePosition property.
 void setVariableDoseModifier(CodedDescriptionType value)
          Sets the value of the variableDoseModifier property.
 
Methods inherited from class org.tolven.ccr.MeasureType
getCode, getUnits, getValue, setUnits, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Direction.Dose

public Direction.Dose()
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


getDoseSequencePosition

public java.math.BigInteger getDoseSequencePosition()
Gets the value of the doseSequencePosition property.

Returns:
possible object is BigInteger

setDoseSequencePosition

public void setDoseSequencePosition(java.math.BigInteger value)
Sets the value of the doseSequencePosition property.

Parameters:
value - allowed object is BigInteger

getVariableDoseModifier

public CodedDescriptionType getVariableDoseModifier()
Gets the value of the variableDoseModifier property.

Returns:
possible object is CodedDescriptionType

setVariableDoseModifier

public void setVariableDoseModifier(CodedDescriptionType value)
Sets the value of the variableDoseModifier property.

Parameters:
value - allowed object is CodedDescriptionType