Uses of Class
org.cxml.QuoteHeaderInfo
Packages that use QuoteHeaderInfo
-
Uses of QuoteHeaderInfo in org.cxml
Fields in org.cxml declared as QuoteHeaderInfoModifier and TypeFieldDescriptionprotected QuoteHeaderInfoQuoteMessageHeader.quoteHeaderInfoprotected QuoteHeaderInfoQuoteRequestHeader.quoteHeaderInfoMethods in org.cxml that return QuoteHeaderInfoModifier and TypeMethodDescriptionObjectFactory.createQuoteHeaderInfo()Create an instance ofQuoteHeaderInfoQuoteMessageHeader.getQuoteHeaderInfo()Gets the value of the quoteHeaderInfo property.QuoteRequestHeader.getQuoteHeaderInfo()Gets the value of the quoteHeaderInfo property.Methods in org.cxml with parameters of type QuoteHeaderInfoModifier and TypeMethodDescriptionvoidQuoteMessageHeader.setQuoteHeaderInfo(QuoteHeaderInfo value) Sets the value of the quoteHeaderInfo property.voidQuoteRequestHeader.setQuoteHeaderInfo(QuoteHeaderInfo value) Sets the value of the quoteHeaderInfo property.