Class SignResponse
java.lang.Object
de.gematik.ws.conn.signatureservice.v7_4.SignResponse
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 ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Status"/>
<element name="OptionalOutputs" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.4}DocumentWithSignature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationReport" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureObject" minOccurs="0"/>
</sequence>
<attribute name="RequestID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SignResponse.OptionalOutputsprotected Stringprotected SignatureObjectprotected Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the optionalOutputs property.Gets the value of the requestID property.Gets the value of the signatureObject property.Gets the value of the status property.voidSets the value of the optionalOutputs property.voidsetRequestID(String value) Sets the value of the requestID property.voidSets the value of the signatureObject property.voidSets the value of the status property.
-
Field Details
-
status
-
optionalOutputs
-
signatureObject
-
requestID
-
-
Constructor Details
-
SignResponse
public SignResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
getOptionalOutputs
Gets the value of the optionalOutputs property.- Returns:
- possible object is
SignResponse.OptionalOutputs
-
setOptionalOutputs
Sets the value of the optionalOutputs property.- Parameters:
value- allowed object isSignResponse.OptionalOutputs
-
getSignatureObject
Gets the value of the signatureObject property.- Returns:
- possible object is
SignatureObject
-
setSignatureObject
Sets the value of the signatureObject property.- Parameters:
value- allowed object isSignatureObject
-
getRequestID
Gets the value of the requestID property.- Returns:
- possible object is
String
-
setRequestID
Sets the value of the requestID property.- Parameters:
value- allowed object isString
-