package com.sforce.soap.partner; /** * This is a generated class for the SObject Enterprise API. * Do not edit this file, as your changes will be lost. */ public interface IField { /** * element : aggregatable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getAggregatable(); public boolean isAggregatable(); public void setAggregatable(boolean aggregatable); /** * element : aiPredictionField of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getAiPredictionField(); public boolean isAiPredictionField(); public void setAiPredictionField(boolean aiPredictionField); /** * element : autoNumber of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getAutoNumber(); public boolean isAutoNumber(); public void setAutoNumber(boolean autoNumber); /** * element : byteLength of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ public int getByteLength(); public void setByteLength(int byteLength); /** * element : calculated of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getCalculated(); public boolean isCalculated(); public void setCalculated(boolean calculated); /** * element : calculatedFormula of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getCalculatedFormula(); public void setCalculatedFormula(java.lang.String calculatedFormula); /** * element : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getCascadeDelete(); public boolean isCascadeDelete(); public void setCascadeDelete(boolean cascadeDelete); /** * element : caseSensitive of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getCaseSensitive(); public boolean isCaseSensitive(); public void setCaseSensitive(boolean caseSensitive); /** * element : compoundFieldName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getCompoundFieldName(); public void setCompoundFieldName(java.lang.String compoundFieldName); /** * element : controllerName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getControllerName(); public void setControllerName(java.lang.String controllerName); /** * element : createable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getCreateable(); public boolean isCreateable(); public void setCreateable(boolean createable); /** * element : custom of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getCustom(); public boolean isCustom(); public void setCustom(boolean custom); /** * element : dataTranslationEnabled of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getDataTranslationEnabled(); public boolean isDataTranslationEnabled(); public void setDataTranslationEnabled(boolean dataTranslationEnabled); /** * element : defaultValue of type {http://www.w3.org/2001/XMLSchema}anyType * java type: java.lang.Object */ public java.lang.Object getDefaultValue(); public void setDefaultValue(java.lang.Object defaultValue); /** * element : defaultValueFormula of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getDefaultValueFormula(); public void setDefaultValueFormula(java.lang.String defaultValueFormula); /** * element : defaultedOnCreate of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getDefaultedOnCreate(); public boolean isDefaultedOnCreate(); public void setDefaultedOnCreate(boolean defaultedOnCreate); /** * element : dependentPicklist of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getDependentPicklist(); public boolean isDependentPicklist(); public void setDependentPicklist(boolean dependentPicklist); /** * element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getDeprecatedAndHidden(); public boolean isDeprecatedAndHidden(); public void setDeprecatedAndHidden(boolean deprecatedAndHidden); /** * element : digits of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ public int getDigits(); public void setDigits(int digits); /** * element : displayLocationInDecimal of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getDisplayLocationInDecimal(); public boolean isDisplayLocationInDecimal(); public void setDisplayLocationInDecimal(boolean displayLocationInDecimal); /** * element : encrypted of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getEncrypted(); public boolean isEncrypted(); public void setEncrypted(boolean encrypted); /** * element : externalId of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getExternalId(); public boolean isExternalId(); public void setExternalId(boolean externalId); /** * element : extraTypeInfo of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getExtraTypeInfo(); public void setExtraTypeInfo(java.lang.String extraTypeInfo); /** * element : filterable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getFilterable(); public boolean isFilterable(); public void setFilterable(boolean filterable); /** * element : filteredLookupInfo of type {urn:partner.soap.sforce.com}FilteredLookupInfo * java type: com.sforce.soap.partner.FilteredLookupInfo */ public com.sforce.soap.partner.IFilteredLookupInfo getFilteredLookupInfo(); public void setFilteredLookupInfo(com.sforce.soap.partner.IFilteredLookupInfo filteredLookupInfo); /** * element : formulaTreatNullNumberAsZero of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getFormulaTreatNullNumberAsZero(); public boolean isFormulaTreatNullNumberAsZero(); public void setFormulaTreatNullNumberAsZero(boolean formulaTreatNullNumberAsZero); /** * element : groupable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getGroupable(); public boolean isGroupable(); public void setGroupable(boolean groupable); /** * element : highScaleNumber of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getHighScaleNumber(); public boolean isHighScaleNumber(); public void setHighScaleNumber(boolean highScaleNumber); /** * element : htmlFormatted of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getHtmlFormatted(); public boolean isHtmlFormatted(); public void setHtmlFormatted(boolean htmlFormatted); /** * element : idLookup of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getIdLookup(); public boolean isIdLookup(); public void setIdLookup(boolean idLookup); /** * element : inlineHelpText of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getInlineHelpText(); public void setInlineHelpText(java.lang.String inlineHelpText); /** * element : label of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getLabel(); public void setLabel(java.lang.String label); /** * element : length of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ public int getLength(); public void setLength(int length); /** * element : mask of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getMask(); public void setMask(java.lang.String mask); /** * element : maskType of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getMaskType(); public void setMaskType(java.lang.String maskType); /** * element : name of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getName(); public void setName(java.lang.String name); /** * element : nameField of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getNameField(); public boolean isNameField(); public void setNameField(boolean nameField); /** * element : namePointing of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getNamePointing(); public boolean isNamePointing(); public void setNamePointing(boolean namePointing); /** * element : nillable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getNillable(); public boolean isNillable(); public void setNillable(boolean nillable); /** * element : permissionable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getPermissionable(); public boolean isPermissionable(); public void setPermissionable(boolean permissionable); /** * element : picklistValues of type {urn:partner.soap.sforce.com}PicklistEntry * java type: com.sforce.soap.partner.PicklistEntry[] */ public com.sforce.soap.partner.IPicklistEntry[] getPicklistValues(); public void setPicklistValues(com.sforce.soap.partner.IPicklistEntry[] picklistValues); /** * element : polymorphicForeignKey of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getPolymorphicForeignKey(); public boolean isPolymorphicForeignKey(); public void setPolymorphicForeignKey(boolean polymorphicForeignKey); /** * element : precision of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ public int getPrecision(); public void setPrecision(int precision); /** * element : queryByDistance of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getQueryByDistance(); public boolean isQueryByDistance(); public void setQueryByDistance(boolean queryByDistance); /** * element : referenceTargetField of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getReferenceTargetField(); public void setReferenceTargetField(java.lang.String referenceTargetField); /** * element : referenceTo of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String[] */ public java.lang.String[] getReferenceTo(); public void setReferenceTo(java.lang.String[] referenceTo); /** * element : relationshipName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getRelationshipName(); public void setRelationshipName(java.lang.String relationshipName); /** * element : relationshipOrder of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ public int getRelationshipOrder(); public void setRelationshipOrder(int relationshipOrder); /** * element : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getRestrictedDelete(); public boolean isRestrictedDelete(); public void setRestrictedDelete(boolean restrictedDelete); /** * element : restrictedPicklist of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getRestrictedPicklist(); public boolean isRestrictedPicklist(); public void setRestrictedPicklist(boolean restrictedPicklist); /** * element : scale of type {http://www.w3.org/2001/XMLSchema}int * java type: int */ public int getScale(); public void setScale(int scale); /** * element : searchPrefilterable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getSearchPrefilterable(); public boolean isSearchPrefilterable(); public void setSearchPrefilterable(boolean searchPrefilterable); /** * element : soapType of type {urn:partner.soap.sforce.com}soapType * java type: com.sforce.soap.partner.SoapType */ public com.sforce.soap.partner.SoapType getSoapType(); public void setSoapType(com.sforce.soap.partner.SoapType soapType); /** * element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getSortable(); public boolean isSortable(); public void setSortable(boolean sortable); /** * element : type of type {urn:partner.soap.sforce.com}fieldType * java type: com.sforce.soap.partner.FieldType */ public com.sforce.soap.partner.FieldType getType(); public void setType(com.sforce.soap.partner.FieldType type); /** * element : unique of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getUnique(); public boolean isUnique(); public void setUnique(boolean unique); /** * element : updateable of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getUpdateable(); public boolean isUpdateable(); public void setUpdateable(boolean updateable); /** * element : writeRequiresMasterRead of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getWriteRequiresMasterRead(); public boolean isWriteRequiresMasterRead(); public void setWriteRequiresMasterRead(boolean writeRequiresMasterRead); }