Class RegisterUser

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

public class RegisterUser 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="RegisterUserRequest" type="{urn:tyler:efm:services:schema:RegistrationRequest}RegistrationRequestType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RegisterUser

      public RegisterUser()
  • Method Details

    • getRegisterUserRequest

      public RegistrationRequestType getRegisterUserRequest()
      Gets the value of the registerUserRequest property.
      Returns:
      possible object is RegistrationRequestType
    • setRegisterUserRequest

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