org.tolven.ccr
Class DateTimeType.DateTimeRange.EndRange

java.lang.Object
  extended by org.tolven.ccr.DateTimeType.DateTimeRange.EndRange
Enclosing class:
DateTimeType.DateTimeRange

public static class DateTimeType.DateTimeRange.EndRange
extends java.lang.Object

Java class for anonymous complex type.


Constructor Summary
DateTimeType.DateTimeRange.EndRange()
           
 
Method Summary
 MeasureType getAge()
          Gets the value of the age property.
 CodedDescriptionType getApproximateDateTime()
          Gets the value of the approximateDateTime property.
 java.lang.String getExactDateTime()
          Gets the value of the exactDateTime property.
 void setAge(MeasureType value)
          Sets the value of the age property.
 void setApproximateDateTime(CodedDescriptionType value)
          Sets the value of the approximateDateTime property.
 void setExactDateTime(java.lang.String value)
          Sets the value of the exactDateTime property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeType.DateTimeRange.EndRange

public DateTimeType.DateTimeRange.EndRange()
Method Detail

getExactDateTime

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

Returns:
possible object is String

setExactDateTime

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

Parameters:
value - allowed object is String

getAge

public MeasureType getAge()
Gets the value of the age property.

Returns:
possible object is MeasureType

setAge

public void setAge(MeasureType value)
Sets the value of the age property.

Parameters:
value - allowed object is MeasureType

getApproximateDateTime

public CodedDescriptionType getApproximateDateTime()
Gets the value of the approximateDateTime property.

Returns:
possible object is CodedDescriptionType

setApproximateDateTime

public void setApproximateDateTime(CodedDescriptionType value)
Sets the value of the approximateDateTime property.

Parameters:
value - allowed object is CodedDescriptionType