| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.RegionBean |
Java class for RegionBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegionBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="additionalProperties" type="{http://xml.apache.org/xml-soap}Map"/>
<element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="regionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="regionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="associatedLocations" type="{urn:TBEWebAPI}ArrayOf_xsd_string"/>
<element name="associatedUsers" type="{urn:TBEWebAPI}ArrayOf_xsd_long"/>
<element name="defaultApprovers" type="{urn:TBEWebAPI}ArrayOf_xsd_long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalProperties | |||||||||||
| associatedLocations | |||||||||||
| associatedUsers | |||||||||||
| creationDate | |||||||||||
| defaultApprovers | |||||||||||
| lastUpdated | |||||||||||
| regionId | |||||||||||
| regionName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalProperties property.
| |||||||||||
Gets the value of the associatedLocations property.
| |||||||||||
Gets the value of the associatedUsers property.
| |||||||||||
Gets the value of the creationDate property.
| |||||||||||
Gets the value of the defaultApprovers property.
| |||||||||||
Gets the value of the lastUpdated property.
| |||||||||||
Gets the value of the regionId property.
| |||||||||||
Gets the value of the regionName property.
| |||||||||||
Sets the value of the additionalProperties property.
| |||||||||||
Sets the value of the associatedLocations property.
| |||||||||||
Sets the value of the associatedUsers property.
| |||||||||||
Sets the value of the creationDate property.
| |||||||||||
Sets the value of the defaultApprovers property.
| |||||||||||
Sets the value of the lastUpdated property.
| |||||||||||
Sets the value of the regionId property.
| |||||||||||
Sets the value of the regionName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalProperties property.
Map
Gets the value of the associatedLocations property.
ArrayOfXsdString
Gets the value of the associatedUsers property.
ArrayOfXsdLong
Gets the value of the creationDate property.
Gets the value of the defaultApprovers property.
ArrayOfXsdLong
Gets the value of the lastUpdated property.
Gets the value of the regionId property.
Gets the value of the regionName property.
Sets the value of the additionalProperties property.
| value | Allowed object is
Map
|
|---|
Sets the value of the associatedLocations property.
| value | Allowed object is
ArrayOfXsdString
|
|---|
Sets the value of the associatedUsers property.
| value | Allowed object is
ArrayOfXsdLong
|
|---|
Sets the value of the creationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the defaultApprovers property.
| value | Allowed object is
ArrayOfXsdLong
|
|---|
Sets the value of the lastUpdated property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the regionId property.
| value |
|---|
Sets the value of the regionName property.
| value | Allowed object is String |
|---|