| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.AccountBean | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| address | |||||||||||
| city | |||||||||||
| country | |||||||||||
| description | |||||||||||
| fax | |||||||||||
| industry | |||||||||||
| name | |||||||||||
| parentAccountId | |||||||||||
| phone | |||||||||||
| state | |||||||||||
| type | |||||||||||
| webSite | |||||||||||
| 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 description property.
| |||||||||||
Gets the value of the fax property.
| |||||||||||
Gets the value of the industry property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the parentAccountId property.
| |||||||||||
Gets the value of the phone property.
| |||||||||||
Gets the value of the state property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the webSite 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 description property.
| |||||||||||
Sets the value of the fax property.
| |||||||||||
Sets the value of the industry property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the parentAccountId property.
| |||||||||||
Sets the value of the phone property.
| |||||||||||
Sets the value of the state property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the webSite 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 description property.
Gets the value of the fax property.
Gets the value of the industry property.
Gets the value of the name property.
Gets the value of the parentAccountId property.
Gets the value of the phone property.
Gets the value of the state property.
Gets the value of the type property.
Gets the value of the webSite 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 description property.
| value | Allowed object is String |
|---|
Sets the value of the fax property.
| value | Allowed object is String |
|---|
Sets the value of the industry property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the parentAccountId property.
| value |
|---|
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 type property.
| value | Allowed object is String |
|---|
Sets the value of the webSite property.
| value | Allowed object is String |
|---|
Sets the value of the zipCode property.
| value | Allowed object is String |
|---|