Class ProcedureRemedyType

java.lang.Object
tyler.ecf.extensions.common.ProcedureRemedyType

public class ProcedureRemedyType extends Object

Java class for ProcedureRemedyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProcedureRemedyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}RemedyCode" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}DamageAmountCode" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • remedyCode

      protected List<TextType> remedyCode
    • damageAmountCode

      protected TextType damageAmountCode
  • Constructor Details

    • ProcedureRemedyType

      public ProcedureRemedyType()
  • Method Details

    • getRemedyCode

      public List<TextType> getRemedyCode()
      Gets the value of the remedyCode property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the remedyCode property.

      For example, to add a new item, do as follows:

          getRemedyCode().add(newItem);
       

      Objects of the following type(s) are allowed in the list TextType

    • getDamageAmountCode

      public TextType getDamageAmountCode()
      Gets the value of the damageAmountCode property.
      Returns:
      possible object is TextType
    • setDamageAmountCode

      public void setDamageAmountCode(TextType value)
      Sets the value of the damageAmountCode property.
      Parameters:
      value - allowed object is TextType
    • 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