Uses of Class
net.finmath.smartcontract.product.xml.Validation
Packages that use Validation
-
Uses of Validation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ValidationFields in net.finmath.smartcontract.product.xml with type parameters of type ValidationModifier and TypeFieldDescriptionprotected List
<Validation> DataDocument.validation
protected List
<Validation> Exception.validation
protected List
<Validation> NotificationMessage.validation
protected List
<Validation> RequestMessage.validation
protected List
<Validation> ResponseMessage.validation
Methods in net.finmath.smartcontract.product.xml that return ValidationModifier and TypeMethodDescriptionObjectFactory.createValidation()
Create an instance ofValidation
Reason.getValidationRuleId()
Gets the value of the validationRuleId property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type ValidationModifier and TypeMethodDescriptionDataDocument.getValidation()
Gets the value of the validation property.Exception.getValidation()
Gets the value of the validation property.NotificationMessage.getValidation()
Gets the value of the validation property.RequestMessage.getValidation()
Gets the value of the validation property.ResponseMessage.getValidation()
Gets the value of the validation property.Methods in net.finmath.smartcontract.product.xml with parameters of type ValidationModifier and TypeMethodDescriptionvoid
Reason.setValidationRuleId
(Validation value) Sets the value of the validationRuleId property.