public class ApiFieldMap
extends java.lang.Object
Java class for apiFieldMap complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="apiFieldMap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="allowMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="columnName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="displayValueList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="editType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fieldLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isDescending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="valueList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.Boolean | allowMultiple | 
| protected java.lang.String | columnName | 
| protected javax.xml.datatype.XMLGregorianCalendar | dateLastModified | 
| protected java.lang.String | defaultValue | 
| protected java.lang.String | description | 
| protected java.lang.String | displayValueList | 
| protected java.lang.String | editType | 
| protected java.lang.String | fieldLabel | 
| protected java.lang.String | hint | 
| protected java.lang.Boolean | isDescending | 
| protected java.lang.Boolean | isHidden | 
| protected java.lang.Boolean | isRequired | 
| protected java.lang.Integer | sortOrder | 
| protected java.lang.String | valueList | 
| Constructor and Description | 
|---|
| ApiFieldMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getColumnName()Gets the value of the columnName property. | 
| javax.xml.datatype.XMLGregorianCalendar | getDateLastModified()Gets the value of the dateLastModified property. | 
| java.lang.String | getDefaultValue()Gets the value of the defaultValue property. | 
| java.lang.String | getDescription()Gets the value of the description property. | 
| java.lang.String | getDisplayValueList()Gets the value of the displayValueList property. | 
| java.lang.String | getEditType()Gets the value of the editType property. | 
| java.lang.String | getFieldLabel()Gets the value of the fieldLabel property. | 
| java.lang.String | getHint()Gets the value of the hint property. | 
| java.lang.Integer | getSortOrder()Gets the value of the sortOrder property. | 
| java.lang.String | getValueList()Gets the value of the valueList property. | 
| java.lang.Boolean | isAllowMultiple()Gets the value of the allowMultiple property. | 
| java.lang.Boolean | isIsDescending()Gets the value of the isDescending property. | 
| java.lang.Boolean | isIsHidden()Gets the value of the isHidden property. | 
| java.lang.Boolean | isIsRequired()Gets the value of the isRequired property. | 
| void | setAllowMultiple(java.lang.Boolean value)Sets the value of the allowMultiple property. | 
| void | setColumnName(java.lang.String value)Sets the value of the columnName property. | 
| void | setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the dateLastModified property. | 
| void | setDefaultValue(java.lang.String value)Sets the value of the defaultValue property. | 
| void | setDescription(java.lang.String value)Sets the value of the description property. | 
| void | setDisplayValueList(java.lang.String value)Sets the value of the displayValueList property. | 
| void | setEditType(java.lang.String value)Sets the value of the editType property. | 
| void | setFieldLabel(java.lang.String value)Sets the value of the fieldLabel property. | 
| void | setHint(java.lang.String value)Sets the value of the hint property. | 
| void | setIsDescending(java.lang.Boolean value)Sets the value of the isDescending property. | 
| void | setIsHidden(java.lang.Boolean value)Sets the value of the isHidden property. | 
| void | setIsRequired(java.lang.Boolean value)Sets the value of the isRequired property. | 
| void | setSortOrder(java.lang.Integer value)Sets the value of the sortOrder property. | 
| void | setValueList(java.lang.String value)Sets the value of the valueList property. | 
protected java.lang.Boolean allowMultiple
protected java.lang.String columnName
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.String defaultValue
protected java.lang.String description
protected java.lang.String displayValueList
protected java.lang.String editType
protected java.lang.String fieldLabel
protected java.lang.String hint
protected java.lang.Boolean isDescending
protected java.lang.Boolean isHidden
protected java.lang.Boolean isRequired
protected java.lang.Integer sortOrder
protected java.lang.String valueList
public java.lang.Boolean isAllowMultiple()
Booleanpublic void setAllowMultiple(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.String getColumnName()
Stringpublic void setColumnName(java.lang.String value)
value - allowed object is
     Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendarpublic void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic java.lang.String getDefaultValue()
Stringpublic void setDefaultValue(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getDisplayValueList()
Stringpublic void setDisplayValueList(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getEditType()
Stringpublic void setEditType(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getFieldLabel()
Stringpublic void setFieldLabel(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getHint()
Stringpublic void setHint(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Boolean isIsDescending()
Booleanpublic void setIsDescending(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isIsHidden()
Booleanpublic void setIsHidden(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isIsRequired()
Booleanpublic void setIsRequired(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Integer getSortOrder()
Integerpublic void setSortOrder(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.String getValueList()
Stringpublic void setValueList(java.lang.String value)
value - allowed object is
     String