Class EvidenceRecordValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.EvidenceRecordValidityType
Java class for EvidenceRecordValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvidenceRecordValidityType">
<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="Version" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DigestAlgorithm" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AlgorithmValidityType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CryptoInfos" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attribute" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AttributeType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="EncryptionInfo" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncryptionInfoType" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AlgorithmValidityType"/>
<element name="EncryptionInfoValue" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ArchiveTimeStampSequence">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="ArchiveTimeStampChain">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="ArchiveTimeStamp" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ArchiveTimeStampValidityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EvidenceRecordValidityType.CryptoInfosprotected List<AlgorithmValidityType>protected VerificationResultTypeprotected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the archiveTimeStampSequence property.Gets the value of the cryptoInfos property.Gets the value of the digestAlgorithm property.Gets the value of the encryptionInfo property.Gets the value of the formatOK property.getId()Gets the value of the id property.Gets the value of the version property.voidSets the value of the archiveTimeStampSequence property.voidSets the value of the cryptoInfos property.voidSets the value of the encryptionInfo property.voidSets the value of the formatOK property.voidSets the value of the id property.voidsetVersion(BigInteger value) Sets the value of the version property.
-
Field Details
-
formatOK
-
version
-
digestAlgorithm
-
cryptoInfos
-
encryptionInfo
-
archiveTimeStampSequence
-
id
-
-
Constructor Details
-
EvidenceRecordValidityType
public EvidenceRecordValidityType()
-
-
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
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-
getDigestAlgorithm
Gets the value of the digestAlgorithm 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 Jakarta XML Binding object. This is why there is not a
setmethod for the digestAlgorithm property.For example, to add a new item, do as follows:
getDigestAlgorithm().add(newItem);Objects of the following type(s) are allowed in the list
AlgorithmValidityType -
getCryptoInfos
Gets the value of the cryptoInfos property.- Returns:
- possible object is
EvidenceRecordValidityType.CryptoInfos
-
setCryptoInfos
Sets the value of the cryptoInfos property.- Parameters:
value- allowed object isEvidenceRecordValidityType.CryptoInfos
-
getEncryptionInfo
Gets the value of the encryptionInfo property.- Returns:
- possible object is
EvidenceRecordValidityType.EncryptionInfo
-
setEncryptionInfo
Sets the value of the encryptionInfo property.- Parameters:
value- allowed object isEvidenceRecordValidityType.EncryptionInfo
-
getArchiveTimeStampSequence
Gets the value of the archiveTimeStampSequence property.- Returns:
- possible object is
EvidenceRecordValidityType.ArchiveTimeStampSequence
-
setArchiveTimeStampSequence
Sets the value of the archiveTimeStampSequence property.- Parameters:
value- allowed object isEvidenceRecordValidityType.ArchiveTimeStampSequence
-
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
-