org.tolven.ccr
Class DoseCalculationType.Variable

java.lang.Object
  extended by org.tolven.ccr.MeasureType
      extended by org.tolven.ccr.DoseCalculationType.Variable
Enclosing class:
DoseCalculationType

public static class DoseCalculationType.Variable
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
DoseCalculationType.Variable()
           
 
Method Summary
 java.lang.String getVariableIdentifier()
          Gets the value of the variableIdentifier property.
 CodedDescriptionType getVariableModifier()
          Gets the value of the variableModifier property.
 java.math.BigInteger getVariableSequencePosition()
          Gets the value of the variableSequencePosition property.
 void setVariableIdentifier(java.lang.String value)
          Sets the value of the variableIdentifier property.
 void setVariableModifier(CodedDescriptionType value)
          Sets the value of the variableModifier property.
 void setVariableSequencePosition(java.math.BigInteger value)
          Sets the value of the variableSequencePosition 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

DoseCalculationType.Variable

public DoseCalculationType.Variable()
Method Detail

getVariableIdentifier

public java.lang.String getVariableIdentifier()
Gets the value of the variableIdentifier property.

Returns:
possible object is String

setVariableIdentifier

public void setVariableIdentifier(java.lang.String value)
Sets the value of the variableIdentifier property.

Parameters:
value - allowed object is String

getVariableSequencePosition

public java.math.BigInteger getVariableSequencePosition()
Gets the value of the variableSequencePosition property.

Returns:
possible object is BigInteger

setVariableSequencePosition

public void setVariableSequencePosition(java.math.BigInteger value)
Sets the value of the variableSequencePosition property.

Parameters:
value - allowed object is BigInteger

getVariableModifier

public CodedDescriptionType getVariableModifier()
Gets the value of the variableModifier property.

Returns:
possible object is CodedDescriptionType

setVariableModifier

public void setVariableModifier(CodedDescriptionType value)
Sets the value of the variableModifier property.

Parameters:
value - allowed object is CodedDescriptionType