public class CustomField extends Metadata
Java class for CustomField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomField">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="customDataType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deleteConstraint" type="{urn:tooling.soap.sforce.com}DeleteConstraint" minOccurs="0"/>
<element name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="escapeMarkup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="externalDeveloperName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="externalId" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="formula" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="formulaTreatBlanksAs" type="{urn:tooling.soap.sforce.com}TreatBlanksAs" minOccurs="0"/>
<element name="inlineHelpText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isConvertLeadDisabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isFilteringDisabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isNameField" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isSortingDisabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="lookupFilter" type="{urn:metadata.tooling.soap.sforce.com}LookupFilter" minOccurs="0"/>
<element name="maskChar" type="{urn:tooling.soap.sforce.com}EncryptedFieldMaskChar" minOccurs="0"/>
<element name="maskType" type="{urn:tooling.soap.sforce.com}EncryptedFieldMaskType" minOccurs="0"/>
<element name="picklist" type="{urn:metadata.tooling.soap.sforce.com}Picklist" minOccurs="0"/>
<element name="populateExistingRows" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="referenceTargetField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="referenceTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relationshipLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relationshipName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relationshipOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="reparentableMasterDetail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="restrictedAdminField" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="scale" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="startingNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="stripMarkup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="summarizedField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="summaryForeignKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="summaryOperation" type="{urn:tooling.soap.sforce.com}SummaryOperations" minOccurs="0"/>
<element name="trackFeedHistory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="trackHistory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="trackTrending" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="type" type="{urn:tooling.soap.sforce.com}FieldType" minOccurs="0"/>
<element name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="visibleLines" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="writeRequiresMasterRead" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CustomField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomDataType()
Gets the value of the customDataType property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
DeleteConstraint |
getDeleteConstraint()
Gets the value of the deleteConstraint property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayFormat()
Gets the value of the displayFormat property.
|
String |
getExternalDeveloperName()
Gets the value of the externalDeveloperName property.
|
String |
getFormula()
Gets the value of the formula property.
|
TreatBlanksAs |
getFormulaTreatBlanksAs()
Gets the value of the formulaTreatBlanksAs property.
|
String |
getInlineHelpText()
Gets the value of the inlineHelpText property.
|
String |
getLabel()
Gets the value of the label property.
|
Integer |
getLength()
Gets the value of the length property.
|
LookupFilter |
getLookupFilter()
Gets the value of the lookupFilter property.
|
EncryptedFieldMaskChar |
getMaskChar()
Gets the value of the maskChar property.
|
EncryptedFieldMaskType |
getMaskType()
Gets the value of the maskType property.
|
Picklist |
getPicklist()
Gets the value of the picklist property.
|
Integer |
getPrecision()
Gets the value of the precision property.
|
String |
getReferenceTargetField()
Gets the value of the referenceTargetField property.
|
String |
getReferenceTo()
Gets the value of the referenceTo property.
|
String |
getRelationshipLabel()
Gets the value of the relationshipLabel property.
|
String |
getRelationshipName()
Gets the value of the relationshipName property.
|
Integer |
getRelationshipOrder()
Gets the value of the relationshipOrder property.
|
Integer |
getScale()
Gets the value of the scale property.
|
Integer |
getStartingNumber()
Gets the value of the startingNumber property.
|
String |
getSummarizedField()
Gets the value of the summarizedField property.
|
String |
getSummaryForeignKey()
Gets the value of the summaryForeignKey property.
|
SummaryOperations |
getSummaryOperation()
Gets the value of the summaryOperation property.
|
FieldType |
getType()
Gets the value of the type property.
|
Integer |
getVisibleLines()
Gets the value of the visibleLines property.
|
Boolean |
isCaseSensitive()
Gets the value of the caseSensitive property.
|
Boolean |
isDeprecated()
Gets the value of the deprecated property.
|
Boolean |
isEncrypted()
Gets the value of the encrypted property.
|
Boolean |
isEscapeMarkup()
Gets the value of the escapeMarkup property.
|
Boolean |
isExternalId()
Gets the value of the externalId property.
|
Boolean |
isIsConvertLeadDisabled()
Gets the value of the isConvertLeadDisabled property.
|
Boolean |
isIsFilteringDisabled()
Gets the value of the isFilteringDisabled property.
|
Boolean |
isIsNameField()
Gets the value of the isNameField property.
|
Boolean |
isIsSortingDisabled()
Gets the value of the isSortingDisabled property.
|
Boolean |
isPopulateExistingRows()
Gets the value of the populateExistingRows property.
|
Boolean |
isReparentableMasterDetail()
Gets the value of the reparentableMasterDetail property.
|
Boolean |
isRequired()
Gets the value of the required property.
|
Boolean |
isRestrictedAdminField()
Gets the value of the restrictedAdminField property.
|
Boolean |
isStripMarkup()
Gets the value of the stripMarkup property.
|
Boolean |
isTrackFeedHistory()
Gets the value of the trackFeedHistory property.
|
Boolean |
isTrackHistory()
Gets the value of the trackHistory property.
|
Boolean |
isTrackTrending()
Gets the value of the trackTrending property.
|
Boolean |
isUnique()
Gets the value of the unique property.
|
Boolean |
isWriteRequiresMasterRead()
Gets the value of the writeRequiresMasterRead property.
|
void |
setCaseSensitive(Boolean value)
Sets the value of the caseSensitive property.
|
void |
setCustomDataType(String value)
Sets the value of the customDataType property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDeleteConstraint(DeleteConstraint value)
Sets the value of the deleteConstraint property.
|
void |
setDeprecated(Boolean value)
Sets the value of the deprecated property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayFormat(String value)
Sets the value of the displayFormat property.
|
void |
setEncrypted(Boolean value)
Sets the value of the encrypted property.
|
void |
setEscapeMarkup(Boolean value)
Sets the value of the escapeMarkup property.
|
void |
setExternalDeveloperName(String value)
Sets the value of the externalDeveloperName property.
|
void |
setExternalId(Boolean value)
Sets the value of the externalId property.
|
void |
setFormula(String value)
Sets the value of the formula property.
|
void |
setFormulaTreatBlanksAs(TreatBlanksAs value)
Sets the value of the formulaTreatBlanksAs property.
|
void |
setInlineHelpText(String value)
Sets the value of the inlineHelpText property.
|
void |
setIsConvertLeadDisabled(Boolean value)
Sets the value of the isConvertLeadDisabled property.
|
void |
setIsFilteringDisabled(Boolean value)
Sets the value of the isFilteringDisabled property.
|
void |
setIsNameField(Boolean value)
Sets the value of the isNameField property.
|
void |
setIsSortingDisabled(Boolean value)
Sets the value of the isSortingDisabled property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
void |
setLookupFilter(LookupFilter value)
Sets the value of the lookupFilter property.
|
void |
setMaskChar(EncryptedFieldMaskChar value)
Sets the value of the maskChar property.
|
void |
setMaskType(EncryptedFieldMaskType value)
Sets the value of the maskType property.
|
void |
setPicklist(Picklist value)
Sets the value of the picklist property.
|
void |
setPopulateExistingRows(Boolean value)
Sets the value of the populateExistingRows property.
|
void |
setPrecision(Integer value)
Sets the value of the precision property.
|
void |
setReferenceTargetField(String value)
Sets the value of the referenceTargetField property.
|
void |
setReferenceTo(String value)
Sets the value of the referenceTo property.
|
void |
setRelationshipLabel(String value)
Sets the value of the relationshipLabel property.
|
void |
setRelationshipName(String value)
Sets the value of the relationshipName property.
|
void |
setRelationshipOrder(Integer value)
Sets the value of the relationshipOrder property.
|
void |
setReparentableMasterDetail(Boolean value)
Sets the value of the reparentableMasterDetail property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setRestrictedAdminField(Boolean value)
Sets the value of the restrictedAdminField property.
|
void |
setScale(Integer value)
Sets the value of the scale property.
|
void |
setStartingNumber(Integer value)
Sets the value of the startingNumber property.
|
void |
setStripMarkup(Boolean value)
Sets the value of the stripMarkup property.
|
void |
setSummarizedField(String value)
Sets the value of the summarizedField property.
|
void |
setSummaryForeignKey(String value)
Sets the value of the summaryForeignKey property.
|
void |
setSummaryOperation(SummaryOperations value)
Sets the value of the summaryOperation property.
|
void |
setTrackFeedHistory(Boolean value)
Sets the value of the trackFeedHistory property.
|
void |
setTrackHistory(Boolean value)
Sets the value of the trackHistory property.
|
void |
setTrackTrending(Boolean value)
Sets the value of the trackTrending property.
|
void |
setType(FieldType value)
Sets the value of the type property.
|
void |
setUnique(Boolean value)
Sets the value of the unique property.
|
void |
setVisibleLines(Integer value)
Sets the value of the visibleLines property.
|
void |
setWriteRequiresMasterRead(Boolean value)
Sets the value of the writeRequiresMasterRead property.
|
protected Boolean caseSensitive
protected String customDataType
protected String defaultValue
protected DeleteConstraint deleteConstraint
protected Boolean deprecated
protected String description
protected String displayFormat
protected Boolean encrypted
protected Boolean escapeMarkup
protected String externalDeveloperName
protected Boolean externalId
protected String formula
protected TreatBlanksAs formulaTreatBlanksAs
protected String inlineHelpText
protected Boolean isConvertLeadDisabled
protected Boolean isFilteringDisabled
protected Boolean isNameField
protected Boolean isSortingDisabled
protected String label
protected Integer length
protected LookupFilter lookupFilter
protected EncryptedFieldMaskChar maskChar
protected EncryptedFieldMaskType maskType
protected Picklist picklist
protected Boolean populateExistingRows
protected Integer precision
protected String referenceTargetField
protected String referenceTo
protected String relationshipLabel
protected String relationshipName
protected Integer relationshipOrder
protected Boolean reparentableMasterDetail
protected Boolean required
protected Boolean restrictedAdminField
protected Integer scale
protected Integer startingNumber
protected Boolean stripMarkup
protected String summarizedField
protected String summaryForeignKey
protected SummaryOperations summaryOperation
protected Boolean trackFeedHistory
protected Boolean trackHistory
protected Boolean trackTrending
protected FieldType type
protected Boolean unique
protected Integer visibleLines
protected Boolean writeRequiresMasterRead
public Boolean isCaseSensitive()
Booleanpublic void setCaseSensitive(Boolean value)
value - allowed object is
Booleanpublic String getCustomDataType()
Stringpublic void setCustomDataType(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic DeleteConstraint getDeleteConstraint()
DeleteConstraintpublic void setDeleteConstraint(DeleteConstraint value)
value - allowed object is
DeleteConstraintpublic Boolean isDeprecated()
Booleanpublic void setDeprecated(Boolean value)
value - allowed object is
Booleanpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayFormat()
Stringpublic void setDisplayFormat(String value)
value - allowed object is
Stringpublic Boolean isEncrypted()
Booleanpublic void setEncrypted(Boolean value)
value - allowed object is
Booleanpublic Boolean isEscapeMarkup()
Booleanpublic void setEscapeMarkup(Boolean value)
value - allowed object is
Booleanpublic String getExternalDeveloperName()
Stringpublic void setExternalDeveloperName(String value)
value - allowed object is
Stringpublic Boolean isExternalId()
Booleanpublic void setExternalId(Boolean value)
value - allowed object is
Booleanpublic String getFormula()
Stringpublic void setFormula(String value)
value - allowed object is
Stringpublic TreatBlanksAs getFormulaTreatBlanksAs()
TreatBlanksAspublic void setFormulaTreatBlanksAs(TreatBlanksAs value)
value - allowed object is
TreatBlanksAspublic String getInlineHelpText()
Stringpublic void setInlineHelpText(String value)
value - allowed object is
Stringpublic Boolean isIsConvertLeadDisabled()
Booleanpublic void setIsConvertLeadDisabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsFilteringDisabled()
Booleanpublic void setIsFilteringDisabled(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsNameField()
Booleanpublic void setIsNameField(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsSortingDisabled()
Booleanpublic void setIsSortingDisabled(Boolean value)
value - allowed object is
Booleanpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic Integer getLength()
Integerpublic void setLength(Integer value)
value - allowed object is
Integerpublic LookupFilter getLookupFilter()
LookupFilterpublic void setLookupFilter(LookupFilter value)
value - allowed object is
LookupFilterpublic EncryptedFieldMaskChar getMaskChar()
EncryptedFieldMaskCharpublic void setMaskChar(EncryptedFieldMaskChar value)
value - allowed object is
EncryptedFieldMaskCharpublic EncryptedFieldMaskType getMaskType()
EncryptedFieldMaskTypepublic void setMaskType(EncryptedFieldMaskType value)
value - allowed object is
EncryptedFieldMaskTypepublic Picklist getPicklist()
Picklistpublic void setPicklist(Picklist value)
value - allowed object is
Picklistpublic Boolean isPopulateExistingRows()
Booleanpublic void setPopulateExistingRows(Boolean value)
value - allowed object is
Booleanpublic Integer getPrecision()
Integerpublic void setPrecision(Integer value)
value - allowed object is
Integerpublic String getReferenceTargetField()
Stringpublic void setReferenceTargetField(String value)
value - allowed object is
Stringpublic String getReferenceTo()
Stringpublic void setReferenceTo(String value)
value - allowed object is
Stringpublic String getRelationshipLabel()
Stringpublic void setRelationshipLabel(String value)
value - allowed object is
Stringpublic String getRelationshipName()
Stringpublic void setRelationshipName(String value)
value - allowed object is
Stringpublic Integer getRelationshipOrder()
Integerpublic void setRelationshipOrder(Integer value)
value - allowed object is
Integerpublic Boolean isReparentableMasterDetail()
Booleanpublic void setReparentableMasterDetail(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic Boolean isRestrictedAdminField()
Booleanpublic void setRestrictedAdminField(Boolean value)
value - allowed object is
Booleanpublic Integer getScale()
Integerpublic void setScale(Integer value)
value - allowed object is
Integerpublic Integer getStartingNumber()
Integerpublic void setStartingNumber(Integer value)
value - allowed object is
Integerpublic Boolean isStripMarkup()
Booleanpublic void setStripMarkup(Boolean value)
value - allowed object is
Booleanpublic String getSummarizedField()
Stringpublic void setSummarizedField(String value)
value - allowed object is
Stringpublic String getSummaryForeignKey()
Stringpublic void setSummaryForeignKey(String value)
value - allowed object is
Stringpublic SummaryOperations getSummaryOperation()
SummaryOperationspublic void setSummaryOperation(SummaryOperations value)
value - allowed object is
SummaryOperationspublic Boolean isTrackFeedHistory()
Booleanpublic void setTrackFeedHistory(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackHistory()
Booleanpublic void setTrackHistory(Boolean value)
value - allowed object is
Booleanpublic Boolean isTrackTrending()
Booleanpublic void setTrackTrending(Boolean value)
value - allowed object is
Booleanpublic FieldType getType()
FieldTypepublic void setType(FieldType value)
value - allowed object is
FieldTypepublic Boolean isUnique()
Booleanpublic void setUnique(Boolean value)
value - allowed object is
Booleanpublic Integer getVisibleLines()
Integerpublic void setVisibleLines(Integer value)
value - allowed object is
Integerpublic Boolean isWriteRequiresMasterRead()
BooleanCopyright © 2016. All rights reserved.