Class DetailedSignatureReportType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.DetailedSignatureReportType
Java class for DetailedSignatureReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailedSignatureReportType">
<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="Properties" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}PropertiesType" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}VerifyManifestResults" minOccurs="0"/>
<element name="SignatureHasVisibleContent" type="{http://www.w3.org/2001/XMLSchema}boolean" 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>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertificatePathValidityTypeprotected VerificationResultTypeprotected PropertiesTypeprotected Booleanprotected SignatureValidityTypeprotected VerifyManifestResultsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificatePathValidity property.Gets the value of the formatOK property.Gets the value of the properties property.Gets the value of the signatureOK property.Gets the value of the verifyManifestResults property.Gets the value of the signatureHasVisibleContent property.voidSets the value of the certificatePathValidity property.voidSets the value of the formatOK property.voidsetProperties(PropertiesType value) Sets the value of the properties property.voidSets the value of the signatureHasVisibleContent property.voidSets the value of the signatureOK property.voidSets the value of the verifyManifestResults property.
-
Field Details
-
formatOK
-
properties
-
verifyManifestResults
-
signatureHasVisibleContent
-
signatureOK
-
certificatePathValidity
-
-
Constructor Details
-
DetailedSignatureReportType
public DetailedSignatureReportType()
-
-
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
-
getProperties
Gets the value of the properties property.- Returns:
- possible object is
PropertiesType
-
setProperties
Sets the value of the properties property.- Parameters:
value- allowed object isPropertiesType
-
getVerifyManifestResults
Gets the value of the verifyManifestResults property.- Returns:
- possible object is
VerifyManifestResultsType
-
setVerifyManifestResults
Sets the value of the verifyManifestResults property.- Parameters:
value- allowed object isVerifyManifestResultsType
-
isSignatureHasVisibleContent
Gets the value of the signatureHasVisibleContent property.- Returns:
- possible object is
Boolean
-
setSignatureHasVisibleContent
Sets the value of the signatureHasVisibleContent property.- Parameters:
value- allowed object isBoolean
-
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
-