| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.FlexFieldBean |
Java class for FlexFieldBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexFieldBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="valueBool" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="valueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="valueDbl" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="valueInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="valueLong" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="valueStr" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldName | |||||||||||
| valueBool | |||||||||||
| valueDate | |||||||||||
| valueDbl | |||||||||||
| valueInt | |||||||||||
| valueLong | |||||||||||
| valueStr | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldName property.
| |||||||||||
Gets the value of the valueBool property.
| |||||||||||
Gets the value of the valueDate property.
| |||||||||||
Gets the value of the valueDbl property.
| |||||||||||
Gets the value of the valueInt property.
| |||||||||||
Gets the value of the valueLong property.
| |||||||||||
Gets the value of the valueStr property.
| |||||||||||
Sets the value of the fieldName property.
| |||||||||||
Sets the value of the valueBool property.
| |||||||||||
Sets the value of the valueDate property.
| |||||||||||
Sets the value of the valueDbl property.
| |||||||||||
Sets the value of the valueInt property.
| |||||||||||
Sets the value of the valueLong property.
| |||||||||||
Sets the value of the valueStr property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fieldName property.
Gets the value of the valueBool property. This getter has been renamed from isValueBool() to getValueBool() by cxf-xjc-boolean plugin.
Gets the value of the valueDate property.
Gets the value of the valueDbl property.
Gets the value of the valueInt property.
Gets the value of the valueLong property.
Gets the value of the valueStr property.
Sets the value of the fieldName property.
| value | Allowed object is String |
|---|
Sets the value of the valueBool property.
| value | Allowed object is Boolean |
|---|
Sets the value of the valueDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the valueDbl property.
| value | Allowed object is Double |
|---|
Sets the value of the valueInt property.
| value | Allowed object is Integer |
|---|
Sets the value of the valueLong property.
| value | Allowed object is Long |
|---|
Sets the value of the valueStr property.
| value | Allowed object is String |
|---|