Class BondType

java.lang.Object
tyler.ecf.extensions.criminal.BondType

public class BondType extends Object

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 Details

    • bondTypeText

      protected TextType bondTypeText
    • bondAmount

      protected AmountType bondAmount
  • Constructor Details

    • BondType

      public BondType()
  • Method Details

    • getBondTypeText

      public TextType getBondTypeText()
      Gets the value of the bondTypeText property.
      Returns:
      possible object is TextType
    • setBondTypeText

      public void setBondTypeText(TextType value)
      Sets the value of the bondTypeText property.
      Parameters:
      value - allowed object is TextType
    • getBondAmount

      public AmountType getBondAmount()
      Gets the value of the bondAmount property.
      Returns:
      possible object is AmountType
    • setBondAmount

      public void setBondAmount(AmountType value)
      Sets the value of the bondAmount property.
      Parameters:
      value - allowed object is AmountType
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object