public class

UserInformation

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.UserInformation

Class Overview

Description: User Information

Java class for UserInformation complex type.

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

 <complexType name="UserInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" 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="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IsVerified" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ScreenName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String emailAddress
protected String firstName
protected String id
protected Boolean isVerified
protected String lastName
protected String screenName
Public Constructors
UserInformation()
Public Methods
String getEmailAddress()
Gets the value of the emailAddress property.
String getFirstName()
Gets the value of the firstName property.
String getId()
Gets the value of the id property.
Boolean getIsVerified()
Gets the value of the isVerified property.
String getLastName()
Gets the value of the lastName property.
String getScreenName()
Gets the value of the screenName property.
void setEmailAddress(String value)
Sets the value of the emailAddress property.
void setFirstName(String value)
Sets the value of the firstName property.
void setId(String value)
Sets the value of the id property.
void setIsVerified(Boolean value)
Sets the value of the isVerified property.
void setLastName(String value)
Sets the value of the lastName property.
void setScreenName(String value)
Sets the value of the screenName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String emailAddress

protected String firstName

protected String id

protected Boolean isVerified

protected String lastName

protected String screenName

Public Constructors

public UserInformation ()

Public Methods

public String getEmailAddress ()

Gets the value of the emailAddress property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public Boolean getIsVerified ()

Gets the value of the isVerified property.

Returns
  • possible object is Boolean

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getScreenName ()

Gets the value of the screenName property.

Returns
  • possible object is String

public void setEmailAddress (String value)

Sets the value of the emailAddress property.

Parameters
value Allowed object is String

public void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setIsVerified (Boolean value)

Sets the value of the isVerified property.

Parameters
value Allowed object is Boolean

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setScreenName (String value)

Sets the value of the screenName property.

Parameters
value Allowed object is String