Uses of Class
org.cxml.QuoteRequestReference
-
Packages that use QuoteRequestReference Package Description org.cxml -
-
Uses of QuoteRequestReference in org.cxml
Fields in org.cxml declared as QuoteRequestReference Modifier and Type Field Description protected QuoteRequestReferenceContractRequestHeader. quoteRequestReferenceprotected QuoteRequestReferenceQuoteMessageHeader. quoteRequestReferenceMethods in org.cxml that return QuoteRequestReference Modifier and Type Method Description QuoteRequestReferenceObjectFactory. createQuoteRequestReference()Create an instance ofQuoteRequestReferenceQuoteRequestReferenceContractRequestHeader. getQuoteRequestReference()Gets the value of the quoteRequestReference property.QuoteRequestReferenceQuoteMessageHeader. getQuoteRequestReference()Gets the value of the quoteRequestReference property.Methods in org.cxml with parameters of type QuoteRequestReference Modifier and Type Method Description voidContractRequestHeader. setQuoteRequestReference(QuoteRequestReference value)Sets the value of the quoteRequestReference property.voidQuoteMessageHeader. setQuoteRequestReference(QuoteRequestReference value)Sets the value of the quoteRequestReference property.
-