public class

AccountBean

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

Class Overview

Java class for AccountBean complex type.

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

 <complexType name="AccountBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fax" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="industry" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="parentAccountId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="webSite" 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 String address
protected String city
protected String country
protected String description
protected String fax
protected String industry
protected String name
protected long parentAccountId
protected String phone
protected String state
protected String type
protected String webSite
protected String zipCode
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
AccountBean()
Public Methods
String getAddress()
Gets the value of the address property.
String getCity()
Gets the value of the city property.
String getCountry()
Gets the value of the country property.
String getDescription()
Gets the value of the description property.
String getFax()
Gets the value of the fax property.
String getIndustry()
Gets the value of the industry property.
String getName()
Gets the value of the name property.
long getParentAccountId()
Gets the value of the parentAccountId property.
String getPhone()
Gets the value of the phone property.
String getState()
Gets the value of the state property.
String getType()
Gets the value of the type property.
String getWebSite()
Gets the value of the webSite property.
String getZipCode()
Gets the value of the zipCode property.
void setAddress(String value)
Sets the value of the address property.
void setCity(String value)
Sets the value of the city property.
void setCountry(String value)
Sets the value of the country property.
void setDescription(String value)
Sets the value of the description property.
void setFax(String value)
Sets the value of the fax property.
void setIndustry(String value)
Sets the value of the industry property.
void setName(String value)
Sets the value of the name property.
void setParentAccountId(long value)
Sets the value of the parentAccountId property.
void setPhone(String value)
Sets the value of the phone property.
void setState(String value)
Sets the value of the state property.
void setType(String value)
Sets the value of the type property.
void setWebSite(String value)
Sets the value of the webSite 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 String address

protected String city

protected String country

protected String description

protected String fax

protected String industry

protected String name

protected long parentAccountId

protected String phone

protected String state

protected String type

protected String webSite

protected String zipCode

Public Constructors

public AccountBean ()

Public Methods

public String getAddress ()

Gets the value of the address property.

Returns
  • possible object is String

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getCountry ()

Gets the value of the country property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getFax ()

Gets the value of the fax property.

Returns
  • possible object is String

public String getIndustry ()

Gets the value of the industry property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public long getParentAccountId ()

Gets the value of the parentAccountId property.

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public String getWebSite ()

Gets the value of the webSite property.

Returns
  • possible object is String

public String getZipCode ()

Gets the value of the zipCode property.

Returns
  • possible object is String

public void setAddress (String value)

Sets the value of the address 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 setCountry (String value)

Sets the value of the country 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 setFax (String value)

Sets the value of the fax property.

Parameters
value Allowed object is String

public void setIndustry (String value)

Sets the value of the industry property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setParentAccountId (long value)

Sets the value of the parentAccountId property.

Parameters
value

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setWebSite (String value)

Sets the value of the webSite 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