biz.c24.io.api.data.fpml
Class FpMLValidator.RegularPeriod

java.lang.Object
  extended by biz.c24.io.api.data.fpml.FpMLValidator.RegularPeriod
Enclosing class:
FpMLValidator

public static class FpMLValidator.RegularPeriod
extends Object

A representation of a time period.


Constructor Summary
FpMLValidator.RegularPeriod(ISO8601Date startDate, ISO8601Date endDate)
          Creates a new instance with the specified start and end dates.
 
Method Summary
 ISO8601Date getEndDate()
          Returns the end date.
 ISO8601Date getStartDate()
          Returns the start date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FpMLValidator.RegularPeriod

public FpMLValidator.RegularPeriod(ISO8601Date startDate,
                                   ISO8601Date endDate)
Creates a new instance with the specified start and end dates.

Parameters:
startDate - The start date.
endDate - The end date.
Method Detail

getStartDate

public ISO8601Date getStartDate()
Returns the start date.

Returns:
The start date.

getEndDate

public ISO8601Date getEndDate()
Returns the end date.

Returns:
The end date.


C24 Technologies © 2002-2012: All Rights Reserved.