Class VerificationResultType
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.VerificationResultType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XMLGregorianCalendarprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the highLevelResult property.Gets the value of the timestamp property.Gets the value of the timestampType property.voidsetHighLevelResult(String value) Sets the value of the highLevelResult property.voidsetTimestamp(XMLGregorianCalendar value) Sets the value of the timestamp property.voidsetTimestampType(String value) Sets the value of the timestampType property.
-
Field Details
-
highLevelResult
-
timestampType
-
timestamp
-
-
Constructor Details
-
VerificationResultType
public VerificationResultType()
-
-
Method Details
-
getHighLevelResult
Gets the value of the highLevelResult property.- Returns:
- possible object is
String
-
setHighLevelResult
Sets the value of the highLevelResult property.- Parameters:
value- allowed object isString
-
getTimestampType
Gets the value of the timestampType property.- Returns:
- possible object is
String
-
setTimestampType
Sets the value of the timestampType property.- Parameters:
value- allowed object isString
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-