Package tyler.ecf.extensions.common
Class FeeSplitType
java.lang.Object
tyler.ecf.extensions.common.FeeSplitType
Java class for FeeSplitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeeSplitType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}PaymentInstructionID"/> <element ref="{urn:tyler:ecf:extensions:Common}CourtSplitAmount"/> <element ref="{urn:tyler:ecf:extensions:Common}NonCourtSplitAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SplitAmountType
protected SplitAmountType
protected TextType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the courtSplitAmount property.Gets the value of the nonCourtSplitAmount property.Gets the value of the paymentInstructionID property.void
Sets the value of the courtSplitAmount property.void
Sets the value of the nonCourtSplitAmount property.void
setPaymentInstructionID
(TextType value) Sets the value of the paymentInstructionID property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
paymentInstructionID
-
courtSplitAmount
-
nonCourtSplitAmount
-
-
Constructor Details
-
FeeSplitType
public FeeSplitType()
-
-
Method Details
-
getPaymentInstructionID
Gets the value of the paymentInstructionID property.- Returns:
- possible object is
TextType
-
setPaymentInstructionID
Sets the value of the paymentInstructionID property.- Parameters:
value
- allowed object isTextType
-
getCourtSplitAmount
Gets the value of the courtSplitAmount property.- Returns:
- possible object is
SplitAmountType
-
setCourtSplitAmount
Sets the value of the courtSplitAmount property.- Parameters:
value
- allowed object isSplitAmountType
-
getNonCourtSplitAmount
Gets the value of the nonCourtSplitAmount property.- Returns:
- possible object is
SplitAmountType
-
setNonCourtSplitAmount
Sets the value of the nonCourtSplitAmount property.- Parameters:
value
- allowed object isSplitAmountType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-