Package eu.europa.esig.dss.jaxb.parsers
Class TimestampedObjectTypeParser
java.lang.Object
eu.europa.esig.dss.jaxb.parsers.TimestampedObjectTypeParser
public final class TimestampedObjectTypeParser extends Object
Parses the
TimestampedObjectType
-
Method Summary
Modifier and Type Method Description static TimestampedObjectType
parse(String v)
Parses the value and returnsTimestampedObjectType
static String
print(TimestampedObjectType v)
Gets a text name of the value
-
Method Details
-
parse
Parses the value and returnsTimestampedObjectType
- Parameters:
v
-String
to parse- Returns:
TimestampedObjectType
-
print
Gets a text name of the value- Parameters:
v
-TimestampedObjectType
- Returns:
String
-