org.tolven.ccr
Class DurationType

java.lang.Object
  extended by org.tolven.ccr.DurationType

public class DurationType
extends java.lang.Object

Java class for DurationType complex type.


Constructor Summary
DurationType()
           
 
Method Summary
 java.util.List<CodeType> getCode()
          Gets the value of the code property.
 java.util.List<DateTimeType> getDateTime()
          Gets the value of the dateTime property.
 CodedDescriptionType getDescription()
          Gets the value of the description property.
 java.math.BigInteger getDurationSequencePosition()
          Gets the value of the durationSequencePosition property.
 RateType.Units getUnits()
          Gets the value of the units property.
 java.lang.String getValue()
          Gets the value of the value property.
 CodedDescriptionType getVariableDurationModifier()
          Gets the value of the variableDurationModifier property.
 void setDescription(CodedDescriptionType value)
          Sets the value of the description property.
 void setDurationSequencePosition(java.math.BigInteger value)
          Sets the value of the durationSequencePosition property.
 void setUnits(RateType.Units value)
          Sets the value of the units property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 void setVariableDurationModifier(CodedDescriptionType value)
          Sets the value of the variableDurationModifier property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DurationType

public DurationType()
Method Detail

getDescription

public CodedDescriptionType getDescription()
Gets the value of the description property.

Returns:
possible object is CodedDescriptionType

setDescription

public void setDescription(CodedDescriptionType value)
Sets the value of the description property.

Parameters:
value - allowed object is CodedDescriptionType

getDateTime

public java.util.List<DateTimeType> getDateTime()
Gets the value of the dateTime 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 dateTime property.

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

    getDateTime().add(newItem);
 

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


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

getUnits

public RateType.Units getUnits()
Gets the value of the units property.

Returns:
possible object is RateType.Units

setUnits

public void setUnits(RateType.Units value)
Sets the value of the units property.

Parameters:
value - allowed object is RateType.Units

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


getDurationSequencePosition

public java.math.BigInteger getDurationSequencePosition()
Gets the value of the durationSequencePosition property.

Returns:
possible object is BigInteger

setDurationSequencePosition

public void setDurationSequencePosition(java.math.BigInteger value)
Sets the value of the durationSequencePosition property.

Parameters:
value - allowed object is BigInteger

getVariableDurationModifier

public CodedDescriptionType getVariableDurationModifier()
Gets the value of the variableDurationModifier property.

Returns:
possible object is CodedDescriptionType

setVariableDurationModifier

public void setVariableDurationModifier(CodedDescriptionType value)
Sets the value of the variableDurationModifier property.

Parameters:
value - allowed object is CodedDescriptionType