Class ReturnVerificationReport
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.ReturnVerificationReport
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IncludeVerifier" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IncludeCertificateValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IncludeRevocationValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ExpandBinaryValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ReportDetailLevel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reportDetailLevel property.Gets the value of the expandBinaryValues property.Gets the value of the includeCertificateValues property.Gets the value of the includeRevocationValues property.Gets the value of the includeVerifier property.voidsetExpandBinaryValues(Boolean value) Sets the value of the expandBinaryValues property.voidSets the value of the includeCertificateValues property.voidSets the value of the includeRevocationValues property.voidsetIncludeVerifier(Boolean value) Sets the value of the includeVerifier property.voidsetReportDetailLevel(String value) Sets the value of the reportDetailLevel property.
-
Field Details
-
includeVerifier
-
includeCertificateValues
-
includeRevocationValues
-
expandBinaryValues
-
reportDetailLevel
-
-
Constructor Details
-
ReturnVerificationReport
public ReturnVerificationReport()
-
-
Method Details
-
isIncludeVerifier
Gets the value of the includeVerifier property.- Returns:
- possible object is
Boolean
-
setIncludeVerifier
Sets the value of the includeVerifier property.- Parameters:
value- allowed object isBoolean
-
isIncludeCertificateValues
Gets the value of the includeCertificateValues property.- Returns:
- possible object is
Boolean
-
setIncludeCertificateValues
Sets the value of the includeCertificateValues property.- Parameters:
value- allowed object isBoolean
-
isIncludeRevocationValues
Gets the value of the includeRevocationValues property.- Returns:
- possible object is
Boolean
-
setIncludeRevocationValues
Sets the value of the includeRevocationValues property.- Parameters:
value- allowed object isBoolean
-
isExpandBinaryValues
Gets the value of the expandBinaryValues property.- Returns:
- possible object is
Boolean
-
setExpandBinaryValues
Sets the value of the expandBinaryValues property.- Parameters:
value- allowed object isBoolean
-
getReportDetailLevel
Gets the value of the reportDetailLevel property.- Returns:
- possible object is
String
-
setReportDetailLevel
Sets the value of the reportDetailLevel property.- Parameters:
value- allowed object isString
-