Class RegistrationRequestType
java.lang.Object
tyler.efm.v2022_1.services.schema.baserequest.BaseRequestType
tyler.efm.v2022_1.services.schema.registrationrequest.RegistrationRequestType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected RegistrationTypeprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets the value of the city property.Gets the value of the countryCode property.getEmail()Gets the value of the email property.Gets the value of the firmID property.Gets the value of the firmName property.Gets the value of the firstName property.Gets the value of the lastName property.Gets the value of the middleName property.Gets the value of the password property.Gets the value of the passwordAnswer property.Gets the value of the passwordQuestion property.Gets the value of the phoneNumber property.Gets the value of the registrationType property.Gets the value of the stateCode property.Gets the value of the streetAddressLine1 property.Gets the value of the streetAddressLine2 property.Gets the value of the zipCode property.voidSets the value of the city property.voidsetCountryCode(String value) Sets the value of the countryCode property.voidSets the value of the email property.voidSets the value of the firmID property.voidsetFirmName(String value) Sets the value of the firmName property.voidsetFirstName(String value) Sets the value of the firstName property.voidsetLastName(String value) Sets the value of the lastName property.voidsetMiddleName(String value) Sets the value of the middleName property.voidsetPassword(String value) Sets the value of the password property.voidsetPasswordAnswer(String value) Sets the value of the passwordAnswer property.voidsetPasswordQuestion(String value) Sets the value of the passwordQuestion property.voidsetPhoneNumber(String value) Sets the value of the phoneNumber property.voidSets the value of the registrationType property.voidsetStateCode(String value) Sets the value of the stateCode property.voidsetStreetAddressLine1(String value) Sets the value of the streetAddressLine1 property.voidsetStreetAddressLine2(String value) Sets the value of the streetAddressLine2 property.voidsetZipCode(String value) Sets the value of the zipCode property.toString()Generates a String representation of the contents of this type.
-
Field Details
-
registrationType
-
email
-
firstName
-
middleName
-
lastName
-
password
-
passwordQuestion
-
passwordAnswer
-
streetAddressLine1
-
streetAddressLine2
-
city
-
stateCode
-
zipCode
-
countryCode
-
firmName
-
phoneNumber
-
firmID
-
-
Constructor Details
-
RegistrationRequestType
public RegistrationRequestType()
-
-
Method Details
-
getRegistrationType
Gets the value of the registrationType property.- Returns:
- possible object is
RegistrationType
-
setRegistrationType
Sets the value of the registrationType property.- Parameters:
value- allowed object isRegistrationType
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
Sets the value of the email property.- Parameters:
value- allowed object isString
-
getFirstName
Gets the value of the firstName property.- Returns:
- possible object is
String
-
setFirstName
Sets the value of the firstName property.- Parameters:
value- allowed object isString
-
getMiddleName
Gets the value of the middleName property.- Returns:
- possible object is
String
-
setMiddleName
Sets the value of the middleName property.- Parameters:
value- allowed object isString
-
getLastName
Gets the value of the lastName property.- Returns:
- possible object is
String
-
setLastName
Sets the value of the lastName property.- Parameters:
value- allowed object isString
-
getPassword
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
Sets the value of the password property.- Parameters:
value- allowed object isString
-
getPasswordQuestion
Gets the value of the passwordQuestion property.- Returns:
- possible object is
String
-
setPasswordQuestion
Sets the value of the passwordQuestion property.- Parameters:
value- allowed object isString
-
getPasswordAnswer
Gets the value of the passwordAnswer property.- Returns:
- possible object is
String
-
setPasswordAnswer
Sets the value of the passwordAnswer property.- Parameters:
value- allowed object isString
-
getStreetAddressLine1
Gets the value of the streetAddressLine1 property.- Returns:
- possible object is
String
-
setStreetAddressLine1
Sets the value of the streetAddressLine1 property.- Parameters:
value- allowed object isString
-
getStreetAddressLine2
Gets the value of the streetAddressLine2 property.- Returns:
- possible object is
String
-
setStreetAddressLine2
Sets the value of the streetAddressLine2 property.- Parameters:
value- allowed object isString
-
getCity
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getStateCode
Gets the value of the stateCode property.- Returns:
- possible object is
String
-
setStateCode
Sets the value of the stateCode property.- Parameters:
value- allowed object isString
-
getZipCode
Gets the value of the zipCode property.- Returns:
- possible object is
String
-
setZipCode
Sets the value of the zipCode property.- Parameters:
value- allowed object isString
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
Sets the value of the countryCode property.- Parameters:
value- allowed object isString
-
getFirmName
Gets the value of the firmName property.- Returns:
- possible object is
String
-
setFirmName
Sets the value of the firmName property.- Parameters:
value- allowed object isString
-
getPhoneNumber
Gets the value of the phoneNumber property.- Returns:
- possible object is
String
-
setPhoneNumber
Sets the value of the phoneNumber property.- Parameters:
value- allowed object isString
-
getFirmID
Gets the value of the firmID property.- Returns:
- possible object is
String
-
setFirmID
Sets the value of the firmID property.- Parameters:
value- allowed object isString
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classBaseRequestType
-