Class PaymentAccountLocation
java.lang.Object
tyler.efm.latest.services.schema.common.PaymentAccountLocation
Java class for PaymentAccountLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentAccountLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CourtIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Balance" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="MinimumBalance" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the balance property.Gets the value of the courtIdentifier property.Gets the value of the minimumBalance property.void
setBalance
(BigDecimal value) Sets the value of the balance property.void
setCourtIdentifier
(String value) Sets the value of the courtIdentifier property.void
setMinimumBalance
(BigDecimal value) Sets the value of the minimumBalance property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
courtIdentifier
-
balance
-
minimumBalance
-
-
Constructor Details
-
PaymentAccountLocation
public PaymentAccountLocation()
-
-
Method Details
-
getCourtIdentifier
Gets the value of the courtIdentifier property.- Returns:
- possible object is
String
-
setCourtIdentifier
Sets the value of the courtIdentifier property.- Parameters:
value
- allowed object isString
-
getBalance
Gets the value of the balance property.- Returns:
- possible object is
BigDecimal
-
setBalance
Sets the value of the balance property.- Parameters:
value
- allowed object isBigDecimal
-
getMinimumBalance
Gets the value of the minimumBalance property.- Returns:
- possible object is
BigDecimal
-
setMinimumBalance
Sets the value of the minimumBalance property.- Parameters:
value
- allowed object isBigDecimal
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-