Module jpms_dss_diagnostic_data
Class XmlTimestampedObject
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlTimestampedObject
- All Implemented Interfaces:
Serializable
Java class for TimestampedObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimestampedObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="Token" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="Category" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}TimestampedObjectType" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected eu.europa.esig.dss.enumerations.TimestampedObjectTypeprotected XmlAbstractToken -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.TimestampedObjectTypeGets the value of the category property.getToken()Gets the value of the token property.voidsetCategory(eu.europa.esig.dss.enumerations.TimestampedObjectType value) Sets the value of the category property.voidsetToken(XmlAbstractToken value) Sets the value of the token property.
-
Field Details
-
token
-
category
protected eu.europa.esig.dss.enumerations.TimestampedObjectType category
-
-
Constructor Details
-
XmlTimestampedObject
public XmlTimestampedObject()
-
-
Method Details
-
getToken
Gets the value of the token property.- Returns:
- possible object is
Object
-
setToken
Sets the value of the token property.- Parameters:
value- allowed object isObject
-
getCategory
public eu.europa.esig.dss.enumerations.TimestampedObjectType getCategory()Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
public void setCategory(eu.europa.esig.dss.enumerations.TimestampedObjectType value) Sets the value of the category property.- Parameters:
value- allowed object isString
-