public interface LiteralConstructor
| Modifier and Type | Method and Description |
|---|---|
byte[] |
base64Decoding(String s) |
Object |
hexDecoding(String value) |
Object |
newDuration(String lexicalRepresentation)
Factory method for a duration.
|
Object |
newGDay(int day)
Factory method for a gDay.
|
Object |
newGMonth(int month)
Factory method for a gMonth.
|
Object |
newGMonthDay(int month,
int day)
Factory method for a gMonthDay.
|
Object |
newGYear(int year)
Factory method for a gYear.
|
Object |
newISOTime(String lexicalXSDDateTime)
Factory method for a dateTime.
|
Object |
newTimeNow()
Factory method for this moment's time expressed as dateTime.
|
Object newGYear(int year)
year - valueXMLGregorianCalendarObject newGMonth(int month)
month - valueXMLGregorianCalendarObject newGDay(int day)
day - valueXMLGregorianCalendarObject newGMonthDay(int month, int day)
month - valueday - valueXMLGregorianCalendarObject newISOTime(String lexicalXSDDateTime)
lexicalXSDDateTime - A string containing lexical representation of
xsd:datetime.XMLGregorianCalendarObject newDuration(String lexicalRepresentation)
lexicalRepresentation - String representation of a Duration.Durationbyte[] base64Decoding(String s)
Object newTimeNow()
XMLGregorianCalendarCopyright © 2016. All rights reserved.