Class ReturnVerificationReport

java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.ReturnVerificationReport

public class ReturnVerificationReport extends Object

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 Details

    • includeVerifier

      protected Boolean includeVerifier
    • includeCertificateValues

      protected Boolean includeCertificateValues
    • includeRevocationValues

      protected Boolean includeRevocationValues
    • expandBinaryValues

      protected Boolean expandBinaryValues
    • reportDetailLevel

      protected String reportDetailLevel
  • Constructor Details

    • ReturnVerificationReport

      public ReturnVerificationReport()
  • Method Details

    • isIncludeVerifier

      public Boolean isIncludeVerifier()
      Gets the value of the includeVerifier property.
      Returns:
      possible object is Boolean
    • setIncludeVerifier

      public void setIncludeVerifier(Boolean value)
      Sets the value of the includeVerifier property.
      Parameters:
      value - allowed object is Boolean
    • isIncludeCertificateValues

      public Boolean isIncludeCertificateValues()
      Gets the value of the includeCertificateValues property.
      Returns:
      possible object is Boolean
    • setIncludeCertificateValues

      public void setIncludeCertificateValues(Boolean value)
      Sets the value of the includeCertificateValues property.
      Parameters:
      value - allowed object is Boolean
    • isIncludeRevocationValues

      public Boolean isIncludeRevocationValues()
      Gets the value of the includeRevocationValues property.
      Returns:
      possible object is Boolean
    • setIncludeRevocationValues

      public void setIncludeRevocationValues(Boolean value)
      Sets the value of the includeRevocationValues property.
      Parameters:
      value - allowed object is Boolean
    • isExpandBinaryValues

      public Boolean isExpandBinaryValues()
      Gets the value of the expandBinaryValues property.
      Returns:
      possible object is Boolean
    • setExpandBinaryValues

      public void setExpandBinaryValues(Boolean value)
      Sets the value of the expandBinaryValues property.
      Parameters:
      value - allowed object is Boolean
    • getReportDetailLevel

      public String getReportDetailLevel()
      Gets the value of the reportDetailLevel property.
      Returns:
      possible object is String
    • setReportDetailLevel

      public void setReportDetailLevel(String value)
      Sets the value of the reportDetailLevel property.
      Parameters:
      value - allowed object is String