public class

ContactBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.ContactBean

Class Overview

Java class for ContactBean complex type.

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

 <complexType name="ContactBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="accountId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="assistantEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="assistantName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="assistantPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="cellPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="contactType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="department" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" 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="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reportsToId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long accountId
protected String address
protected String assistantEmail
protected String assistantName
protected String assistantPhone
protected String cellPhone
protected String city
protected String contactType
protected String country
protected String creator
protected String department
protected String description
protected String email
protected String fax
protected String firstName
protected String lastName
protected String phone
protected long reportsToId
protected String state
protected String title
protected String zipCode
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
ContactBean()
Public Methods
long getAccountId()
Gets the value of the accountId property.
String getAddress()
Gets the value of the address property.
String getAssistantEmail()
Gets the value of the assistantEmail property.
String getAssistantName()
Gets the value of the assistantName property.
String getAssistantPhone()
Gets the value of the assistantPhone property.
String getCellPhone()
Gets the value of the cellPhone property.
String getCity()
Gets the value of the city property.
String getContactType()
Gets the value of the contactType property.
String getCountry()
Gets the value of the country property.
String getCreator()
Gets the value of the creator property.
String getDepartment()
Gets the value of the department property.
String getDescription()
Gets the value of the description property.
String getEmail()
Gets the value of the email property.
String getFax()
Gets the value of the fax property.
String getFirstName()
Gets the value of the firstName property.
String getLastName()
Gets the value of the lastName property.
String getPhone()
Gets the value of the phone property.
long getReportsToId()
Gets the value of the reportsToId property.
String getState()
Gets the value of the state property.
String getTitle()
Gets the value of the title property.
String getZipCode()
Gets the value of the zipCode property.
void setAccountId(long value)
Sets the value of the accountId property.
void setAddress(String value)
Sets the value of the address property.
void setAssistantEmail(String value)
Sets the value of the assistantEmail property.
void setAssistantName(String value)
Sets the value of the assistantName property.
void setAssistantPhone(String value)
Sets the value of the assistantPhone property.
void setCellPhone(String value)
Sets the value of the cellPhone property.
void setCity(String value)
Sets the value of the city property.
void setContactType(String value)
Sets the value of the contactType property.
void setCountry(String value)
Sets the value of the country property.
void setCreator(String value)
Sets the value of the creator property.
void setDepartment(String value)
Sets the value of the department property.
void setDescription(String value)
Sets the value of the description property.
void setEmail(String value)
Sets the value of the email property.
void setFax(String value)
Sets the value of the fax property.
void setFirstName(String value)
Sets the value of the firstName property.
void setLastName(String value)
Sets the value of the lastName property.
void setPhone(String value)
Sets the value of the phone property.
void setReportsToId(long value)
Sets the value of the reportsToId property.
void setState(String value)
Sets the value of the state property.
void setTitle(String value)
Sets the value of the title property.
void setZipCode(String value)
Sets the value of the zipCode property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected long accountId

protected String address

protected String assistantEmail

protected String assistantName

protected String assistantPhone

protected String cellPhone

protected String city

protected String contactType

protected String country

protected String creator

protected String department

protected String description

protected String email

protected String fax

protected String firstName

protected String lastName

protected String phone

protected long reportsToId

protected String state

protected String title

protected String zipCode

Public Constructors

public ContactBean ()

Public Methods

public long getAccountId ()

Gets the value of the accountId property.

public String getAddress ()

Gets the value of the address property.

Returns
  • possible object is String

public String getAssistantEmail ()

Gets the value of the assistantEmail property.

Returns
  • possible object is String

public String getAssistantName ()

Gets the value of the assistantName property.

Returns
  • possible object is String

public String getAssistantPhone ()

Gets the value of the assistantPhone property.

Returns
  • possible object is String

public String getCellPhone ()

Gets the value of the cellPhone property.

Returns
  • possible object is String

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getContactType ()

Gets the value of the contactType property.

Returns
  • possible object is String

public String getCountry ()

Gets the value of the country property.

Returns
  • possible object is String

public String getCreator ()

Gets the value of the creator property.

Returns
  • possible object is String

public String getDepartment ()

Gets the value of the department property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getFax ()

Gets the value of the fax property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public long getReportsToId ()

Gets the value of the reportsToId property.

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getZipCode ()

Gets the value of the zipCode property.

Returns
  • possible object is String

public void setAccountId (long value)

Sets the value of the accountId property.

Parameters
value

public void setAddress (String value)

Sets the value of the address property.

Parameters
value Allowed object is String

public void setAssistantEmail (String value)

Sets the value of the assistantEmail property.

Parameters
value Allowed object is String

public void setAssistantName (String value)

Sets the value of the assistantName property.

Parameters
value Allowed object is String

public void setAssistantPhone (String value)

Sets the value of the assistantPhone property.

Parameters
value Allowed object is String

public void setCellPhone (String value)

Sets the value of the cellPhone property.

Parameters
value Allowed object is String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setContactType (String value)

Sets the value of the contactType property.

Parameters
value Allowed object is String

public void setCountry (String value)

Sets the value of the country property.

Parameters
value Allowed object is String

public void setCreator (String value)

Sets the value of the creator property.

Parameters
value Allowed object is String

public void setDepartment (String value)

Sets the value of the department property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setFax (String value)

Sets the value of the fax 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 setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String

public void setReportsToId (long value)

Sets the value of the reportsToId property.

Parameters
value

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setZipCode (String value)

Sets the value of the zipCode property.

Parameters
value Allowed object is String