Uses of Class
tyler.ecf.extensions.common.SplitAmountType
Packages that use SplitAmountType
-
Uses of SplitAmountType in tyler.ecf.extensions.common
Fields in tyler.ecf.extensions.common declared as SplitAmountTypeModifier and TypeFieldDescriptionprotected SplitAmountType
FeeSplitType.courtSplitAmount
protected SplitAmountType
FeeSplitType.nonCourtSplitAmount
Methods in tyler.ecf.extensions.common that return SplitAmountTypeModifier and TypeMethodDescriptionObjectFactory.createSplitAmountType()
Create an instance ofSplitAmountType
FeeSplitType.getCourtSplitAmount()
Gets the value of the courtSplitAmount property.FeeSplitType.getNonCourtSplitAmount()
Gets the value of the nonCourtSplitAmount property.Methods in tyler.ecf.extensions.common that return types with arguments of type SplitAmountTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<SplitAmountType> ObjectFactory.createCourtSplitAmount
(SplitAmountType value) jakarta.xml.bind.JAXBElement
<SplitAmountType> ObjectFactory.createNonCourtSplitAmount
(SplitAmountType value) Methods in tyler.ecf.extensions.common with parameters of type SplitAmountTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<SplitAmountType> ObjectFactory.createCourtSplitAmount
(SplitAmountType value) jakarta.xml.bind.JAXBElement
<SplitAmountType> ObjectFactory.createNonCourtSplitAmount
(SplitAmountType value) void
FeeSplitType.setCourtSplitAmount
(SplitAmountType value) Sets the value of the courtSplitAmount property.void
FeeSplitType.setNonCourtSplitAmount
(SplitAmountType value) Sets the value of the nonCourtSplitAmount property.