org.tolven.ccr
Class DateTimeType.DateTimeRange

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

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

Java class for anonymous complex type.


Nested Class Summary
static class DateTimeType.DateTimeRange.BeginRange
          Java class for anonymous complex type.
static class DateTimeType.DateTimeRange.EndRange
          Java class for anonymous complex type.
 
Constructor Summary
DateTimeType.DateTimeRange()
           
 
Method Summary
 DateTimeType.DateTimeRange.BeginRange getBeginRange()
          Gets the value of the beginRange property.
 DateTimeType.DateTimeRange.EndRange getEndRange()
          Gets the value of the endRange property.
 void setBeginRange(DateTimeType.DateTimeRange.BeginRange value)
          Sets the value of the beginRange property.
 void setEndRange(DateTimeType.DateTimeRange.EndRange value)
          Sets the value of the endRange property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeType.DateTimeRange

public DateTimeType.DateTimeRange()
Method Detail

getBeginRange

public DateTimeType.DateTimeRange.BeginRange getBeginRange()
Gets the value of the beginRange property.

Returns:
possible object is DateTimeType.DateTimeRange.BeginRange

setBeginRange

public void setBeginRange(DateTimeType.DateTimeRange.BeginRange value)
Sets the value of the beginRange property.

Parameters:
value - allowed object is DateTimeType.DateTimeRange.BeginRange

getEndRange

public DateTimeType.DateTimeRange.EndRange getEndRange()
Gets the value of the endRange property.

Returns:
possible object is DateTimeType.DateTimeRange.EndRange

setEndRange

public void setEndRange(DateTimeType.DateTimeRange.EndRange value)
Sets the value of the endRange property.

Parameters:
value - allowed object is DateTimeType.DateTimeRange.EndRange