Uses of Class
org.cxml.LegalEntity
Packages that use LegalEntity
-
Uses of LegalEntity in org.cxml
Fields in org.cxml declared as LegalEntityModifier and TypeFieldDescriptionprotected LegalEntityContractRequestHeader.legalEntityprotected LegalEntityOrderRequestHeader.legalEntityprotected LegalEntityQuoteHeaderInfo.legalEntityMethods in org.cxml that return LegalEntityModifier and TypeMethodDescriptionObjectFactory.createLegalEntity()Create an instance ofLegalEntityContractRequestHeader.getLegalEntity()Gets the value of the legalEntity property.OrderRequestHeader.getLegalEntity()Gets the value of the legalEntity property.QuoteHeaderInfo.getLegalEntity()Gets the value of the legalEntity property.Methods in org.cxml with parameters of type LegalEntityModifier and TypeMethodDescriptionvoidContractRequestHeader.setLegalEntity(LegalEntity value) Sets the value of the legalEntity property.voidOrderRequestHeader.setLegalEntity(LegalEntity value) Sets the value of the legalEntity property.voidQuoteHeaderInfo.setLegalEntity(LegalEntity value) Sets the value of the legalEntity property.