Class SATimestampType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SATimestampType
- All Implemented Interfaces:
Serializable
public class SATimestampType extends AttributeBaseType implements Serializable
Java class for SATimestampType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SATimestampType">
<complexContent>
<extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType">
<sequence>
<element name="TimeStampValue" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected DatetimeStampValueFields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed -
Constructor Summary
Constructors Constructor Description SATimestampType() -
Method Summary
Modifier and Type Method Description DategetTimeStampValue()Gets the value of the timeStampValue property.voidsetTimeStampValue(Date value)Sets the value of the timeStampValue property.Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
Constructor Details
-
SATimestampType
public SATimestampType()
-
-
Method Details
-
getTimeStampValue
Gets the value of the timeStampValue property.- Returns:
- possible object is
String
-
setTimeStampValue
Sets the value of the timeStampValue property.- Parameters:
value- allowed object isString
-