Class RegistrationRequestType

java.lang.Object
tyler.efm.v2022_1.services.schema.baserequest.BaseRequestType
tyler.efm.v2022_1.services.schema.registrationrequest.RegistrationRequestType

public class RegistrationRequestType extends BaseRequestType

Java class for RegistrationRequestType complex type.

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

 <complexType name="RegistrationRequestType">
   <complexContent>
     <extension base="{urn:tyler:efm:services:schema:BaseRequest}BaseRequestType">
       <sequence>
         <element name="RegistrationType" type="{urn:tyler:efm:services:schema:Common}RegistrationType"/>
         <element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MiddleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PasswordQuestion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PasswordAnswer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StreetAddressLine1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StreetAddressLine2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StateCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FirmName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FirmID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • registrationType

      protected RegistrationType registrationType
    • email

      protected String email
    • firstName

      protected String firstName
    • middleName

      protected String middleName
    • lastName

      protected String lastName
    • password

      protected String password
    • passwordQuestion

      protected String passwordQuestion
    • passwordAnswer

      protected String passwordAnswer
    • streetAddressLine1

      protected String streetAddressLine1
    • streetAddressLine2

      protected String streetAddressLine2
    • city

      protected String city
    • stateCode

      protected String stateCode
    • zipCode

      protected String zipCode
    • countryCode

      protected String countryCode
    • firmName

      protected String firmName
    • phoneNumber

      protected String phoneNumber
    • firmID

      protected String firmID
  • Constructor Details

    • RegistrationRequestType

      public RegistrationRequestType()
  • Method Details

    • getRegistrationType

      public RegistrationType getRegistrationType()
      Gets the value of the registrationType property.
      Returns:
      possible object is RegistrationType
    • setRegistrationType

      public void setRegistrationType(RegistrationType value)
      Sets the value of the registrationType property.
      Parameters:
      value - allowed object is RegistrationType
    • getEmail

      public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getFirstName

      public String getFirstName()
      Gets the value of the firstName property.
      Returns:
      possible object is String
    • setFirstName

      public void setFirstName(String value)
      Sets the value of the firstName property.
      Parameters:
      value - allowed object is String
    • getMiddleName

      public String getMiddleName()
      Gets the value of the middleName property.
      Returns:
      possible object is String
    • setMiddleName

      public void setMiddleName(String value)
      Sets the value of the middleName property.
      Parameters:
      value - allowed object is String
    • getLastName

      public String getLastName()
      Gets the value of the lastName property.
      Returns:
      possible object is String
    • setLastName

      public void setLastName(String value)
      Sets the value of the lastName property.
      Parameters:
      value - allowed object is String
    • getPassword

      public String getPassword()
      Gets the value of the password property.
      Returns:
      possible object is String
    • setPassword

      public void setPassword(String value)
      Sets the value of the password property.
      Parameters:
      value - allowed object is String
    • getPasswordQuestion

      public String getPasswordQuestion()
      Gets the value of the passwordQuestion property.
      Returns:
      possible object is String
    • setPasswordQuestion

      public void setPasswordQuestion(String value)
      Sets the value of the passwordQuestion property.
      Parameters:
      value - allowed object is String
    • getPasswordAnswer

      public String getPasswordAnswer()
      Gets the value of the passwordAnswer property.
      Returns:
      possible object is String
    • setPasswordAnswer

      public void setPasswordAnswer(String value)
      Sets the value of the passwordAnswer property.
      Parameters:
      value - allowed object is String
    • getStreetAddressLine1

      public String getStreetAddressLine1()
      Gets the value of the streetAddressLine1 property.
      Returns:
      possible object is String
    • setStreetAddressLine1

      public void setStreetAddressLine1(String value)
      Sets the value of the streetAddressLine1 property.
      Parameters:
      value - allowed object is String
    • getStreetAddressLine2

      public String getStreetAddressLine2()
      Gets the value of the streetAddressLine2 property.
      Returns:
      possible object is String
    • setStreetAddressLine2

      public void setStreetAddressLine2(String value)
      Sets the value of the streetAddressLine2 property.
      Parameters:
      value - allowed object is String
    • getCity

      public String getCity()
      Gets the value of the city property.
      Returns:
      possible object is String
    • setCity

      public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
    • getStateCode

      public String getStateCode()
      Gets the value of the stateCode property.
      Returns:
      possible object is String
    • setStateCode

      public void setStateCode(String value)
      Sets the value of the stateCode property.
      Parameters:
      value - allowed object is String
    • getZipCode

      public String getZipCode()
      Gets the value of the zipCode property.
      Returns:
      possible object is String
    • setZipCode

      public void setZipCode(String value)
      Sets the value of the zipCode property.
      Parameters:
      value - allowed object is String
    • getCountryCode

      public String getCountryCode()
      Gets the value of the countryCode property.
      Returns:
      possible object is String
    • setCountryCode

      public void setCountryCode(String value)
      Sets the value of the countryCode property.
      Parameters:
      value - allowed object is String
    • getFirmName

      public String getFirmName()
      Gets the value of the firmName property.
      Returns:
      possible object is String
    • setFirmName

      public void setFirmName(String value)
      Sets the value of the firmName property.
      Parameters:
      value - allowed object is String
    • getPhoneNumber

      public String getPhoneNumber()
      Gets the value of the phoneNumber property.
      Returns:
      possible object is String
    • setPhoneNumber

      public void setPhoneNumber(String value)
      Sets the value of the phoneNumber property.
      Parameters:
      value - allowed object is String
    • getFirmID

      public String getFirmID()
      Gets the value of the firmID property.
      Returns:
      possible object is String
    • setFirmID

      public void setFirmID(String value)
      Sets the value of the firmID property.
      Parameters:
      value - allowed object is String
    • 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 BaseRequestType