Package tyler.ecf.extensions.common
Class PartyPayorType
java.lang.Object
tyler.ecf.extensions.common.PartyPayorType
Java class for PartyPayorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyPayorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}PartyReference"/> <element ref="{urn:tyler:ecf:extensions:Common}WaiverIndicator"/> <element ref="{urn:tyler:ecf:extensions:Common}PaymentAccountID" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}FeeAmount" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Decimal
protected ReferenceType
protected TextType
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the feeAmount property.Gets the value of the partyReference property.Gets the value of the paymentAccountID property.Gets the value of the waiverIndicator property.void
setFeeAmount
(Decimal value) Sets the value of the feeAmount property.void
setPartyReference
(ReferenceType value) Sets the value of the partyReference property.void
setPaymentAccountID
(TextType value) Sets the value of the paymentAccountID property.void
setWaiverIndicator
(Boolean value) Sets the value of the waiverIndicator property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
partyReference
-
waiverIndicator
-
paymentAccountID
-
feeAmount
-
-
Constructor Details
-
PartyPayorType
public PartyPayorType()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
ReferenceType
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value
- allowed object isReferenceType
-
getWaiverIndicator
Gets the value of the waiverIndicator property.- Returns:
- possible object is
Boolean
-
setWaiverIndicator
Sets the value of the waiverIndicator property.- Parameters:
value
- allowed object isBoolean
-
getPaymentAccountID
Gets the value of the paymentAccountID property.- Returns:
- possible object is
TextType
-
setPaymentAccountID
Sets the value of the paymentAccountID property.- Parameters:
value
- allowed object isTextType
-
getFeeAmount
Gets the value of the feeAmount property.- Returns:
- possible object is
Decimal
-
setFeeAmount
Sets the value of the feeAmount property.- Parameters:
value
- allowed object isDecimal
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-