Uses of Class
org.cxml.FollowUpDocument
Packages that use FollowUpDocument
-
Uses of FollowUpDocument in org.cxml
Fields in org.cxml declared as FollowUpDocumentModifier and TypeFieldDescriptionprotected FollowUpDocumentContractRequestHeader.followUpDocumentprotected FollowUpDocumentQuoteHeaderInfo.followUpDocumentMethods in org.cxml that return FollowUpDocumentModifier and TypeMethodDescriptionObjectFactory.createFollowUpDocument()Create an instance ofFollowUpDocumentContractRequestHeader.getFollowUpDocument()Gets the value of the followUpDocument property.QuoteHeaderInfo.getFollowUpDocument()Gets the value of the followUpDocument property.Methods in org.cxml with parameters of type FollowUpDocumentModifier and TypeMethodDescriptionvoidContractRequestHeader.setFollowUpDocument(FollowUpDocument value) Sets the value of the followUpDocument property.voidQuoteHeaderInfo.setFollowUpDocument(FollowUpDocument value) Sets the value of the followUpDocument property.