public class EffectiveDateTime
extends java.lang.Object
This class has the following attributes:
1. low (String)
2. high (String)
3. center (String)
4. width (String)
5. value (String)
This class provides accessors and mutators for the elements mentioned above.
| Constructor and Description |
|---|
EffectiveDateTime()
Constructs an object of EffectiveDateTime.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCenter()
Returns the Center.
|
java.lang.String |
getHigh()
Returns the High.
|
java.lang.String |
getLow()
Returns the Low.
|
java.lang.String |
getValue()
Returns the Value of Effective date/time.
|
java.lang.String |
getWidth()
Returns the Width.
|
void |
setCenter(java.lang.String center)
Sets the Center
|
void |
setHigh(java.lang.String high)
Sets the High.
|
void |
setLow(java.lang.String low)
Sets the Low.
|
void |
setValue(java.lang.String value)
Sets the Value of Effective date/time.
|
void |
setWidth(java.lang.String width)
Sets the Width
|
public EffectiveDateTime()
public java.lang.String getLow()
public void setLow(java.lang.String low)
low - Specifies the low value of effective date/Timepublic java.lang.String getHigh()
public void setHigh(java.lang.String high)
high - Specifies the high value of effective date/Timepublic java.lang.String getCenter()
public void setCenter(java.lang.String center)
center - Specifies the center or arithmetic mean of low and high effective date/Timepublic java.lang.String getWidth()
public void setWidth(java.lang.String width)
width - Specifies the difference between high and low boundarypublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - Specifies the value to set effective date/time if low, high, center, width is unknown