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 SummaryFields Modifier and Type Field Description protected EncapsulatedPKIDataTypeencapsulatedTimeStampprotected List<HashDataInfoType>hashDataInfoprotected AnyTypexmlTimeStamp
- 
Constructor SummaryConstructors Constructor Description TimeStampType()
- 
Method SummaryModifier and Type Method Description EncapsulatedPKIDataTypegetEncapsulatedTimeStamp()Gets the value of the encapsulatedTimeStamp property.List<HashDataInfoType>getHashDataInfo()Gets the value of the hashDataInfo property.AnyTypegetXMLTimeStamp()Gets the value of the xmlTimeStamp property.voidsetEncapsulatedTimeStamp(EncapsulatedPKIDataType value)Sets the value of the encapsulatedTimeStamp property.voidsetXMLTimeStamp(AnyType value)Sets the value of the xmlTimeStamp property.
- 
Field Details
- 
Constructor Details- 
TimeStampTypepublic TimeStampType()
 
- 
- 
Method Details- 
getHashDataInfoGets 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 setmethod 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
- 
getEncapsulatedTimeStampGets the value of the encapsulatedTimeStamp property.- Returns:
- possible object is
     EncapsulatedPKIDataType
 
- 
setEncapsulatedTimeStampSets the value of the encapsulatedTimeStamp property.- Parameters:
- value- allowed object is- EncapsulatedPKIDataType
 
- 
getXMLTimeStampGets the value of the xmlTimeStamp property.- Returns:
- possible object is
     AnyType
 
- 
setXMLTimeStampSets the value of the xmlTimeStamp property.- Parameters:
- value- allowed object is- AnyType
 
 
-