Package tyler.ecf.extensions.criminal
Class BondType
java.lang.Object
tyler.ecf.extensions.criminal.BondType
Java class for BondType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BondType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Criminal}BondTypeText"/> <element ref="{urn:tyler:ecf:extensions:Criminal}BondAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bondAmount property.Gets the value of the bondTypeText property.void
setBondAmount
(AmountType value) Sets the value of the bondAmount property.void
setBondTypeText
(TextType value) Sets the value of the bondTypeText property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
bondTypeText
-
bondAmount
-
-
Constructor Details
-
BondType
public BondType()
-
-
Method Details
-
getBondTypeText
Gets the value of the bondTypeText property.- Returns:
- possible object is
TextType
-
setBondTypeText
Sets the value of the bondTypeText property.- Parameters:
value
- allowed object isTextType
-
getBondAmount
Gets the value of the bondAmount property.- Returns:
- possible object is
AmountType
-
setBondAmount
Sets the value of the bondAmount property.- Parameters:
value
- allowed object isAmountType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-