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

public class IndividualReportType extends Object

Java class for IndividualReportType complex type.

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

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

  • Constructor Details

    • IndividualReportType

      public IndividualReportType()
  • Method Details

    • getSignedObjectIdentifier

      public SignedObjectIdentifierType getSignedObjectIdentifier()
      Gets the value of the signedObjectIdentifier property.
      Returns:
      possible object is SignedObjectIdentifierType
    • setSignedObjectIdentifier

      public void setSignedObjectIdentifier(SignedObjectIdentifierType value)
      Sets the value of the signedObjectIdentifier property.
      Parameters:
      value - allowed object is SignedObjectIdentifierType
    • getResult

      public Result getResult()
      Gets the value of the result property.
      Returns:
      possible object is Result
    • setResult

      public void setResult(Result value)
      Sets the value of the result property.
      Parameters:
      value - allowed object is Result
    • getDetails

      public AnyType getDetails()
      Gets the value of the details property.
      Returns:
      possible object is AnyType
    • setDetails

      public void setDetails(AnyType value)
      Sets the value of the details property.
      Parameters:
      value - allowed object is AnyType