| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.AddressEntityBean | |
Known Direct Subclasses
|
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| address | |||||||||||
| city | |||||||||||
| country | |||||||||||
| phone | |||||||||||
| state | |||||||||||
| zipCode | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the address property.
| |||||||||||
Gets the value of the city property.
| |||||||||||
Gets the value of the country property.
| |||||||||||
Gets the value of the phone property.
| |||||||||||
Gets the value of the state property.
| |||||||||||
Gets the value of the zipCode property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the city property.
| |||||||||||
Sets the value of the country property.
| |||||||||||
Sets the value of the phone property.
| |||||||||||
Sets the value of the state property.
| |||||||||||
Sets the value of the zipCode property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the address property.
Gets the value of the city property.
Gets the value of the country property.
Gets the value of the phone property.
Gets the value of the state property.
Gets the value of the zipCode property.
Sets the value of the address property.
| value | Allowed object is String |
|---|
Sets the value of the city property.
| value | Allowed object is String |
|---|
Sets the value of the country property.
| value | Allowed object is String |
|---|
Sets the value of the phone property.
| value | Allowed object is String |
|---|
Sets the value of the state property.
| value | Allowed object is String |
|---|
Sets the value of the zipCode property.
| value | Allowed object is String |
|---|