Class TimeStampType
java.lang.Object
eu.europa.esig.xades.jaxb.xades111.TimeStampType
- All Implemented Interfaces:
- 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:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected EncapsulatedPKIDataTypeprotected List<HashDataInfoType>protected AnyType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the encapsulatedTimeStamp property.Gets the value of the hashDataInfo property.Gets the value of the xmlTimeStamp property.voidSets the value of the encapsulatedTimeStamp property.voidsetXMLTimeStamp(AnyType value) Sets the value of the xmlTimeStamp property.
- 
Field Details- 
hashDataInfo
- 
encapsulatedTimeStamp
- 
xmlTimeStamp
 
- 
- 
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
 
 
-