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) |
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
public static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
public static void restorePlatformFactory()
public static void init()
public Duration newDuration(String lexicalRepresentation)
newDuration
in class DatatypeFactory
public Duration newDuration(long durationInMilliSeconds)
newDuration
in class DatatypeFactory
public Duration newDuration(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds)
newDuration
in class DatatypeFactory
public Duration newDuration(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds)
newDuration
in class DatatypeFactory
public Duration newDurationDayTime(String lexicalRepresentation)
newDurationDayTime
in class DatatypeFactory
public Duration newDurationDayTime(long durationInMilliseconds)
newDurationDayTime
in class DatatypeFactory
public Duration newDurationDayTime(boolean isPositive, BigInteger day, BigInteger hour, BigInteger minute, BigInteger second)
newDurationDayTime
in class DatatypeFactory
public Duration newDurationDayTime(boolean isPositive, int day, int hour, int minute, int second)
newDurationDayTime
in class DatatypeFactory
public Duration newDurationYearMonth(String lexicalRepresentation)
newDurationYearMonth
in class DatatypeFactory
public Duration newDurationYearMonth(long durationInMilliseconds)
newDurationYearMonth
in class DatatypeFactory
public Duration newDurationYearMonth(boolean isPositive, BigInteger year, BigInteger month)
newDurationYearMonth
in class DatatypeFactory
public Duration newDurationYearMonth(boolean isPositive, int year, int month)
newDurationYearMonth
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendar()
newXMLGregorianCalendar
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendar(String lexicalRepresentation)
newXMLGregorianCalendar
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendar(GregorianCalendar cal)
newXMLGregorianCalendar
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendar(BigInteger year, int month, int day, int hour, int minute, int second, BigDecimal fractionalSecond, int timezone)
newXMLGregorianCalendar
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendar(int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone)
newXMLGregorianCalendar
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendarDate(int year, int month, int day, int timezone)
newXMLGregorianCalendarDate
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int timezone)
newXMLGregorianCalendarTime
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone)
newXMLGregorianCalendarTime
in class DatatypeFactory
public XMLGregorianCalendar newXMLGregorianCalendarTime(int hours, int minutes, int seconds, int milliseconds, int timezone)
newXMLGregorianCalendarTime
in class DatatypeFactory
Copyright © 2017 JBoss by Red Hat. All rights reserved.