public class XmlTimestampedObject extends Object
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>
<element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Category" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}TimestampedObjectType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TimestampedObjectType |
category |
protected XmlDigestAlgoAndValue |
digestAlgoAndValue |
protected String |
id |
| Constructor and Description |
|---|
XmlTimestampedObject() |
| Modifier and Type | Method and Description |
|---|---|
TimestampedObjectType |
getCategory()
Gets the value of the category property.
|
XmlDigestAlgoAndValue |
getDigestAlgoAndValue()
Gets the value of the digestAlgoAndValue property.
|
String |
getId()
Gets the value of the id property.
|
void |
setCategory(TimestampedObjectType value)
Sets the value of the category property.
|
void |
setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
Sets the value of the digestAlgoAndValue property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected XmlDigestAlgoAndValue digestAlgoAndValue
protected String id
protected TimestampedObjectType category
public XmlDigestAlgoAndValue getDigestAlgoAndValue()
XmlDigestAlgoAndValuepublic void setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
value - allowed object is
XmlDigestAlgoAndValuepublic void setId(String value)
value - allowed object is
Stringpublic TimestampedObjectType getCategory()
Stringpublic void setCategory(TimestampedObjectType value)
value - allowed object is
StringCopyright © 2018. All rights reserved.