Base64BinaryDt(byte[] theBytes) |
Constructor
|
BooleanDt(boolean theBoolean) |
Constructor
|
CodeDt(String theCode) |
Constructor which accepts a string code
|
DateDt(Date theDate) |
|
DateDt(Date theDate,
TemporalPrecisionEnum thePrecision) |
Constructor which accepts a date value and a precision value.
|
DateTimeDt(Date theDate) |
Create a new DateTimeDt with seconds precision and the local time zone
|
DateTimeDt(Date theDate,
TemporalPrecisionEnum thePrecision) |
Constructor which accepts a date value and a precision value.
|
DecimalDt(double theValue) |
Constructor
|
DecimalDt(long theValue) |
Constructor
|
DecimalDt(BigDecimal theValue) |
Constructor
|
IdDt(String theValue) |
Create a new ID using a string.
|
InstantDt(Date theDate) |
|
InstantDt(Date theDate,
TemporalPrecisionEnum thePrecision) |
Constructor which accepts a date value and a precision value.
|
IntegerDt(int theInteger) |
Constructor
|
PositiveIntDt(int theInteger) |
Constructor
|
StringDt(String theValue) |
Create a new String
|
TimeDt(String theValue) |
Create a new String
|
UnsignedIntDt(int theInteger) |
Constructor
|
UriDt(String theValue) |
Create a new String
|
XhtmlDt(String theTextDiv) |
Constructor which accepts a string code
|