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

public class VerificationReportType extends Object

Java class for VerificationReportType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VerificationReportType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}VerificationTimeInfo" minOccurs="0"/>
         <element name="VerifierIdentity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}IdentifierType" minOccurs="0"/>
         <element name="IndividualReport" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}IndividualReportType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VerificationReportType

      public VerificationReportType()
  • Method Details

    • getVerificationTimeInfo

      public VerificationTimeInfoType getVerificationTimeInfo()
      Gets the value of the verificationTimeInfo property.
      Returns:
      possible object is VerificationTimeInfoType
    • setVerificationTimeInfo

      public void setVerificationTimeInfo(VerificationTimeInfoType value)
      Sets the value of the verificationTimeInfo property.
      Parameters:
      value - allowed object is VerificationTimeInfoType
    • getVerifierIdentity

      public IdentifierType getVerifierIdentity()
      Gets the value of the verifierIdentity property.
      Returns:
      possible object is IdentifierType
    • setVerifierIdentity

      public void setVerifierIdentity(IdentifierType value)
      Sets the value of the verifierIdentity property.
      Parameters:
      value - allowed object is IdentifierType
    • getIndividualReport

      public List<IndividualReportType> getIndividualReport()
      Gets the value of the individualReport 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 set method for the individualReport property.

      For example, to add a new item, do as follows:

          getIndividualReport().add(newItem);
       

      Objects of the following type(s) are allowed in the list IndividualReportType