Package com.sforce.soap.partner
Interface IDescribePathAssistantField
-
- All Known Implementing Classes:
DescribePathAssistantField
public interface IDescribePathAssistantFieldThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiName()element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetReadOnly()element : readOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetRequired()element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisReadOnly()booleanisRequired()voidsetApiName(String apiName)voidsetLabel(String label)voidsetReadOnly(boolean readOnly)voidsetRequired(boolean required)
-
-
-
Method Detail
-
getApiName
String getApiName()
element : apiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setApiName
void setApiName(String apiName)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getReadOnly
boolean getReadOnly()
element : readOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isReadOnly
boolean isReadOnly()
-
setReadOnly
void setReadOnly(boolean readOnly)
-
getRequired
boolean getRequired()
element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isRequired
boolean isRequired()
-
setRequired
void setRequired(boolean required)
-
-