Class VerificationResultType

java.lang.Object
de.gematik.ws.conn.signatureservice.v7.VerificationResultType

public class VerificationResultType extends Object

Java class for VerificationResultType complex type.

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

 <complexType name="VerificationResultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HighLevelResult">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="VALID"/>
               <enumeration value="INCONCLUSIVE"/>
               <enumeration value="INVALID"/>
             </restriction>
           </simpleType>
         </element>
         <element name="TimestampType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}token">
               <enumeration value="SIGNATURE_EMBEDDED_TIMESTAMP"/>
               <enumeration value="QUALIFIED_TIMESTAMP"/>
               <enumeration value="USER_DEFINED_TIMESTAMP"/>
               <enumeration value="SYSTEM_TIMESTAMP"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VerificationResultType

      public VerificationResultType()
  • Method Details

    • getHighLevelResult

      public String getHighLevelResult()
      Gets the value of the highLevelResult property.
      Returns:
      possible object is String
    • setHighLevelResult

      public void setHighLevelResult(String value)
      Sets the value of the highLevelResult property.
      Parameters:
      value - allowed object is String
    • getTimestampType

      public String getTimestampType()
      Gets the value of the timestampType property.
      Returns:
      possible object is String
    • setTimestampType

      public void setTimestampType(String value)
      Sets the value of the timestampType property.
      Parameters:
      value - allowed object is String
    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar