public class

FlexFieldBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.FlexFieldBean

Class Overview

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>
 

Summary

Fields
protected String fieldName
protected Boolean valueBool
protected XMLGregorianCalendar valueDate
protected Double valueDbl
protected Integer valueInt
protected Long valueLong
protected String valueStr
Public Constructors
FlexFieldBean()
Public Methods
String getFieldName()
Gets the value of the fieldName property.
Boolean getValueBool()
Gets the value of the valueBool property.
XMLGregorianCalendar getValueDate()
Gets the value of the valueDate property.
Double getValueDbl()
Gets the value of the valueDbl property.
Integer getValueInt()
Gets the value of the valueInt property.
Long getValueLong()
Gets the value of the valueLong property.
String getValueStr()
Gets the value of the valueStr property.
void setFieldName(String value)
Sets the value of the fieldName property.
void setValueBool(Boolean value)
Sets the value of the valueBool property.
void setValueDate(XMLGregorianCalendar value)
Sets the value of the valueDate property.
void setValueDbl(Double value)
Sets the value of the valueDbl property.
void setValueInt(Integer value)
Sets the value of the valueInt property.
void setValueLong(Long value)
Sets the value of the valueLong property.
void setValueStr(String value)
Sets the value of the valueStr property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fieldName

protected Boolean valueBool

protected XMLGregorianCalendar valueDate

protected Double valueDbl

protected Integer valueInt

protected Long valueLong

protected String valueStr

Public Constructors

public FlexFieldBean ()

Public Methods

public String getFieldName ()

Gets the value of the fieldName property.

Returns
  • possible object is String

public Boolean getValueBool ()

Gets the value of the valueBool property. This getter has been renamed from isValueBool() to getValueBool() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getValueDate ()

Gets the value of the valueDate property.

Returns
  • possible object is XMLGregorianCalendar

public Double getValueDbl ()

Gets the value of the valueDbl property.

Returns
  • possible object is Double

public Integer getValueInt ()

Gets the value of the valueInt property.

Returns
  • possible object is Integer

public Long getValueLong ()

Gets the value of the valueLong property.

Returns
  • possible object is Long

public String getValueStr ()

Gets the value of the valueStr property.

Returns
  • possible object is String

public void setFieldName (String value)

Sets the value of the fieldName property.

Parameters
value Allowed object is String

public void setValueBool (Boolean value)

Sets the value of the valueBool property.

Parameters
value Allowed object is Boolean

public void setValueDate (XMLGregorianCalendar value)

Sets the value of the valueDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setValueDbl (Double value)

Sets the value of the valueDbl property.

Parameters
value Allowed object is Double

public void setValueInt (Integer value)

Sets the value of the valueInt property.

Parameters
value Allowed object is Integer

public void setValueLong (Long value)

Sets the value of the valueLong property.

Parameters
value Allowed object is Long

public void setValueStr (String value)

Sets the value of the valueStr property.

Parameters
value Allowed object is String