Uses of Class
tyler.ecf.extensions.common.ReviewedDocumentType
Packages that use ReviewedDocumentType
Package
Description
-
Uses of ReviewedDocumentType in tyler.ecf.extensions.common
Methods in tyler.ecf.extensions.common that return ReviewedDocumentTypeModifier and TypeMethodDescriptionObjectFactory.createReviewedDocumentType()
Create an instance ofReviewedDocumentType
Methods in tyler.ecf.extensions.common that return types with arguments of type ReviewedDocumentTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<ReviewedDocumentType> ObjectFactory.createReviewedConnectedDocument
(ReviewedDocumentType value) jakarta.xml.bind.JAXBElement
<ReviewedDocumentType> ObjectFactory.createReviewedLeadDocument
(ReviewedDocumentType value) Methods in tyler.ecf.extensions.common with parameters of type ReviewedDocumentTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<ReviewedDocumentType> ObjectFactory.createReviewedConnectedDocument
(ReviewedDocumentType value) jakarta.xml.bind.JAXBElement
<ReviewedDocumentType> ObjectFactory.createReviewedLeadDocument
(ReviewedDocumentType value) -
Uses of ReviewedDocumentType in tyler.ecf.extensions.notifyreceiptmessage
Fields in tyler.ecf.extensions.notifyreceiptmessage declared as ReviewedDocumentTypeModifier and TypeFieldDescriptionprotected ReviewedDocumentType
NotifyReceiptMessageType.reviewedLeadDocument
Fields in tyler.ecf.extensions.notifyreceiptmessage with type parameters of type ReviewedDocumentTypeModifier and TypeFieldDescriptionprotected List
<ReviewedDocumentType> NotifyReceiptMessageType.reviewedConnectedDocument
Methods in tyler.ecf.extensions.notifyreceiptmessage that return ReviewedDocumentTypeModifier and TypeMethodDescriptionNotifyReceiptMessageType.getReviewedLeadDocument()
Gets the value of the reviewedLeadDocument property.Methods in tyler.ecf.extensions.notifyreceiptmessage that return types with arguments of type ReviewedDocumentTypeModifier and TypeMethodDescriptionNotifyReceiptMessageType.getReviewedConnectedDocument()
Gets the value of the reviewedConnectedDocument property.Methods in tyler.ecf.extensions.notifyreceiptmessage with parameters of type ReviewedDocumentTypeModifier and TypeMethodDescriptionvoid
NotifyReceiptMessageType.setReviewedLeadDocument
(ReviewedDocumentType value) Sets the value of the reviewedLeadDocument property. -
Uses of ReviewedDocumentType in tyler.ecf.extensions.servicecallbackmessage
Fields in tyler.ecf.extensions.servicecallbackmessage declared as ReviewedDocumentTypeModifier and TypeFieldDescriptionprotected ReviewedDocumentType
ServiceCallbackMessageType.reviewedLeadDocument
Fields in tyler.ecf.extensions.servicecallbackmessage with type parameters of type ReviewedDocumentTypeModifier and TypeFieldDescriptionprotected List
<ReviewedDocumentType> ServiceCallbackMessageType.reviewedConnectedDocument
Methods in tyler.ecf.extensions.servicecallbackmessage that return ReviewedDocumentTypeModifier and TypeMethodDescriptionServiceCallbackMessageType.getReviewedLeadDocument()
Gets the value of the reviewedLeadDocument property.Methods in tyler.ecf.extensions.servicecallbackmessage that return types with arguments of type ReviewedDocumentTypeModifier and TypeMethodDescriptionServiceCallbackMessageType.getReviewedConnectedDocument()
Gets the value of the reviewedConnectedDocument property.Methods in tyler.ecf.extensions.servicecallbackmessage with parameters of type ReviewedDocumentTypeModifier and TypeMethodDescriptionvoid
ServiceCallbackMessageType.setReviewedLeadDocument
(ReviewedDocumentType value) Sets the value of the reviewedLeadDocument property.