Uses of Class
net.finmath.smartcontract.product.xml.FacilityContractIdentifier
Packages that use FacilityContractIdentifier
-
Uses of FacilityContractIdentifier in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FacilityContractIdentifierModifier and TypeFieldDescriptionprotected FacilityContractIdentifierLoanContractNotification.contractIdentifierprotected FacilityContractIdentifierPrepaymentNotification.contractIdentifierprotected FacilityContractIdentifierLcNotification.letterOfCreditIdentifierFields in net.finmath.smartcontract.product.xml with type parameters of type FacilityContractIdentifierModifier and TypeFieldDescriptionprotected List<FacilityContractIdentifier> LetterOfCreditSummary.identifierprotected List<FacilityContractIdentifier> LoanContractSummary.identifierMethods in net.finmath.smartcontract.product.xml that return FacilityContractIdentifierModifier and TypeMethodDescriptionObjectFactory.createFacilityContractIdentifier()Create an instance ofFacilityContractIdentifierLoanContractNotification.getContractIdentifier()Gets the value of the contractIdentifier property.PrepaymentNotification.getContractIdentifier()Gets the value of the contractIdentifier property.LcNotification.getLetterOfCreditIdentifier()Gets the value of the letterOfCreditIdentifier property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FacilityContractIdentifierModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createAccrualOptionChangeNotificationRetractedContractIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createAccrualOptionChangeNotificationRetractedLetterOfCreditIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createFacilityRateChangeNotificationRetractedContractIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createLcNotificationRetractedLetterOfCreditIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createLoanContractNotificationRetractedContractIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createNonRecurringFeePaymentNotificationRetractedContractIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createPrepaymentNotificationRetractedContractIdentifier(FacilityContractIdentifier value) LetterOfCreditSummary.getIdentifier()Gets the value of the identifier property.LoanContractSummary.getIdentifier()Gets the value of the identifier property.Methods in net.finmath.smartcontract.product.xml with parameters of type FacilityContractIdentifierModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createAccrualOptionChangeNotificationRetractedContractIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createAccrualOptionChangeNotificationRetractedLetterOfCreditIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createFacilityRateChangeNotificationRetractedContractIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createLcNotificationRetractedLetterOfCreditIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createLoanContractNotificationRetractedContractIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createNonRecurringFeePaymentNotificationRetractedContractIdentifier(FacilityContractIdentifier value) jakarta.xml.bind.JAXBElement<FacilityContractIdentifier> ObjectFactory.createPrepaymentNotificationRetractedContractIdentifier(FacilityContractIdentifier value) voidLoanContractNotification.setContractIdentifier(FacilityContractIdentifier value) Sets the value of the contractIdentifier property.voidPrepaymentNotification.setContractIdentifier(FacilityContractIdentifier value) Sets the value of the contractIdentifier property.voidLcNotification.setLetterOfCreditIdentifier(FacilityContractIdentifier value) Sets the value of the letterOfCreditIdentifier property.