Class CreateAttorney

java.lang.Object
tyler.efm.v2022_1.services.CreateAttorney

public class CreateAttorney extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreateAttorneyRequest" type="{urn:tyler:efm:services:schema:CreateAttorneyRequest}CreateAttorneyRequestType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreateAttorney

      public CreateAttorney()
  • Method Details

    • getCreateAttorneyRequest

      public CreateAttorneyRequestType getCreateAttorneyRequest()
      Gets the value of the createAttorneyRequest property.
      Returns:
      possible object is CreateAttorneyRequestType
    • setCreateAttorneyRequest

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