org.tolven.ccr
Class Direction.DoseRestriction

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

public static class Direction.DoseRestriction
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.DoseRestriction()
           
 
Method Summary
 java.util.List<RateType> getRate()
          Gets the value of the rate property.
 java.math.BigInteger getRestrictionSequencePosition()
          Gets the value of the restrictionSequencePosition property.
 CodedDescriptionType getVariableRestrictionModifier()
          Gets the value of the variableRestrictionModifier property.
 void setRestrictionSequencePosition(java.math.BigInteger value)
          Sets the value of the restrictionSequencePosition property.
 void setVariableRestrictionModifier(CodedDescriptionType value)
          Sets the value of the variableRestrictionModifier 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.DoseRestriction

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


getRestrictionSequencePosition

public java.math.BigInteger getRestrictionSequencePosition()
Gets the value of the restrictionSequencePosition property.

Returns:
possible object is BigInteger

setRestrictionSequencePosition

public void setRestrictionSequencePosition(java.math.BigInteger value)
Sets the value of the restrictionSequencePosition property.

Parameters:
value - allowed object is BigInteger

getVariableRestrictionModifier

public CodedDescriptionType getVariableRestrictionModifier()
Gets the value of the variableRestrictionModifier property.

Returns:
possible object is CodedDescriptionType

setVariableRestrictionModifier

public void setVariableRestrictionModifier(CodedDescriptionType value)
Sets the value of the variableRestrictionModifier property.

Parameters:
value - allowed object is CodedDescriptionType