Uses of Class
com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
Packages that use BigDateTimeValueType Package Description com.sun.msv.datatype.xsd.datetime -
-
Uses of BigDateTimeValueType in com.sun.msv.datatype.xsd.datetime
Fields in com.sun.msv.datatype.xsd.datetime declared as BigDateTimeValueType Modifier and Type Field Description private static BigDateTimeValueType[]
BigTimeDurationValueType. testInstance
Methods in com.sun.msv.datatype.xsd.datetime that return BigDateTimeValueType Modifier and Type Method Description private BigDateTimeValueType
PreciseCalendarParser. createCalendar()
BigDateTimeValueType
BigDateTimeValueType. getBigValue()
BigDateTimeValueType
IDateTimeValueType. getBigValue()
static BigDateTimeValueType
PreciseCalendarParser. parse(java.lang.String format, java.lang.String value)
Methods in com.sun.msv.datatype.xsd.datetime with parameters of type BigDateTimeValueType Modifier and Type Method Description protected static int
BigDateTimeValueType. compare(BigDateTimeValueType lhs, BigDateTimeValueType rhs)
compares two BigDateTimeValueType and returns one of the constant defined inComparator
.boolean
BigDateTimeValueType. equals(BigDateTimeValueType lhs, BigDateTimeValueType rhs)
Constructors in com.sun.msv.datatype.xsd.datetime with parameters of type BigDateTimeValueType Constructor Description BigDateTimeValueType(BigDateTimeValueType base, java.util.TimeZone newTimeZone)
creates an instance with the specified BigDateTimeValueType, with modified time zone.
-