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()
Boolean
public void setAllowMultiple(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getColumnName()
String
public void setColumnName(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendar
public void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDefaultValue()
String
public void setDefaultValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayValueList()
String
public void setDisplayValueList(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEditType()
String
public void setEditType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFieldLabel()
String
public void setFieldLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHint()
String
public void setHint(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsDescending()
Boolean
public void setIsDescending(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsHidden()
Boolean
public void setIsHidden(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIsRequired()
Boolean
public void setIsRequired(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getSortOrder()
Integer
public void setSortOrder(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getValueList()
String
public void setValueList(java.lang.String value)
value
- allowed object is
String