|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.DoseCalculationType
public class DoseCalculationType
Java class for DoseCalculationType complex type.
| Nested Class Summary | |
|---|---|
static class |
DoseCalculationType.CalculationEquation
Java class for anonymous complex type. |
static class |
DoseCalculationType.Variable
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
DoseCalculationType()
|
|
| Method Summary | |
|---|---|
DoseCalculationType.CalculationEquation |
getCalculationEquation()
Gets the value of the calculationEquation property. |
MeasureType |
getDose()
Gets the value of the dose property. |
java.util.List<DoseCalculationType.Variable> |
getVariable()
Gets the value of the variable property. |
void |
setCalculationEquation(DoseCalculationType.CalculationEquation value)
Sets the value of the calculationEquation property. |
void |
setDose(MeasureType value)
Sets the value of the dose property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoseCalculationType()
| Method Detail |
|---|
public MeasureType getDose()
MeasureTypepublic void setDose(MeasureType value)
value - allowed object is
MeasureTypepublic java.util.List<DoseCalculationType.Variable> getVariable()
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 variable property.
For example, to add a new item, do as follows:
getVariable().add(newItem);
Objects of the following type(s) are allowed in the list
DoseCalculationType.Variable
public DoseCalculationType.CalculationEquation getCalculationEquation()
DoseCalculationType.CalculationEquationpublic void setCalculationEquation(DoseCalculationType.CalculationEquation value)
value - allowed object is
DoseCalculationType.CalculationEquation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||