org.tolven.ccr
Class DoseCalculationType.CalculationEquation

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

public static class DoseCalculationType.CalculationEquation
extends java.lang.Object

Java class for anonymous complex type.


Constructor Summary
DoseCalculationType.CalculationEquation()
           
 
Method Summary
 java.util.List<CodeType> getCode()
          Gets the value of the code property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoseCalculationType.CalculationEquation

public DoseCalculationType.CalculationEquation()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getCode

public java.util.List<CodeType> getCode()
Gets the value of the code 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 code property.

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

    getCode().add(newItem);
 

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