Uses of Class
org.cxml.Alternative
Packages that use Alternative
-
Uses of Alternative in org.cxml
Fields in org.cxml declared as AlternativeModifier and TypeFieldDescriptionprotected AlternativeContractItemIn.alternativeprotected AlternativeQuoteItemIn.alternativeprotected AlternativeQuoteItemOut.alternativeMethods in org.cxml that return AlternativeModifier and TypeMethodDescriptionObjectFactory.createAlternative()Create an instance ofAlternativeContractItemIn.getAlternative()Gets the value of the alternative property.QuoteItemIn.getAlternative()Gets the value of the alternative property.QuoteItemOut.getAlternative()Gets the value of the alternative property.Methods in org.cxml with parameters of type AlternativeModifier and TypeMethodDescriptionvoidContractItemIn.setAlternative(Alternative value) Sets the value of the alternative property.voidQuoteItemIn.setAlternative(Alternative value) Sets the value of the alternative property.voidQuoteItemOut.setAlternative(Alternative value) Sets the value of the alternative property.