public class

AddressEntityBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.AddressEntityBean
Known Direct Subclasses

Class Overview

Java class for AddressEntityBean complex type.

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

 <complexType name="AddressEntityBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="phone" 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 phone
protected String state
protected String zipCode
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
AddressEntityBean()
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 getPhone()
Gets the value of the phone property.
String getState()
Gets the value of the state 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 setPhone(String value)
Sets the value of the phone property.
void setState(String value)
Sets the value of the state 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 phone

protected String state

protected String zipCode

Public Constructors

public AddressEntityBean ()

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 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 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 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 setZipCode (String value)

Sets the value of the zipCode property.

Parameters
value Allowed object is String