| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.UserInformation |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| emailAddress | |||||||||||
| firstName | |||||||||||
| id | |||||||||||
| isVerified | |||||||||||
| lastName | |||||||||||
| screenName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the emailAddress property.
| |||||||||||
Gets the value of the firstName property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the isVerified property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the screenName property.
| |||||||||||
Sets the value of the emailAddress property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the isVerified property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the screenName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the emailAddress property.
Gets the value of the firstName property.
Gets the value of the id property.
Gets the value of the isVerified property.
Gets the value of the lastName property.
Gets the value of the screenName property.
Sets the value of the emailAddress property.
| value | Allowed object is String |
|---|
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the isVerified property.
| value | Allowed object is Boolean |
|---|
Sets the value of the lastName property.
| value | Allowed object is String |
|---|
Sets the value of the screenName property.
| value | Allowed object is String |
|---|