public final class __DatatypeFactory extends DatatypeFactory
DATATYPEFACTORY_IMPLEMENTATION_CLASS, DATATYPEFACTORY_PROPERTY| Constructor and Description |
|---|
__DatatypeFactory()
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
changeDefaultFactory(ModuleIdentifier id,
ModuleLoader loader)
Deprecated.
|
static void |
changeDefaultFactory(String id,
ModuleLoader loader) |
static void |
init()
Init method.
|
Duration |
newDuration(boolean isPositive,
BigInteger years,
BigInteger months,
BigInteger days,
BigInteger hours,
BigInteger minutes,
BigDecimal seconds) |
Duration |
newDuration(boolean isPositive,
int years,
int months,
int days,
int hours,
int minutes,
int seconds) |
Duration |
newDuration(long durationInMilliSeconds) |
Duration |
newDuration(String lexicalRepresentation) |
Duration |
newDurationDayTime(boolean isPositive,
BigInteger day,
BigInteger hour,
BigInteger minute,
BigInteger second) |
Duration |
newDurationDayTime(boolean isPositive,
int day,
int hour,
int minute,
int second) |
Duration |
newDurationDayTime(long durationInMilliseconds) |
Duration |
newDurationDayTime(String lexicalRepresentation) |
Duration |
newDurationYearMonth(boolean isPositive,
BigInteger year,
BigInteger month) |
Duration |
newDurationYearMonth(boolean isPositive,
int year,
int month) |
Duration |
newDurationYearMonth(long durationInMilliseconds) |
Duration |
newDurationYearMonth(String lexicalRepresentation) |
XMLGregorianCalendar |
newXMLGregorianCalendar() |
XMLGregorianCalendar |
newXMLGregorianCalendar(BigInteger year,
int month,
int day,
int hour,
int minute,
int second,
BigDecimal fractionalSecond,
int timezone) |
XMLGregorianCalendar |
newXMLGregorianCalendar(GregorianCalendar cal) |
XMLGregorianCalendar |
newXMLGregorianCalendar(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
int timezone) |
XMLGregorianCalendar |
newXMLGregorianCalendar(String lexicalRepresentation) |
XMLGregorianCalendar |
newXMLGregorianCalendarDate(int year,
int month,
int day,
int timezone) |
XMLGregorianCalendar |
newXMLGregorianCalendarTime(int hours,
int minutes,
int seconds,
BigDecimal fractionalSecond,
int timezone) |
XMLGregorianCalendar |
newXMLGregorianCalendarTime(int hours,
int minutes,
int seconds,
int timezone) |
XMLGregorianCalendar |
newXMLGregorianCalendarTime(int hours,
int minutes,
int seconds,
int milliseconds,
int timezone) |
static void |
restorePlatformFactory() |
String |
toString() |
newInstance, newInstance@Deprecated public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
public static void changeDefaultFactory(String id, ModuleLoader loader)
public static void restorePlatformFactory()
public static void init()
public Duration newDuration(String lexicalRepresentation)
newDuration in class DatatypeFactorypublic Duration newDuration(long durationInMilliSeconds)
newDuration in class DatatypeFactorypublic Duration newDuration(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds)
newDuration in class DatatypeFactorypublic Duration newDuration(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds)
newDuration in class DatatypeFactorypublic Duration newDurationDayTime(String lexicalRepresentation)
newDurationDayTime in class DatatypeFactorypublic Duration newDurationDayTime(long durationInMilliseconds)
newDurationDayTime in class DatatypeFactorypublic Duration newDurationDayTime(boolean isPositive, BigInteger day, BigInteger hour, BigInteger minute, BigInteger second)
newDurationDayTime in class DatatypeFactorypublic Duration newDurationDayTime(boolean isPositive, int day, int hour, int minute, int second)
newDurationDayTime in class DatatypeFactorypublic Duration newDurationYearMonth(String lexicalRepresentation)
newDurationYearMonth in class DatatypeFactorypublic Duration newDurationYearMonth(long durationInMilliseconds)
newDurationYearMonth in class DatatypeFactorypublic Duration newDurationYearMonth(boolean isPositive, BigInteger year, BigInteger month)
newDurationYearMonth in class DatatypeFactorypublic Duration newDurationYearMonth(boolean isPositive, int year, int month)
newDurationYearMonth in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendar()
newXMLGregorianCalendar in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendar(String lexicalRepresentation)
newXMLGregorianCalendar in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendar(GregorianCalendar cal)
newXMLGregorianCalendar in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendar(BigInteger year, int month, int day, int hour, int minute, int second, BigDecimal fractionalSecond, int timezone)
newXMLGregorianCalendar in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendar(int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)
newXMLGregorianCalendar in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendarDate(int year, int month, int day, int timezone)
newXMLGregorianCalendarDate in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int timezone)
newXMLGregorianCalendarTime in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone)
newXMLGregorianCalendarTime in class DatatypeFactorypublic XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int milliseconds, int timezone)
newXMLGregorianCalendarTime in class DatatypeFactoryCopyright © 2017. All rights reserved.