| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.UserBean | |
Java class for UserBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserBean">
<complexContent>
<extension base="{urn:TBEWebAPI}EntityBean">
<sequence>
<element name="cellPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fax" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastLogin" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="localeCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="loginName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="manager" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="middleInitial" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="phone" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timeZoneId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cellPhone | |||||||||||
| fax | |||||||||||
| firstName | |||||||||||
| lastLogin | |||||||||||
| lastName | |||||||||||
| localeCode | |||||||||||
| location | |||||||||||
| loginName | |||||||||||
| manager | |||||||||||
| middleInitial | |||||||||||
| phone | |||||||||||
| role | |||||||||||
| timeZoneId | |||||||||||
| title | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cellPhone property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the fax property.
| |||||||||||
Gets the value of the firstName property.
| |||||||||||
Gets the value of the lastLogin property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the localeCode property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the loginName property.
| |||||||||||
Gets the value of the manager property.
| |||||||||||
Gets the value of the middleInitial property.
| |||||||||||
Gets the value of the phone property.
| |||||||||||
Gets the value of the role property.
| |||||||||||
Gets the value of the timeZoneId property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the cellPhone property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the fax property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the lastLogin property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the localeCode property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the loginName property.
| |||||||||||
Sets the value of the manager property.
| |||||||||||
Sets the value of the middleInitial property.
| |||||||||||
Sets the value of the phone property.
| |||||||||||
Sets the value of the role property.
| |||||||||||
Sets the value of the timeZoneId property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the cellPhone property.
Gets the value of the email property.
Gets the value of the fax property.
Gets the value of the firstName property.
Gets the value of the lastLogin property.
Gets the value of the lastName property.
Gets the value of the localeCode property.
Gets the value of the location property.
Gets the value of the loginName property.
Gets the value of the manager property.
Gets the value of the middleInitial property.
Gets the value of the phone property.
Gets the value of the role property.
Gets the value of the timeZoneId property.
Gets the value of the title property.
Sets the value of the cellPhone property.
| value | Allowed object is String |
|---|
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the fax property.
| value | Allowed object is String |
|---|
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the lastLogin property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lastName property.
| value | Allowed object is String |
|---|
Sets the value of the localeCode property.
| value | Allowed object is String |
|---|
Sets the value of the location property.
| value | Allowed object is String |
|---|
Sets the value of the loginName property.
| value | Allowed object is String |
|---|
Sets the value of the manager property.
| value | Allowed object is String |
|---|
Sets the value of the middleInitial property.
| value | Allowed object is String |
|---|
Sets the value of the phone property.
| value | Allowed object is String |
|---|
Sets the value of the role property.
| value | Allowed object is String |
|---|
Sets the value of the timeZoneId property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|