Class ArchiveTimeStampValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.ArchiveTimeStampValidityType
Java class for ArchiveTimeStampValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArchiveTimeStampValidityType">
<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="DigestAlgorithm" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AlgorithmValidityType" minOccurs="0"/>
<element name="Attributes" 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="ReducedHashTree" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="PartialHashTree">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="HashValue" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}HashValueType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TimeStamp" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}TimeStampValidityType"/>
</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. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ArchiveTimeStampValidityType.Attributesprotected AlgorithmValidityTypeprotected VerificationResultTypeprotected Stringprotected TimeStampValidityType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.Gets the value of the digestAlgorithm property.Gets the value of the formatOK property.getId()Gets the value of the id property.Gets the value of the reducedHashTree property.Gets the value of the timeStamp property.voidSets the value of the attributes property.voidSets the value of the digestAlgorithm property.voidSets the value of the formatOK property.voidSets the value of the id property.voidSets the value of the reducedHashTree property.voidSets the value of the timeStamp property.
-
Field Details
-
formatOK
-
digestAlgorithm
-
attributes
-
reducedHashTree
-
timeStamp
-
id
-
-
Constructor Details
-
ArchiveTimeStampValidityType
public ArchiveTimeStampValidityType()
-
-
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
-
getDigestAlgorithm
Gets the value of the digestAlgorithm property.- Returns:
- possible object is
AlgorithmValidityType
-
setDigestAlgorithm
Sets the value of the digestAlgorithm property.- Parameters:
value- allowed object isAlgorithmValidityType
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
ArchiveTimeStampValidityType.Attributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value- allowed object isArchiveTimeStampValidityType.Attributes
-
getReducedHashTree
Gets the value of the reducedHashTree property.- Returns:
- possible object is
ArchiveTimeStampValidityType.ReducedHashTree
-
setReducedHashTree
Sets the value of the reducedHashTree property.- Parameters:
value- allowed object isArchiveTimeStampValidityType.ReducedHashTree
-
getTimeStamp
Gets the value of the timeStamp property.- Returns:
- possible object is
TimeStampValidityType
-
setTimeStamp
Sets the value of the timeStamp property.- Parameters:
value- allowed object isTimeStampValidityType
-
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
-