Class TimeStampType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.TimeStampType
- All Implemented Interfaces:
Serializable
public class TimeStampType extends Object implements Serializable
Java class for TimeStampType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeStampType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="HashDataInfo" type="{http://uri.etsi.org/01903/v1.1.1#}HashDataInfoType" maxOccurs="unbounded"/> <choice> <element name="EncapsulatedTimeStamp" type="{http://uri.etsi.org/01903/v1.1.1#}EncapsulatedPKIDataType"/> <element name="XMLTimeStamp" type="{http://uri.etsi.org/01903/v1.1.1#}AnyType"/> </choice> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected EncapsulatedPKIDataType
encapsulatedTimeStamp
protected List<HashDataInfoType>
hashDataInfo
protected AnyType
xmlTimeStamp
-
Constructor Summary
Constructors Constructor Description TimeStampType()
-
Method Summary
Modifier and Type Method Description EncapsulatedPKIDataType
getEncapsulatedTimeStamp()
Gets the value of the encapsulatedTimeStamp property.List<HashDataInfoType>
getHashDataInfo()
Gets the value of the hashDataInfo property.AnyType
getXMLTimeStamp()
Gets the value of the xmlTimeStamp property.void
setEncapsulatedTimeStamp(EncapsulatedPKIDataType value)
Sets the value of the encapsulatedTimeStamp property.void
setXMLTimeStamp(AnyType value)
Sets the value of the xmlTimeStamp property.
-
Field Details
-
Constructor Details
-
TimeStampType
public TimeStampType()
-
-
Method Details
-
getHashDataInfo
Gets the value of the hashDataInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the hashDataInfo property.For example, to add a new item, do as follows:
getHashDataInfo().add(newItem);
Objects of the following type(s) are allowed in the list
HashDataInfoType
-
getEncapsulatedTimeStamp
Gets the value of the encapsulatedTimeStamp property.- Returns:
- possible object is
EncapsulatedPKIDataType
-
setEncapsulatedTimeStamp
Sets the value of the encapsulatedTimeStamp property.- Parameters:
value
- allowed object isEncapsulatedPKIDataType
-
getXMLTimeStamp
Gets the value of the xmlTimeStamp property.- Returns:
- possible object is
AnyType
-
setXMLTimeStamp
Sets the value of the xmlTimeStamp property.- Parameters:
value
- allowed object isAnyType
-