Uses of Class
de.gematik.ws.conn.signatureservice.v7_4.DocumentType
Packages that use DocumentType
-
Uses of DocumentType in de.gematik.ws.conn.signatureservice.v7_4
Fields in de.gematik.ws.conn.signatureservice.v7_4 declared as DocumentTypeModifier and TypeFieldDescriptionprotected DocumentTypeSignRequest.documentprotected DocumentTypeVerifyDocument.documentprotected DocumentTypeSignResponse.OptionalOutputs.documentWithSignatureprotected DocumentTypeVerifyDocumentResponse.OptionalOutputs.documentWithSignatureMethods in de.gematik.ws.conn.signatureservice.v7_4 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_4 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_4 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.