org.tolven.ccr
Class MeasureType.Units

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

public static class MeasureType.Units
extends java.lang.Object

Java class for anonymous complex type.


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

Constructor Detail

MeasureType.Units

public MeasureType.Units()
Method Detail

getUnit

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

Returns:
possible object is String

setUnit

public void setUnit(java.lang.String value)
Sets the value of the unit 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