Class TimeStampValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.TimeStampValidityType
Java class for TimeStampValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeStampValidityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FormatOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="TimeStampContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}TstContentType" minOccurs="0"/>
<element name="MessageHashAlgorithm" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AlgorithmValidityType" minOccurs="0"/>
<element name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
<element name="CertificatePathValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificatePathValidityType"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertificatePathValidityTypeprotected VerificationResultTypeprotected Stringprotected AlgorithmValidityTypeprotected SignatureValidityTypeprotected TstContentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificatePathValidity property.Gets the value of the formatOK property.getId()Gets the value of the id property.Gets the value of the messageHashAlgorithm property.Gets the value of the signatureOK property.Gets the value of the timeStampContent property.voidSets the value of the certificatePathValidity property.voidSets the value of the formatOK property.voidSets the value of the id property.voidSets the value of the messageHashAlgorithm property.voidSets the value of the signatureOK property.voidSets the value of the timeStampContent property.
-
Field Details
-
formatOK
-
timeStampContent
-
messageHashAlgorithm
-
signatureOK
-
certificatePathValidity
-
id
-
-
Constructor Details
-
TimeStampValidityType
public TimeStampValidityType()
-
-
Method Details
-
getFormatOK
Gets the value of the formatOK property.- Returns:
- possible object is
VerificationResultType
-
setFormatOK
Sets the value of the formatOK property.- Parameters:
value- allowed object isVerificationResultType
-
getTimeStampContent
Gets the value of the timeStampContent property.- Returns:
- possible object is
TstContentType
-
setTimeStampContent
Sets the value of the timeStampContent property.- Parameters:
value- allowed object isTstContentType
-
getMessageHashAlgorithm
Gets the value of the messageHashAlgorithm property.- Returns:
- possible object is
AlgorithmValidityType
-
setMessageHashAlgorithm
Sets the value of the messageHashAlgorithm property.- Parameters:
value- allowed object isAlgorithmValidityType
-
getSignatureOK
Gets the value of the signatureOK property.- Returns:
- possible object is
SignatureValidityType
-
setSignatureOK
Sets the value of the signatureOK property.- Parameters:
value- allowed object isSignatureValidityType
-
getCertificatePathValidity
Gets the value of the certificatePathValidity property.- Returns:
- possible object is
CertificatePathValidityType
-
setCertificatePathValidity
Sets the value of the certificatePathValidity property.- Parameters:
value- allowed object isCertificatePathValidityType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-