Package com.xmlcalabash.xvrl
Class XvrlTimestamp
-
- All Implemented Interfaces:
public final class XvrlTimestamp extends XvrlElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
XvrlTimestamp.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ZonedDateTime
timestamp
private final XProcStepConfiguration
stepConfig
public final static XvrlTimestamp.Companion
Companion
-
Method Summary
Modifier and Type Method Description final ZonedDateTime
getTimestamp()
Unit
serialize(SaxonTreeBuilder builder)
-
-
Method Detail
-
getTimestamp
final ZonedDateTime getTimestamp()
-
serialize
Unit serialize(SaxonTreeBuilder builder)
-
-
-
-