Class DocumentOptionalServiceType


public class DocumentOptionalServiceType extends IdentificationType

Java class for DocumentOptionalServiceType complex type.

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

 <complexType name="DocumentOptionalServiceType">
   <complexContent>
     <extension base="{http://niem.gov/niem/niem-core/2.0}IdentificationType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}Multiplier" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FeeAmount" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}PartyPayor" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DocumentOptionalServiceType

      public DocumentOptionalServiceType()
  • Method Details

    • getMultiplier

      public Decimal getMultiplier()
      Gets the value of the multiplier property.
      Returns:
      possible object is Decimal
    • setMultiplier

      public void setMultiplier(Decimal value)
      Sets the value of the multiplier property.
      Parameters:
      value - allowed object is Decimal
    • getFeeAmount

      public Decimal getFeeAmount()
      Gets the value of the feeAmount property.
      Returns:
      possible object is Decimal
    • setFeeAmount

      public void setFeeAmount(Decimal value)
      Sets the value of the feeAmount property.
      Parameters:
      value - allowed object is Decimal
    • getPartyPayor

      public List<PartyPayorType> getPartyPayor()
      Gets the value of the partyPayor 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 partyPayor property.

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

          getPartyPayor().add(newItem);
       

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

    • 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 IdentificationType