Uses of Class
de.gematik.ws.conn.signatureservice.v7.DocumentType
Packages that use DocumentType
Package
Description
Copyright (c) 2021, gematik GmbH.
-
Uses of DocumentType in de.gematik.ws.conn.signatureservice.v7
Fields in de.gematik.ws.conn.signatureservice.v7 declared as DocumentTypeModifier and TypeFieldDescriptionprotected DocumentTypeSignRequest.documentprotected DocumentTypeVerifyDocument.documentprotected DocumentTypeSignResponse.OptionalOutputs.documentWithSignatureprotected DocumentTypeVerifyDocumentResponse.OptionalOutputs.documentWithSignatureMethods in de.gematik.ws.conn.signatureservice.v7 that return DocumentTypeModifier and TypeMethodDescriptionObjectFactory.createDocumentType()Create an instance ofDocumentTypeSignRequest.getDocument()Gets the value of the document property.VerifyDocument.getDocument()Gets the value of the document property.SignResponse.OptionalOutputs.getDocumentWithSignature()Gets the value of the documentWithSignature property.VerifyDocumentResponse.OptionalOutputs.getDocumentWithSignature()Gets the value of the documentWithSignature property.Methods in de.gematik.ws.conn.signatureservice.v7 that return types with arguments of type DocumentTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DocumentType>ObjectFactory.createDocument(DocumentType value) jakarta.xml.bind.JAXBElement<DocumentType>ObjectFactory.createDocumentWithSignature(DocumentType value) Methods in de.gematik.ws.conn.signatureservice.v7 with parameters of type DocumentTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DocumentType>ObjectFactory.createDocument(DocumentType value) jakarta.xml.bind.JAXBElement<DocumentType>ObjectFactory.createDocumentWithSignature(DocumentType value) voidSignRequest.setDocument(DocumentType value) Sets the value of the document property.voidVerifyDocument.setDocument(DocumentType value) Sets the value of the document property.voidSignResponse.OptionalOutputs.setDocumentWithSignature(DocumentType value) Sets the value of the documentWithSignature property.voidVerifyDocumentResponse.OptionalOutputs.setDocumentWithSignature(DocumentType value) Sets the value of the documentWithSignature property. -
Uses of DocumentType in de.gematik.ws.conn.signatureservice.wsdl.v7
Methods in de.gematik.ws.conn.signatureservice.wsdl.v7 with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidSignatureServicePortType.verifyDocument(ContextType context, String tvMode, VerifyDocument.OptionalInputs optionalInputs, DocumentType document, SignatureObject signatureObject, boolean includeRevocationInfo, jakarta.xml.ws.Holder<Status> status, jakarta.xml.ws.Holder<VerificationResultType> verificationResult, jakarta.xml.ws.Holder<VerifyDocumentResponse.OptionalOutputs> optionalOutputs)